Shades of Cherokee #FFCF85
Tints of Cherokee #FFCF85
RGB
CMYK
RGB Variations
Color information
#FFCF85 (or 0xFFCF85) is known color: Cherokee. HEX triplet: FF, CF and 85. RGB value is (255,207,133). Sum of RGB (Red+Green+Blue) = 255+207+133=595 (78% of max value = 765). Red value is 255 (100% from 255 or 42.86% from 595); Green value is 207 (81.25% from 255 or 34.79% from 595); Blue value is 133 (52.34% from 255 or 22.35% from 595); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCF85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCF85 is #00307A. Grayscale: #D5D5D5. Windows color (decimal): -12411 or 8769535. OLE color: 8769535.
HSL color Cylindrical-coordinate representation of color #FFCF85: hue angle of 36.39º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FFCF85 is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 207 | 133 | - |
| CMYK | 0 | 0.19 | 0.48 | 0 |
| HSL | 36.39º | 1% | 0.76% | - |
| HSV(B) | 36.39º | 0.48% | 1% | - |
| XYZ | 67.79 | 67.58 | 31.66 | - |
| YUV | 212.92 | 82.9 | 158.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 207 | 133 | 0 | 0.19 | 0.48 | 0 | 36.39 | 1 | 0.76 |
| Hex | FF | CF | 85 | 0 | 13 | 30 | 0 | 24 | 64 | 4C |
| Octal | 377 | 317 | 205 | 0 | 23 | 60 | 0 | 44 | 144 | 114 |
| Binary | 11111111 | 11001111 | 10000101 | 0 | 10011 | 110000 | 0 | 100100 | 1100100 | 1001100 |
Color Harmonies of #FFCF85
Complementary color
Monochromatic Colors of #FFCF85
Black with #FFCF85
Text Example
Text Example
White with #FFCF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCF85; }
p { color: rgb(255,207,133); }
H1.HeaderClassName
{
color: #FFCF85;
}
.AnyTagClassName
{
color: #FFCF85;
}
</style>
background-color css
<style>
a { background-color: #FFCF85; }
a { background-color: rgb(255,207,133); }
div.DivClassName
{
background-color: #FFCF85;
}
.BgClassName
{
background-color: #FFCF85;
}
</style>
border-color css
<style>
span { border-color: #FFCF85; }
span { border-color: rgb(255,207,133); }
td.TdClassName
{
border-color: #FFCF85;
}
.TagClassName
{
border-color: #FFCF85;
}
</style>