Shades of Cherokee #F7CA8C
Tints of Cherokee #F7CA8C
RGB
CMYK
RGB Variations
Color information
#F7CA8C (or 0xF7CA8C) is known color: Cherokee. HEX triplet: F7, CA and 8C. RGB value is (247,202,140). Sum of RGB (Red+Green+Blue) = 247+202+140=589 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.94% from 589); Green value is 202 (79.30% from 255 or 34.30% from 589); Blue value is 140 (55.08% from 255 or 23.77% from 589); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CA8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7CA8C is #083573. Grayscale: #D0D0D0. Windows color (decimal): -537972 or 9226999. OLE color: 9226999.
HSL color Cylindrical-coordinate representation of color #F7CA8C: hue angle of 34.77º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F7CA8C is Cyan = 0, Magento = 0.18, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 202 | 140 | - |
| CMYK | 0 | 0.18 | 0.43 | 0.03 |
| HSL | 34.77º | 0.87% | 0.76% | - |
| HSV(B) | 34.77º | 0.43% | 0.97% | - |
| XYZ | 64.21 | 63.91 | 33.76 | - |
| YUV | 208.39 | 89.41 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 202 | 140 | 0 | 0.18 | 0.43 | 0.03 | 34.77 | 0.87 | 0.76 |
| Hex | F7 | CA | 8C | 0 | 12 | 2B | 3 | 23 | 57 | 4C |
| Octal | 367 | 312 | 214 | 0 | 22 | 53 | 3 | 43 | 127 | 114 |
| Binary | 11110111 | 11001010 | 10001100 | 0 | 10010 | 101011 | 11 | 100011 | 1010111 | 1001100 |
Color Harmonies of #F7CA8C
Complementary color
Monochromatic Colors of #F7CA8C
Black with #F7CA8C
Text Example
Text Example
White with #F7CA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7CA8C; }
p { color: rgb(247,202,140); }
H1.HeaderClassName
{
color: #F7CA8C;
}
.AnyTagClassName
{
color: #F7CA8C;
}
</style>
background-color css
<style>
a { background-color: #F7CA8C; }
a { background-color: rgb(247,202,140); }
div.DivClassName
{
background-color: #F7CA8C;
}
.BgClassName
{
background-color: #F7CA8C;
}
</style>
border-color css
<style>
span { border-color: #F7CA8C; }
span { border-color: rgb(247,202,140); }
td.TdClassName
{
border-color: #F7CA8C;
}
.TagClassName
{
border-color: #F7CA8C;
}
</style>