Shades of Zest #C76E33
Tints of Zest #C76E33
RGB
CMYK
RGB Variations
Color information
#C76E33 (or 0xC76E33) is known color: Zest. HEX triplet: C7, 6E and 33. RGB value is (199,110,51). Sum of RGB (Red+Green+Blue) = 199+110+51=360 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.28% from 360); Green value is 110 (43.36% from 255 or 30.56% from 360); Blue value is 51 (20.31% from 255 or 14.17% from 360); Max value from RGB is 199 - color contains mainly: red. Hex color #C76E33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76E33 is #3891CC. Grayscale: #828282. Windows color (decimal): -3707341 or 3370695. OLE color: 3370695.
HSL color Cylindrical-coordinate representation of color #C76E33: hue angle of 23.92º 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 #C76E33 is Cyan = 0, Magento = 0.45, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 110 | 51 | - |
| CMYK | 0 | 0.45 | 0.74 | 0.22 |
| HSL | 23.92º | 0.59% | 0.49% | - |
| HSV(B) | 23.92º | 0.74% | 0.78% | - |
| XYZ | 29.73 | 23.53 | 6.11 | - |
| YUV | 129.89 | 83.49 | 177.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 110 | 51 | 0 | 0.45 | 0.74 | 0.22 | 23.92 | 0.59 | 0.49 |
| Hex | C7 | 6E | 33 | 0 | 2D | 4A | 16 | 18 | 3B | 31 |
| Octal | 307 | 156 | 63 | 0 | 55 | 112 | 26 | 30 | 73 | 61 |
| Binary | 11000111 | 1101110 | 110011 | 0 | 101101 | 1001010 | 10110 | 11000 | 111011 | 110001 |
Color Harmonies of #C76E33
Complementary color
Monochromatic Colors of #C76E33
Black with #C76E33
Text Example
Text Example
White with #C76E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76E33; }
p { color: rgb(199,110,51); }
H1.HeaderClassName
{
color: #C76E33;
}
.AnyTagClassName
{
color: #C76E33;
}
</style>
background-color css
<style>
a { background-color: #C76E33; }
a { background-color: rgb(199,110,51); }
div.DivClassName
{
background-color: #C76E33;
}
.BgClassName
{
background-color: #C76E33;
}
</style>
border-color css
<style>
span { border-color: #C76E33; }
span { border-color: rgb(199,110,51); }
td.TdClassName
{
border-color: #C76E33;
}
.TagClassName
{
border-color: #C76E33;
}
</style>