Shades of Cherokee #FFCF87
Tints of Cherokee #FFCF87
RGB
CMYK
RGB Variations
Color information
#FFCF87 (or 0xFFCF87) is known color: Cherokee. HEX triplet: FF, CF and 87. RGB value is (255,207,135). Sum of RGB (Red+Green+Blue) = 255+207+135=597 (79% of max value = 765). Red value is 255 (100% from 255 or 42.71% from 597); Green value is 207 (81.25% from 255 or 34.67% from 597); Blue value is 135 (53.12% from 255 or 22.61% from 597); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCF87 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCF87 is #003078. Grayscale: #D5D5D5. Windows color (decimal): -12409 or 8900607. OLE color: 8900607.
HSL color Cylindrical-coordinate representation of color #FFCF87: hue angle of 36º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FFCF87 is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 207 | 135 | - |
| CMYK | 0 | 0.19 | 0.47 | 0 |
| HSL | 36º | 1% | 0.76% | - |
| HSV(B) | 36º | 0.47% | 1% | - |
| XYZ | 67.93 | 67.63 | 32.4 | - |
| YUV | 213.14 | 83.9 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 207 | 135 | 0 | 0.19 | 0.47 | 0 | 36 | 1 | 0.76 |
| Hex | FF | CF | 87 | 0 | 13 | 2F | 0 | 24 | 64 | 4C |
| Octal | 377 | 317 | 207 | 0 | 23 | 57 | 0 | 44 | 144 | 114 |
| Binary | 11111111 | 11001111 | 10000111 | 0 | 10011 | 101111 | 0 | 100100 | 1100100 | 1001100 |
Color Harmonies of #FFCF87
Complementary color
Monochromatic Colors of #FFCF87
Black with #FFCF87
Text Example
Text Example
White with #FFCF87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCF87; }
p { color: rgb(255,207,135); }
H1.HeaderClassName
{
color: #FFCF87;
}
.AnyTagClassName
{
color: #FFCF87;
}
</style>
background-color css
<style>
a { background-color: #FFCF87; }
a { background-color: rgb(255,207,135); }
div.DivClassName
{
background-color: #FFCF87;
}
.BgClassName
{
background-color: #FFCF87;
}
</style>
border-color css
<style>
span { border-color: #FFCF87; }
span { border-color: rgb(255,207,135); }
td.TdClassName
{
border-color: #FFCF87;
}
.TagClassName
{
border-color: #FFCF87;
}
</style>