Shades of Cherokee #FFCF82
Tints of Cherokee #FFCF82
RGB
CMYK
RGB Variations
Color information
#FFCF82 (or 0xFFCF82) is known color: Cherokee. HEX triplet: FF, CF and 82. RGB value is (255,207,130). Sum of RGB (Red+Green+Blue) = 255+207+130=592 (78% of max value = 765). Red value is 255 (100% from 255 or 43.07% from 592); Green value is 207 (81.25% from 255 or 34.97% from 592); Blue value is 130 (51.17% from 255 or 21.96% from 592); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCF82 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCF82 is #00307D. Grayscale: #D4D4D4. Windows color (decimal): -12414 or 8572927. OLE color: 8572927.
HSL color Cylindrical-coordinate representation of color #FFCF82: hue angle of 36.96º 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 #FFCF82 is Cyan = 0, Magento = 0.19, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 207 | 130 | - |
| CMYK | 0 | 0.19 | 0.49 | 0 |
| HSL | 36.96º | 1% | 0.75% | - |
| HSV(B) | 36.96º | 0.49% | 1% | - |
| XYZ | 67.58 | 67.5 | 30.59 | - |
| YUV | 212.57 | 81.4 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 207 | 130 | 0 | 0.19 | 0.49 | 0 | 36.96 | 1 | 0.75 |
| Hex | FF | CF | 82 | 0 | 13 | 31 | 0 | 25 | 64 | 4B |
| Octal | 377 | 317 | 202 | 0 | 23 | 61 | 0 | 45 | 144 | 113 |
| Binary | 11111111 | 11001111 | 10000010 | 0 | 10011 | 110001 | 0 | 100101 | 1100100 | 1001011 |
Color Harmonies of #FFCF82
Complementary color
Monochromatic Colors of #FFCF82
Black with #FFCF82
Text Example
Text Example
White with #FFCF82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCF82; }
p { color: rgb(255,207,130); }
H1.HeaderClassName
{
color: #FFCF82;
}
.AnyTagClassName
{
color: #FFCF82;
}
</style>
background-color css
<style>
a { background-color: #FFCF82; }
a { background-color: rgb(255,207,130); }
div.DivClassName
{
background-color: #FFCF82;
}
.BgClassName
{
background-color: #FFCF82;
}
</style>
border-color css
<style>
span { border-color: #FFCF82; }
span { border-color: rgb(255,207,130); }
td.TdClassName
{
border-color: #FFCF82;
}
.TagClassName
{
border-color: #FFCF82;
}
</style>