color_table | R Documentation |
This is a list of simplified color names
color_table
A data frame with 200 observations and 15 variables
hue on a 0-360 scale
lightness on a 0-1 scale
saturation on a 0-1 scale
the light value used in the package, 0-7
the base color name (hue), red, cyan, etc.
the first letter of the color, for building palettes
the saturation value used in the package, "bright", "muted", "dull", or blank ""
the color + the saturation, ex: "brightblue", "dullred"
the final unique name: color_sat + lightness, ex: "brightblue2", "mutedorange3"
hue on a 0-1 scale
the hex code of the color
the red of the RGB value
the green of the RGB value
the blue of the RGB value
for convenience as some HLS selection tools use a 0-255 scale
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.