Learn R Programming

gplots (version 2.7.4)

col2hex: Convert color names to hex RGB strings

Description

Convert color names to hex RGB strings

Usage

col2hex(cname)

Arguments

cname
Color name(s)

Value

  • Character vector giving the hex color code translation of the provided color names.

See Also

col2rgb, colors, rgb

Examples

Run this code
col2hex(c("red","yellow","lightgrey"))

Run the code above in your browser using DataLab