Shades of Zest #C76E34
Tints of Zest #C76E34
RGB
CMYK
RGB Variations
Color information
#C76E34 (or 0xC76E34) is known color: Zest. HEX triplet: C7, 6E and 34. RGB value is (199,110,52). Sum of RGB (Red+Green+Blue) = 199+110+52=361 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.12% from 361); Green value is 110 (43.36% from 255 or 30.47% from 361); Blue value is 52 (20.70% from 255 or 14.40% from 361); Max value from RGB is 199 - color contains mainly: red. Hex color #C76E34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76E34 is #3891CB. Grayscale: #828282. Windows color (decimal): -3707340 or 3436231. OLE color: 3436231.
HSL color Cylindrical-coordinate representation of color #C76E34: hue angle of 23.67º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C76E34 is Cyan = 0, Magento = 0.45, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 110 | 52 | - |
| CMYK | 0 | 0.45 | 0.74 | 0.22 |
| HSL | 23.67º | 0.59% | 0.49% | - |
| HSV(B) | 23.67º | 0.74% | 0.78% | - |
| XYZ | 29.75 | 23.54 | 6.22 | - |
| YUV | 130 | 83.99 | 177.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 110 | 52 | 0 | 0.45 | 0.74 | 0.22 | 23.67 | 0.59 | 0.49 |
| Hex | C7 | 6E | 34 | 0 | 2D | 4A | 16 | 18 | 3B | 31 |
| Octal | 307 | 156 | 64 | 0 | 55 | 112 | 26 | 30 | 73 | 61 |
| Binary | 11000111 | 1101110 | 110100 | 0 | 101101 | 1001010 | 10110 | 11000 | 111011 | 110001 |
Color Harmonies of #C76E34
Complementary color
Monochromatic Colors of #C76E34
Black with #C76E34
Text Example
Text Example
White with #C76E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76E34; }
p { color: rgb(199,110,52); }
H1.HeaderClassName
{
color: #C76E34;
}
.AnyTagClassName
{
color: #C76E34;
}
</style>
background-color css
<style>
a { background-color: #C76E34; }
a { background-color: rgb(199,110,52); }
div.DivClassName
{
background-color: #C76E34;
}
.BgClassName
{
background-color: #C76E34;
}
</style>
border-color css
<style>
span { border-color: #C76E34; }
span { border-color: rgb(199,110,52); }
td.TdClassName
{
border-color: #C76E34;
}
.TagClassName
{
border-color: #C76E34;
}
</style>