Shades of Cherokee #F6C885
Tints of Cherokee #F6C885
RGB
CMYK
RGB Variations
Color information
#F6C885 (or 0xF6C885) is known color: Cherokee. HEX triplet: F6, C8 and 85. RGB value is (246,200,133). Sum of RGB (Red+Green+Blue) = 246+200+133=579 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.49% from 579); Green value is 200 (78.52% from 255 or 34.54% from 579); Blue value is 133 (52.34% from 255 or 22.97% from 579); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C885 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6C885 is #09377A. Grayscale: #CECECE. Windows color (decimal): -604027 or 8767734. OLE color: 8767734.
HSL color Cylindrical-coordinate representation of color #F6C885: hue angle of 35.58º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F6C885 is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 200 | 133 | - |
| CMYK | 0 | 0.19 | 0.46 | 0.04 |
| HSL | 35.58º | 0.86% | 0.74% | - |
| HSV(B) | 35.58º | 0.46% | 0.96% | - |
| XYZ | 62.89 | 62.59 | 30.96 | - |
| YUV | 206.12 | 86.74 | 156.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 200 | 133 | 0 | 0.19 | 0.46 | 0.04 | 35.58 | 0.86 | 0.74 |
| Hex | F6 | C8 | 85 | 0 | 13 | 2E | 4 | 24 | 56 | 4A |
| Octal | 366 | 310 | 205 | 0 | 23 | 56 | 4 | 44 | 126 | 112 |
| Binary | 11110110 | 11001000 | 10000101 | 0 | 10011 | 101110 | 100 | 100100 | 1010110 | 1001010 |
Color Harmonies of #F6C885
Complementary color
Monochromatic Colors of #F6C885
Black with #F6C885
Text Example
Text Example
White with #F6C885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C885; }
p { color: rgb(246,200,133); }
H1.HeaderClassName
{
color: #F6C885;
}
.AnyTagClassName
{
color: #F6C885;
}
</style>
background-color css
<style>
a { background-color: #F6C885; }
a { background-color: rgb(246,200,133); }
div.DivClassName
{
background-color: #F6C885;
}
.BgClassName
{
background-color: #F6C885;
}
</style>
border-color css
<style>
span { border-color: #F6C885; }
span { border-color: rgb(246,200,133); }
td.TdClassName
{
border-color: #F6C885;
}
.TagClassName
{
border-color: #F6C885;
}
</style>