Shades of Zest #C06E34
Tints of Zest #C06E34
RGB
CMYK
RGB Variations
Color information
#C06E34 (or 0xC06E34) is known color: Zest. HEX triplet: C0, 6E and 34. RGB value is (192,110,52). Sum of RGB (Red+Green+Blue) = 192+110+52=354 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.24% from 354); Green value is 110 (43.36% from 255 or 31.07% from 354); Blue value is 52 (20.70% from 255 or 14.69% from 354); Max value from RGB is 192 - color contains mainly: red. Hex color #C06E34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06E34 is #3F91CB. Grayscale: #808080. Windows color (decimal): -4166092 or 3436224. OLE color: 3436224.
HSL color Cylindrical-coordinate representation of color #C06E34: hue angle of 24.86º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C06E34 is Cyan = 0, Magento = 0.43, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 110 | 52 | - |
| CMYK | 0 | 0.43 | 0.73 | 0.25 |
| HSL | 24.86º | 0.57% | 0.48% | - |
| HSV(B) | 24.86º | 0.73% | 0.75% | - |
| XYZ | 27.93 | 22.61 | 6.14 | - |
| YUV | 127.91 | 85.17 | 173.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 110 | 52 | 0 | 0.43 | 0.73 | 0.25 | 24.86 | 0.57 | 0.48 |
| Hex | C0 | 6E | 34 | 0 | 2B | 49 | 19 | 19 | 39 | 30 |
| Octal | 300 | 156 | 64 | 0 | 53 | 111 | 31 | 31 | 71 | 60 |
| Binary | 11000000 | 1101110 | 110100 | 0 | 101011 | 1001001 | 11001 | 11001 | 111001 | 110000 |
Color Harmonies of #C06E34
Complementary color
Monochromatic Colors of #C06E34
Black with #C06E34
Text Example
Text Example
White with #C06E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06E34; }
p { color: rgb(192,110,52); }
H1.HeaderClassName
{
color: #C06E34;
}
.AnyTagClassName
{
color: #C06E34;
}
</style>
background-color css
<style>
a { background-color: #C06E34; }
a { background-color: rgb(192,110,52); }
div.DivClassName
{
background-color: #C06E34;
}
.BgClassName
{
background-color: #C06E34;
}
</style>
border-color css
<style>
span { border-color: #C06E34; }
span { border-color: rgb(192,110,52); }
td.TdClassName
{
border-color: #C06E34;
}
.TagClassName
{
border-color: #C06E34;
}
</style>