Shades of Cherokee #FFCF8B
Tints of Cherokee #FFCF8B
RGB
CMYK
RGB Variations
Color information
#FFCF8B (or 0xFFCF8B) is known color: Cherokee. HEX triplet: FF, CF and 8B. RGB value is (255,207,139). Sum of RGB (Red+Green+Blue) = 255+207+139=601 (79% of max value = 765). Red value is 255 (100% from 255 or 42.43% from 601); Green value is 207 (81.25% from 255 or 34.44% from 601); Blue value is 139 (54.69% from 255 or 23.13% from 601); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCF8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCF8B is #003074. Grayscale: #D5D5D5. Windows color (decimal): -12405 or 9162751. OLE color: 9162751.
HSL color Cylindrical-coordinate representation of color #FFCF8B: hue angle of 35.17º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FFCF8B is Cyan = 0, Magento = 0.19, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 207 | 139 | - |
| CMYK | 0 | 0.19 | 0.45 | 0 |
| HSL | 35.17º | 1% | 0.77% | - |
| HSV(B) | 35.17º | 0.45% | 1% | - |
| XYZ | 68.21 | 67.75 | 33.91 | - |
| YUV | 213.6 | 85.9 | 157.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 207 | 139 | 0 | 0.19 | 0.45 | 0 | 35.17 | 1 | 0.77 |
| Hex | FF | CF | 8B | 0 | 13 | 2D | 0 | 23 | 64 | 4D |
| Octal | 377 | 317 | 213 | 0 | 23 | 55 | 0 | 43 | 144 | 115 |
| Binary | 11111111 | 11001111 | 10001011 | 0 | 10011 | 101101 | 0 | 100011 | 1100100 | 1001101 |
Color Harmonies of #FFCF8B
Complementary color
Monochromatic Colors of #FFCF8B
Black with #FFCF8B
Text Example
Text Example
White with #FFCF8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCF8B; }
p { color: rgb(255,207,139); }
H1.HeaderClassName
{
color: #FFCF8B;
}
.AnyTagClassName
{
color: #FFCF8B;
}
</style>
background-color css
<style>
a { background-color: #FFCF8B; }
a { background-color: rgb(255,207,139); }
div.DivClassName
{
background-color: #FFCF8B;
}
.BgClassName
{
background-color: #FFCF8B;
}
</style>
border-color css
<style>
span { border-color: #FFCF8B; }
span { border-color: rgb(255,207,139); }
td.TdClassName
{
border-color: #FFCF8B;
}
.TagClassName
{
border-color: #FFCF8B;
}
</style>