Skip to contents

A dataset of 148 CSS4 named colors with their hex codes, RGB values, and color categories. Covers the full W3C CSS4 named color specification.

Format

A data frame with 148 rows and 7 variables.

Source

W3C CSS4 Color Module (https://www.w3.org/TR/css-color-4/)

Variables

  • color_name. W3C CSS4 color name

  • hex. hexadecimal color code

  • r. red component (0–255)

  • g. green component (0–255)

  • b. blue component (0–255)

  • category. color family (black, blue, brown, cyan, gray, green, neutral, orange, pink, purple, red, white, yellow)

  • source. data source attribution