Shades of Cherokee #F6C488
Tints of Cherokee #F6C488
RGB
CMYK
RGB Variations
Color information
#F6C488 (or 0xF6C488) is known color: Cherokee. HEX triplet: F6, C4 and 88. RGB value is (246,196,136). Sum of RGB (Red+Green+Blue) = 246+196+136=578 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.56% from 578); Green value is 196 (76.95% from 255 or 33.91% from 578); Blue value is 136 (53.52% from 255 or 23.53% from 578); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C488 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6C488 is #093B77. Grayscale: #CCCCCC. Windows color (decimal): -605048 or 8963318. OLE color: 8963318.
HSL color Cylindrical-coordinate representation of color #F6C488: hue angle of 32.73º 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 #F6C488 is Cyan = 0, Magento = 0.20, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 196 | 136 | - |
| CMYK | 0 | 0.20 | 0.45 | 0.04 |
| HSL | 32.73º | 0.86% | 0.75% | - |
| HSV(B) | 32.73º | 0.45% | 0.96% | - |
| XYZ | 62.19 | 60.85 | 31.76 | - |
| YUV | 204.11 | 89.57 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 196 | 136 | 0 | 0.20 | 0.45 | 0.04 | 32.73 | 0.86 | 0.75 |
| Hex | F6 | C4 | 88 | 0 | 14 | 2D | 4 | 21 | 56 | 4B |
| Octal | 366 | 304 | 210 | 0 | 24 | 55 | 4 | 41 | 126 | 113 |
| Binary | 11110110 | 11000100 | 10001000 | 0 | 10100 | 101101 | 100 | 100001 | 1010110 | 1001011 |
Color Harmonies of #F6C488
Complementary color
Monochromatic Colors of #F6C488
Black with #F6C488
Text Example
Text Example
White with #F6C488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C488; }
p { color: rgb(246,196,136); }
H1.HeaderClassName
{
color: #F6C488;
}
.AnyTagClassName
{
color: #F6C488;
}
</style>
background-color css
<style>
a { background-color: #F6C488; }
a { background-color: rgb(246,196,136); }
div.DivClassName
{
background-color: #F6C488;
}
.BgClassName
{
background-color: #F6C488;
}
</style>
border-color css
<style>
span { border-color: #F6C488; }
span { border-color: rgb(246,196,136); }
td.TdClassName
{
border-color: #F6C488;
}
.TagClassName
{
border-color: #F6C488;
}
</style>