Shades of Cherokee #F6CA89
Tints of Cherokee #F6CA89
RGB
CMYK
RGB Variations
Color information
#F6CA89 (or 0xF6CA89) is known color: Cherokee. HEX triplet: F6, CA and 89. RGB value is (246,202,137). Sum of RGB (Red+Green+Blue) = 246+202+137=585 (77% of max value = 765). Red value is 246 (96.48% from 255 or 42.05% from 585); Green value is 202 (79.30% from 255 or 34.53% from 585); Blue value is 137 (53.91% from 255 or 23.42% from 585); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CA89 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6CA89 is #093576. Grayscale: #D0D0D0. Windows color (decimal): -603511 or 9030390. OLE color: 9030390.
HSL color Cylindrical-coordinate representation of color #F6CA89: hue angle of 35.78º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F6CA89 is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 202 | 137 | - |
| CMYK | 0 | 0.18 | 0.44 | 0.04 |
| HSL | 35.78º | 0.86% | 0.75% | - |
| HSV(B) | 35.78º | 0.44% | 0.96% | - |
| XYZ | 63.64 | 63.64 | 32.6 | - |
| YUV | 207.75 | 88.08 | 155.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 202 | 137 | 0 | 0.18 | 0.44 | 0.04 | 35.78 | 0.86 | 0.75 |
| Hex | F6 | CA | 89 | 0 | 12 | 2C | 4 | 24 | 56 | 4B |
| Octal | 366 | 312 | 211 | 0 | 22 | 54 | 4 | 44 | 126 | 113 |
| Binary | 11110110 | 11001010 | 10001001 | 0 | 10010 | 101100 | 100 | 100100 | 1010110 | 1001011 |
Color Harmonies of #F6CA89
Complementary color
Monochromatic Colors of #F6CA89
Black with #F6CA89
Text Example
Text Example
White with #F6CA89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CA89; }
p { color: rgb(246,202,137); }
H1.HeaderClassName
{
color: #F6CA89;
}
.AnyTagClassName
{
color: #F6CA89;
}
</style>
background-color css
<style>
a { background-color: #F6CA89; }
a { background-color: rgb(246,202,137); }
div.DivClassName
{
background-color: #F6CA89;
}
.BgClassName
{
background-color: #F6CA89;
}
</style>
border-color css
<style>
span { border-color: #F6CA89; }
span { border-color: rgb(246,202,137); }
td.TdClassName
{
border-color: #F6CA89;
}
.TagClassName
{
border-color: #F6CA89;
}
</style>