Shades of Cherokee #F3CF80
Tints of Cherokee #F3CF80
RGB
CMYK
RGB Variations
Color information
#F3CF80 (or 0xF3CF80) is known color: Cherokee. HEX triplet: F3, CF and 80. RGB value is (243,207,128). Sum of RGB (Red+Green+Blue) = 243+207+128=578 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.04% from 578); Green value is 207 (81.25% from 255 or 35.81% from 578); Blue value is 128 (50.39% from 255 or 22.15% from 578); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CF80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3CF80 is #0C307F. Grayscale: #D1D1D1. Windows color (decimal): -798848 or 8441843. OLE color: 8441843.
HSL color Cylindrical-coordinate representation of color #F3CF80: hue angle of 41.22º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F3CF80 is Cyan = 0, Magento = 0.15, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 207 | 128 | - |
| CMYK | 0 | 0.15 | 0.47 | 0.05 |
| HSL | 41.22º | 0.83% | 0.73% | - |
| HSV(B) | 41.22º | 0.47% | 0.95% | - |
| XYZ | 63.17 | 65.24 | 29.68 | - |
| YUV | 208.76 | 82.43 | 152.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 207 | 128 | 0 | 0.15 | 0.47 | 0.05 | 41.22 | 0.83 | 0.73 |
| Hex | F3 | CF | 80 | 0 | F | 2F | 5 | 29 | 53 | 49 |
| Octal | 363 | 317 | 200 | 0 | 17 | 57 | 5 | 51 | 123 | 111 |
| Binary | 11110011 | 11001111 | 10000000 | 0 | 1111 | 101111 | 101 | 101001 | 1010011 | 1001001 |
Color Harmonies of #F3CF80
Complementary color
Monochromatic Colors of #F3CF80
Black with #F3CF80
Text Example
Text Example
White with #F3CF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CF80; }
p { color: rgb(243,207,128); }
H1.HeaderClassName
{
color: #F3CF80;
}
.AnyTagClassName
{
color: #F3CF80;
}
</style>
background-color css
<style>
a { background-color: #F3CF80; }
a { background-color: rgb(243,207,128); }
div.DivClassName
{
background-color: #F3CF80;
}
.BgClassName
{
background-color: #F3CF80;
}
</style>
border-color css
<style>
span { border-color: #F3CF80; }
span { border-color: rgb(243,207,128); }
td.TdClassName
{
border-color: #F3CF80;
}
.TagClassName
{
border-color: #F3CF80;
}
</style>