Shades of Zest #C76E31
Tints of Zest #C76E31
RGB
CMYK
RGB Variations
Color information
#C76E31 (or 0xC76E31) is known color: Zest. HEX triplet: C7, 6E and 31. RGB value is (199,110,49). Sum of RGB (Red+Green+Blue) = 199+110+49=358 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.59% from 358); Green value is 110 (43.36% from 255 or 30.73% from 358); Blue value is 49 (19.53% from 255 or 13.69% from 358); Max value from RGB is 199 - color contains mainly: red. Hex color #C76E31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76E31 is #3891CE. Grayscale: #818181. Windows color (decimal): -3707343 or 3239623. OLE color: 3239623.
HSL color Cylindrical-coordinate representation of color #C76E31: hue angle of 24.4º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C76E31 is Cyan = 0, Magento = 0.45, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 110 | 49 | - |
| CMYK | 0 | 0.45 | 0.75 | 0.22 |
| HSL | 24.4º | 0.6% | 0.49% | - |
| HSV(B) | 24.4º | 0.75% | 0.78% | - |
| XYZ | 29.68 | 23.52 | 5.88 | - |
| YUV | 129.66 | 82.49 | 177.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 110 | 49 | 0 | 0.45 | 0.75 | 0.22 | 24.4 | 0.6 | 0.49 |
| Hex | C7 | 6E | 31 | 0 | 2D | 4B | 16 | 18 | 3C | 31 |
| Octal | 307 | 156 | 61 | 0 | 55 | 113 | 26 | 30 | 74 | 61 |
| Binary | 11000111 | 1101110 | 110001 | 0 | 101101 | 1001011 | 10110 | 11000 | 111100 | 110001 |
Color Harmonies of #C76E31
Complementary color
Monochromatic Colors of #C76E31
Black with #C76E31
Text Example
Text Example
White with #C76E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76E31; }
p { color: rgb(199,110,49); }
H1.HeaderClassName
{
color: #C76E31;
}
.AnyTagClassName
{
color: #C76E31;
}
</style>
background-color css
<style>
a { background-color: #C76E31; }
a { background-color: rgb(199,110,49); }
div.DivClassName
{
background-color: #C76E31;
}
.BgClassName
{
background-color: #C76E31;
}
</style>
border-color css
<style>
span { border-color: #C76E31; }
span { border-color: rgb(199,110,49); }
td.TdClassName
{
border-color: #C76E31;
}
.TagClassName
{
border-color: #C76E31;
}
</style>