Shades of Zest #C06E36
Tints of Zest #C06E36
RGB
CMYK
RGB Variations
Color information
#C06E36 (or 0xC06E36) is known color: Zest. HEX triplet: C0, 6E and 36. RGB value is (192,110,54). Sum of RGB (Red+Green+Blue) = 192+110+54=356 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.93% from 356); Green value is 110 (43.36% from 255 or 30.90% from 356); Blue value is 54 (21.48% from 255 or 15.17% from 356); Max value from RGB is 192 - color contains mainly: red. Hex color #C06E36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06E36 is #3F91C9. Grayscale: #808080. Windows color (decimal): -4166090 or 3567296. OLE color: 3567296.
HSL color Cylindrical-coordinate representation of color #C06E36: hue angle of 24.35º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C06E36 is Cyan = 0, Magento = 0.43, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 110 | 54 | - |
| CMYK | 0 | 0.43 | 0.72 | 0.25 |
| HSL | 24.35º | 0.56% | 0.48% | - |
| HSV(B) | 24.35º | 0.72% | 0.75% | - |
| XYZ | 27.98 | 22.62 | 6.38 | - |
| YUV | 128.13 | 86.17 | 173.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 110 | 54 | 0 | 0.43 | 0.72 | 0.25 | 24.35 | 0.56 | 0.48 |
| Hex | C0 | 6E | 36 | 0 | 2B | 48 | 19 | 18 | 38 | 30 |
| Octal | 300 | 156 | 66 | 0 | 53 | 110 | 31 | 30 | 70 | 60 |
| Binary | 11000000 | 1101110 | 110110 | 0 | 101011 | 1001000 | 11001 | 11000 | 111000 | 110000 |
Color Harmonies of #C06E36
Complementary color
Monochromatic Colors of #C06E36
Black with #C06E36
Text Example
Text Example
White with #C06E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06E36; }
p { color: rgb(192,110,54); }
H1.HeaderClassName
{
color: #C06E36;
}
.AnyTagClassName
{
color: #C06E36;
}
</style>
background-color css
<style>
a { background-color: #C06E36; }
a { background-color: rgb(192,110,54); }
div.DivClassName
{
background-color: #C06E36;
}
.BgClassName
{
background-color: #C06E36;
}
</style>
border-color css
<style>
span { border-color: #C06E36; }
span { border-color: rgb(192,110,54); }
td.TdClassName
{
border-color: #C06E36;
}
.TagClassName
{
border-color: #C06E36;
}
</style>