Shades of Cherokee #FFCF88
Tints of Cherokee #FFCF88
RGB
CMYK
RGB Variations
Color information
#FFCF88 (or 0xFFCF88) is known color: Cherokee. HEX triplet: FF, CF and 88. RGB value is (255,207,136). Sum of RGB (Red+Green+Blue) = 255+207+136=598 (79% of max value = 765). Red value is 255 (100% from 255 or 42.64% from 598); Green value is 207 (81.25% from 255 or 34.62% from 598); Blue value is 136 (53.52% from 255 or 22.74% from 598); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCF88 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCF88 is #003077. Grayscale: #D5D5D5. Windows color (decimal): -12408 or 8966143. OLE color: 8966143.
HSL color Cylindrical-coordinate representation of color #FFCF88: hue angle of 35.8º 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 #FFCF88 is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 207 | 136 | - |
| CMYK | 0 | 0.19 | 0.47 | 0 |
| HSL | 35.8º | 1% | 0.77% | - |
| HSV(B) | 35.8º | 0.47% | 1% | - |
| XYZ | 68 | 67.66 | 32.77 | - |
| YUV | 213.26 | 84.4 | 157.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 207 | 136 | 0 | 0.19 | 0.47 | 0 | 35.8 | 1 | 0.77 |
| Hex | FF | CF | 88 | 0 | 13 | 2F | 0 | 24 | 64 | 4D |
| Octal | 377 | 317 | 210 | 0 | 23 | 57 | 0 | 44 | 144 | 115 |
| Binary | 11111111 | 11001111 | 10001000 | 0 | 10011 | 101111 | 0 | 100100 | 1100100 | 1001101 |
Color Harmonies of #FFCF88
Complementary color
Monochromatic Colors of #FFCF88
Black with #FFCF88
Text Example
Text Example
White with #FFCF88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCF88; }
p { color: rgb(255,207,136); }
H1.HeaderClassName
{
color: #FFCF88;
}
.AnyTagClassName
{
color: #FFCF88;
}
</style>
background-color css
<style>
a { background-color: #FFCF88; }
a { background-color: rgb(255,207,136); }
div.DivClassName
{
background-color: #FFCF88;
}
.BgClassName
{
background-color: #FFCF88;
}
</style>
border-color css
<style>
span { border-color: #FFCF88; }
span { border-color: rgb(255,207,136); }
td.TdClassName
{
border-color: #FFCF88;
}
.TagClassName
{
border-color: #FFCF88;
}
</style>