color_table: Table of available colors

color_tableR Documentation

Table of available colors

Description

This is a list of simplified color names

Usage

color_table

Format

A data frame with 200 observations and 15 variables

H360

hue on a 0-360 scale

L1

lightness on a 0-1 scale

S1

saturation on a 0-1 scale

light

the light value used in the package, 0-7

color

the base color name (hue), red, cyan, etc.

letter

the first letter of the color, for building palettes

sat

the saturation value used in the package, "bright", "muted", "dull", or blank ""

color_sat

the color + the saturation, ex: "brightblue", "dullred"

color_name

the final unique name: color_sat + lightness, ex: "brightblue2", "mutedorange3"

H1

hue on a 0-1 scale

hex

the hex code of the color

R

the red of the RGB value

G

the green of the RGB value

B

the blue of the RGB value

H255

for convenience as some HLS selection tools use a 0-255 scale


simplecolors documentation built on Aug. 31, 2023, 9:07 a.m.