Shades of Cherokee #F2C888
Tints of Cherokee #F2C888
RGB
CMYK
RGB Variations
Color information
#F2C888 (or 0xF2C888) is known color: Cherokee. HEX triplet: F2, C8 and 88. RGB value is (242,200,136). Sum of RGB (Red+Green+Blue) = 242+200+136=578 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.87% from 578); Green value is 200 (78.52% from 255 or 34.60% from 578); Blue value is 136 (53.52% from 255 or 23.53% from 578); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C888 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C888 is #0D3777. Grayscale: #CDCDCD. Windows color (decimal): -866168 or 8964338. OLE color: 8964338.
HSL color Cylindrical-coordinate representation of color #F2C888: hue angle of 36.23º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F2C888 is Cyan = 0, Magento = 0.17, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 200 | 136 | - |
| CMYK | 0 | 0.17 | 0.44 | 0.05 |
| HSL | 36.23º | 0.8% | 0.74% | - |
| HSV(B) | 36.23º | 0.44% | 0.95% | - |
| XYZ | 61.72 | 61.96 | 32 | - |
| YUV | 205.26 | 88.91 | 154.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 200 | 136 | 0 | 0.17 | 0.44 | 0.05 | 36.23 | 0.8 | 0.74 |
| Hex | F2 | C8 | 88 | 0 | 11 | 2C | 5 | 24 | 50 | 4A |
| Octal | 362 | 310 | 210 | 0 | 21 | 54 | 5 | 44 | 120 | 112 |
| Binary | 11110010 | 11001000 | 10001000 | 0 | 10001 | 101100 | 101 | 100100 | 1010000 | 1001010 |
Color Harmonies of #F2C888
Complementary color
Monochromatic Colors of #F2C888
Black with #F2C888
Text Example
Text Example
White with #F2C888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C888; }
p { color: rgb(242,200,136); }
H1.HeaderClassName
{
color: #F2C888;
}
.AnyTagClassName
{
color: #F2C888;
}
</style>
background-color css
<style>
a { background-color: #F2C888; }
a { background-color: rgb(242,200,136); }
div.DivClassName
{
background-color: #F2C888;
}
.BgClassName
{
background-color: #F2C888;
}
</style>
border-color css
<style>
span { border-color: #F2C888; }
span { border-color: rgb(242,200,136); }
td.TdClassName
{
border-color: #F2C888;
}
.TagClassName
{
border-color: #F2C888;
}
</style>