Shades of Zest #C06E3E
Tints of Zest #C06E3E
RGB
CMYK
RGB Variations
Color information
#C06E3E (or 0xC06E3E) is known color: Zest. HEX triplet: C0, 6E and 3E. RGB value is (192,110,62). Sum of RGB (Red+Green+Blue) = 192+110+62=364 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.75% from 364); Green value is 110 (43.36% from 255 or 30.22% from 364); Blue value is 62 (24.61% from 255 or 17.03% from 364); Max value from RGB is 192 - color contains mainly: red. Hex color #C06E3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06E3E is #3F91C1. Grayscale: #818181. Windows color (decimal): -4166082 or 4091584. OLE color: 4091584.
HSL color Cylindrical-coordinate representation of color #C06E3E: hue angle of 22.15º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C06E3E is Cyan = 0, Magento = 0.43, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 110 | 62 | - |
| CMYK | 0 | 0.43 | 0.68 | 0.25 |
| HSL | 22.15º | 0.51% | 0.5% | - |
| HSV(B) | 22.15º | 0.68% | 0.75% | - |
| XYZ | 28.18 | 22.71 | 7.45 | - |
| YUV | 129.05 | 90.17 | 172.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 110 | 62 | 0 | 0.43 | 0.68 | 0.25 | 22.15 | 0.51 | 0.5 |
| Hex | C0 | 6E | 3E | 0 | 2B | 44 | 19 | 16 | 33 | 32 |
| Octal | 300 | 156 | 76 | 0 | 53 | 104 | 31 | 26 | 63 | 62 |
| Binary | 11000000 | 1101110 | 111110 | 0 | 101011 | 1000100 | 11001 | 10110 | 110011 | 110010 |
Color Harmonies of #C06E3E
Complementary color
Monochromatic Colors of #C06E3E
Black with #C06E3E
Text Example
Text Example
White with #C06E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06E3E; }
p { color: rgb(192,110,62); }
H1.HeaderClassName
{
color: #C06E3E;
}
.AnyTagClassName
{
color: #C06E3E;
}
</style>
background-color css
<style>
a { background-color: #C06E3E; }
a { background-color: rgb(192,110,62); }
div.DivClassName
{
background-color: #C06E3E;
}
.BgClassName
{
background-color: #C06E3E;
}
</style>
border-color css
<style>
span { border-color: #C06E3E; }
span { border-color: rgb(192,110,62); }
td.TdClassName
{
border-color: #C06E3E;
}
.TagClassName
{
border-color: #C06E3E;
}
</style>