Shades of Cherokee #FFCF8A
Tints of Cherokee #FFCF8A
RGB
CMYK
RGB Variations
Color information
#FFCF8A (or 0xFFCF8A) is known color: Cherokee. HEX triplet: FF, CF and 8A. RGB value is (255,207,138). Sum of RGB (Red+Green+Blue) = 255+207+138=600 (79% of max value = 765). Red value is 255 (100% from 255 or 42.5% from 600); Green value is 207 (81.25% from 255 or 34.5% from 600); Blue value is 138 (54.30% from 255 or 23% from 600); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCF8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCF8A is #003075. Grayscale: #D5D5D5. Windows color (decimal): -12406 or 9097215. OLE color: 9097215.
HSL color Cylindrical-coordinate representation of color #FFCF8A: hue angle of 35.38º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FFCF8A is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 207 | 138 | - |
| CMYK | 0 | 0.19 | 0.46 | 0 |
| HSL | 35.38º | 1% | 0.77% | - |
| HSV(B) | 35.38º | 0.46% | 1% | - |
| XYZ | 68.14 | 67.72 | 33.52 | - |
| YUV | 213.49 | 85.4 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 207 | 138 | 0 | 0.19 | 0.46 | 0 | 35.38 | 1 | 0.77 |
| Hex | FF | CF | 8A | 0 | 13 | 2E | 0 | 23 | 64 | 4D |
| Octal | 377 | 317 | 212 | 0 | 23 | 56 | 0 | 43 | 144 | 115 |
| Binary | 11111111 | 11001111 | 10001010 | 0 | 10011 | 101110 | 0 | 100011 | 1100100 | 1001101 |
Color Harmonies of #FFCF8A
Complementary color
Monochromatic Colors of #FFCF8A
Black with #FFCF8A
Text Example
Text Example
White with #FFCF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCF8A; }
p { color: rgb(255,207,138); }
H1.HeaderClassName
{
color: #FFCF8A;
}
.AnyTagClassName
{
color: #FFCF8A;
}
</style>
background-color css
<style>
a { background-color: #FFCF8A; }
a { background-color: rgb(255,207,138); }
div.DivClassName
{
background-color: #FFCF8A;
}
.BgClassName
{
background-color: #FFCF8A;
}
</style>
border-color css
<style>
span { border-color: #FFCF8A; }
span { border-color: rgb(255,207,138); }
td.TdClassName
{
border-color: #FFCF8A;
}
.TagClassName
{
border-color: #FFCF8A;
}
</style>