Shades of Cherokee #FFCF81
Tints of Cherokee #FFCF81
RGB
CMYK
RGB Variations
Color information
#FFCF81 (or 0xFFCF81) is known color: Cherokee. HEX triplet: FF, CF and 81. RGB value is (255,207,129). Sum of RGB (Red+Green+Blue) = 255+207+129=591 (78% of max value = 765). Red value is 255 (100% from 255 or 43.15% from 591); Green value is 207 (81.25% from 255 or 35.03% from 591); Blue value is 129 (50.78% from 255 or 21.83% from 591); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCF81 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCF81 is #00307E. Grayscale: #D4D4D4. Windows color (decimal): -12415 or 8507391. OLE color: 8507391.
HSL color Cylindrical-coordinate representation of color #FFCF81: hue angle of 37.14º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FFCF81 is Cyan = 0, Magento = 0.19, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 207 | 129 | - |
| CMYK | 0 | 0.19 | 0.49 | 0 |
| HSL | 37.14º | 1% | 0.75% | - |
| HSV(B) | 37.14º | 0.49% | 1% | - |
| XYZ | 67.52 | 67.47 | 30.23 | - |
| YUV | 212.46 | 80.9 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 207 | 129 | 0 | 0.19 | 0.49 | 0 | 37.14 | 1 | 0.75 |
| Hex | FF | CF | 81 | 0 | 13 | 31 | 0 | 25 | 64 | 4B |
| Octal | 377 | 317 | 201 | 0 | 23 | 61 | 0 | 45 | 144 | 113 |
| Binary | 11111111 | 11001111 | 10000001 | 0 | 10011 | 110001 | 0 | 100101 | 1100100 | 1001011 |
Color Harmonies of #FFCF81
Complementary color
Monochromatic Colors of #FFCF81
Black with #FFCF81
Text Example
Text Example
White with #FFCF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCF81; }
p { color: rgb(255,207,129); }
H1.HeaderClassName
{
color: #FFCF81;
}
.AnyTagClassName
{
color: #FFCF81;
}
</style>
background-color css
<style>
a { background-color: #FFCF81; }
a { background-color: rgb(255,207,129); }
div.DivClassName
{
background-color: #FFCF81;
}
.BgClassName
{
background-color: #FFCF81;
}
</style>
border-color css
<style>
span { border-color: #FFCF81; }
span { border-color: rgb(255,207,129); }
td.TdClassName
{
border-color: #FFCF81;
}
.TagClassName
{
border-color: #FFCF81;
}
</style>