Shades of Cherokee #FFC888
Tints of Cherokee #FFC888
RGB
CMYK
RGB Variations
Color information
#FFC888 (or 0xFFC888) is known color: Cherokee. HEX triplet: FF, C8 and 88. RGB value is (255,200,136). Sum of RGB (Red+Green+Blue) = 255+200+136=591 (78% of max value = 765). Red value is 255 (100% from 255 or 43.15% from 591); Green value is 200 (78.52% from 255 or 33.84% from 591); Blue value is 136 (53.52% from 255 or 23.01% from 591); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC888 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC888 is #003777. Grayscale: #D1D1D1. Windows color (decimal): -14200 or 8964351. OLE color: 8964351.
HSL color Cylindrical-coordinate representation of color #FFC888: hue angle of 32.27º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FFC888 is Cyan = 0, Magento = 0.22, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 200 | 136 | - |
| CMYK | 0 | 0.22 | 0.47 | 0 |
| HSL | 32.27º | 1% | 0.77% | - |
| HSV(B) | 32.27º | 0.47% | 1% | - |
| XYZ | 66.34 | 64.35 | 32.22 | - |
| YUV | 209.15 | 86.72 | 160.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 200 | 136 | 0 | 0.22 | 0.47 | 0 | 32.27 | 1 | 0.77 |
| Hex | FF | C8 | 88 | 0 | 16 | 2F | 0 | 20 | 64 | 4D |
| Octal | 377 | 310 | 210 | 0 | 26 | 57 | 0 | 40 | 144 | 115 |
| Binary | 11111111 | 11001000 | 10001000 | 0 | 10110 | 101111 | 0 | 100000 | 1100100 | 1001101 |
Color Harmonies of #FFC888
Complementary color
Monochromatic Colors of #FFC888
Black with #FFC888
Text Example
Text Example
White with #FFC888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC888; }
p { color: rgb(255,200,136); }
H1.HeaderClassName
{
color: #FFC888;
}
.AnyTagClassName
{
color: #FFC888;
}
</style>
background-color css
<style>
a { background-color: #FFC888; }
a { background-color: rgb(255,200,136); }
div.DivClassName
{
background-color: #FFC888;
}
.BgClassName
{
background-color: #FFC888;
}
</style>
border-color css
<style>
span { border-color: #FFC888; }
span { border-color: rgb(255,200,136); }
td.TdClassName
{
border-color: #FFC888;
}
.TagClassName
{
border-color: #FFC888;
}
</style>