Shades of Cherokee #F6CB7C
Tints of Cherokee #F6CB7C
RGB
CMYK
RGB Variations
Color information
#F6CB7C (or 0xF6CB7C) is known color: Cherokee. HEX triplet: F6, CB and 7C. RGB value is (246,203,124). Sum of RGB (Red+Green+Blue) = 246+203+124=573 (75% of max value = 765). Red value is 246 (96.48% from 255 or 42.93% from 573); Green value is 203 (79.69% from 255 or 35.43% from 573); Blue value is 124 (48.83% from 255 or 21.64% from 573); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CB7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6CB7C is #093483. Grayscale: #CFCFCF. Windows color (decimal): -603268 or 8178678. OLE color: 8178678.
HSL color Cylindrical-coordinate representation of color #F6CB7C: hue angle of 38.85º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F6CB7C is Cyan = 0, Magento = 0.17, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 203 | 124 | - |
| CMYK | 0 | 0.17 | 0.50 | 0.04 |
| HSL | 38.85º | 0.87% | 0.73% | - |
| HSV(B) | 38.85º | 0.5% | 0.96% | - |
| XYZ | 63 | 63.76 | 28.06 | - |
| YUV | 206.85 | 81.25 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 203 | 124 | 0 | 0.17 | 0.50 | 0.04 | 38.85 | 0.87 | 0.73 |
| Hex | F6 | CB | 7C | 0 | 11 | 32 | 4 | 27 | 57 | 49 |
| Octal | 366 | 313 | 174 | 0 | 21 | 62 | 4 | 47 | 127 | 111 |
| Binary | 11110110 | 11001011 | 1111100 | 0 | 10001 | 110010 | 100 | 100111 | 1010111 | 1001001 |
Color Harmonies of #F6CB7C
Complementary color
Monochromatic Colors of #F6CB7C
Black with #F6CB7C
Text Example
Text Example
White with #F6CB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CB7C; }
p { color: rgb(246,203,124); }
H1.HeaderClassName
{
color: #F6CB7C;
}
.AnyTagClassName
{
color: #F6CB7C;
}
</style>
background-color css
<style>
a { background-color: #F6CB7C; }
a { background-color: rgb(246,203,124); }
div.DivClassName
{
background-color: #F6CB7C;
}
.BgClassName
{
background-color: #F6CB7C;
}
</style>
border-color css
<style>
span { border-color: #F6CB7C; }
span { border-color: rgb(246,203,124); }
td.TdClassName
{
border-color: #F6CB7C;
}
.TagClassName
{
border-color: #F6CB7C;
}
</style>