Shades of Cherokee #F6C288
Tints of Cherokee #F6C288
RGB
CMYK
RGB Variations
Color information
#F6C288 (or 0xF6C288) is known color: Cherokee. HEX triplet: F6, C2 and 88. RGB value is (246,194,136). Sum of RGB (Red+Green+Blue) = 246+194+136=576 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.71% from 576); Green value is 194 (76.17% from 255 or 33.68% from 576); Blue value is 136 (53.52% from 255 or 23.61% from 576); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C288 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6C288 is #093D77. Grayscale: #CBCBCB. Windows color (decimal): -605560 or 8962806. OLE color: 8962806.
HSL color Cylindrical-coordinate representation of color #F6C288: hue angle of 31.64º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F6C288 is Cyan = 0, Magento = 0.21, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 194 | 136 | - |
| CMYK | 0 | 0.21 | 0.45 | 0.04 |
| HSL | 31.64º | 0.86% | 0.75% | - |
| HSV(B) | 31.64º | 0.45% | 0.96% | - |
| XYZ | 61.74 | 59.95 | 31.61 | - |
| YUV | 202.94 | 90.23 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 194 | 136 | 0 | 0.21 | 0.45 | 0.04 | 31.64 | 0.86 | 0.75 |
| Hex | F6 | C2 | 88 | 0 | 15 | 2D | 4 | 20 | 56 | 4B |
| Octal | 366 | 302 | 210 | 0 | 25 | 55 | 4 | 40 | 126 | 113 |
| Binary | 11110110 | 11000010 | 10001000 | 0 | 10101 | 101101 | 100 | 100000 | 1010110 | 1001011 |
Color Harmonies of #F6C288
Complementary color
Monochromatic Colors of #F6C288
Black with #F6C288
Text Example
Text Example
White with #F6C288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C288; }
p { color: rgb(246,194,136); }
H1.HeaderClassName
{
color: #F6C288;
}
.AnyTagClassName
{
color: #F6C288;
}
</style>
background-color css
<style>
a { background-color: #F6C288; }
a { background-color: rgb(246,194,136); }
div.DivClassName
{
background-color: #F6C288;
}
.BgClassName
{
background-color: #F6C288;
}
</style>
border-color css
<style>
span { border-color: #F6C288; }
span { border-color: rgb(246,194,136); }
td.TdClassName
{
border-color: #F6C288;
}
.TagClassName
{
border-color: #F6C288;
}
</style>