Shades of Cherokee #F6CA85
Tints of Cherokee #F6CA85
RGB
CMYK
RGB Variations
Color information
#F6CA85 (or 0xF6CA85) is known color: Cherokee. HEX triplet: F6, CA and 85. RGB value is (246,202,133). Sum of RGB (Red+Green+Blue) = 246+202+133=581 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.34% from 581); Green value is 202 (79.30% from 255 or 34.77% from 581); Blue value is 133 (52.34% from 255 or 22.89% from 581); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CA85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6CA85 is #09357A. Grayscale: #CFCFCF. Windows color (decimal): -603515 or 8768246. OLE color: 8768246.
HSL color Cylindrical-coordinate representation of color #F6CA85: hue angle of 36.64º 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 #F6CA85 is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 202 | 133 | - |
| CMYK | 0 | 0.18 | 0.46 | 0.04 |
| HSL | 36.64º | 0.86% | 0.74% | - |
| HSV(B) | 36.64º | 0.46% | 0.96% | - |
| XYZ | 63.36 | 63.53 | 31.11 | - |
| YUV | 207.29 | 86.08 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 202 | 133 | 0 | 0.18 | 0.46 | 0.04 | 36.64 | 0.86 | 0.74 |
| Hex | F6 | CA | 85 | 0 | 12 | 2E | 4 | 25 | 56 | 4A |
| Octal | 366 | 312 | 205 | 0 | 22 | 56 | 4 | 45 | 126 | 112 |
| Binary | 11110110 | 11001010 | 10000101 | 0 | 10010 | 101110 | 100 | 100101 | 1010110 | 1001010 |
Color Harmonies of #F6CA85
Complementary color
Monochromatic Colors of #F6CA85
Black with #F6CA85
Text Example
Text Example
White with #F6CA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CA85; }
p { color: rgb(246,202,133); }
H1.HeaderClassName
{
color: #F6CA85;
}
.AnyTagClassName
{
color: #F6CA85;
}
</style>
background-color css
<style>
a { background-color: #F6CA85; }
a { background-color: rgb(246,202,133); }
div.DivClassName
{
background-color: #F6CA85;
}
.BgClassName
{
background-color: #F6CA85;
}
</style>
border-color css
<style>
span { border-color: #F6CA85; }
span { border-color: rgb(246,202,133); }
td.TdClassName
{
border-color: #F6CA85;
}
.TagClassName
{
border-color: #F6CA85;
}
</style>