Shades of Cherokee #F6CB85
Tints of Cherokee #F6CB85
RGB
CMYK
RGB Variations
Color information
#F6CB85 (or 0xF6CB85) is known color: Cherokee. HEX triplet: F6, CB and 85. RGB value is (246,203,133). Sum of RGB (Red+Green+Blue) = 246+203+133=582 (77% of max value = 765). Red value is 246 (96.48% from 255 or 42.27% from 582); Green value is 203 (79.69% from 255 or 34.88% from 582); Blue value is 133 (52.34% from 255 or 22.85% from 582); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CB85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6CB85 is #09347A. Grayscale: #D0D0D0. Windows color (decimal): -603259 or 8768502. OLE color: 8768502.
HSL color Cylindrical-coordinate representation of color #F6CB85: hue angle of 37.17º 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 #F6CB85 is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 203 | 133 | - |
| CMYK | 0 | 0.17 | 0.46 | 0.04 |
| HSL | 37.17º | 0.86% | 0.74% | - |
| HSV(B) | 37.17º | 0.46% | 0.96% | - |
| XYZ | 63.6 | 64 | 31.19 | - |
| YUV | 207.88 | 85.75 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 203 | 133 | 0 | 0.17 | 0.46 | 0.04 | 37.17 | 0.86 | 0.74 |
| Hex | F6 | CB | 85 | 0 | 11 | 2E | 4 | 25 | 56 | 4A |
| Octal | 366 | 313 | 205 | 0 | 21 | 56 | 4 | 45 | 126 | 112 |
| Binary | 11110110 | 11001011 | 10000101 | 0 | 10001 | 101110 | 100 | 100101 | 1010110 | 1001010 |
Color Harmonies of #F6CB85
Complementary color
Monochromatic Colors of #F6CB85
Black with #F6CB85
Text Example
Text Example
White with #F6CB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CB85; }
p { color: rgb(246,203,133); }
H1.HeaderClassName
{
color: #F6CB85;
}
.AnyTagClassName
{
color: #F6CB85;
}
</style>
background-color css
<style>
a { background-color: #F6CB85; }
a { background-color: rgb(246,203,133); }
div.DivClassName
{
background-color: #F6CB85;
}
.BgClassName
{
background-color: #F6CB85;
}
</style>
border-color css
<style>
span { border-color: #F6CB85; }
span { border-color: rgb(246,203,133); }
td.TdClassName
{
border-color: #F6CB85;
}
.TagClassName
{
border-color: #F6CB85;
}
</style>