Shades of Zest #C77032
Tints of Zest #C77032
RGB
CMYK
RGB Variations
Color information
#C77032 (or 0xC77032) is known color: Zest. HEX triplet: C7, 70 and 32. RGB value is (199,112,50). Sum of RGB (Red+Green+Blue) = 199+112+50=361 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.12% from 361); Green value is 112 (44.14% from 255 or 31.02% from 361); Blue value is 50 (19.92% from 255 or 13.85% from 361); Max value from RGB is 199 - color contains mainly: red. Hex color #C77032 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77032 is #388FCD. Grayscale: #838383. Windows color (decimal): -3706830 or 3305671. OLE color: 3305671.
HSL color Cylindrical-coordinate representation of color #C77032: hue angle of 24.97º 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 #C77032 is Cyan = 0, Magento = 0.44, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 112 | 50 | - |
| CMYK | 0 | 0.44 | 0.75 | 0.22 |
| HSL | 24.97º | 0.6% | 0.49% | - |
| HSV(B) | 24.97º | 0.75% | 0.78% | - |
| XYZ | 29.92 | 23.96 | 6.07 | - |
| YUV | 130.95 | 82.32 | 176.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 112 | 50 | 0 | 0.44 | 0.75 | 0.22 | 24.97 | 0.6 | 0.49 |
| Hex | C7 | 70 | 32 | 0 | 2C | 4B | 16 | 19 | 3C | 31 |
| Octal | 307 | 160 | 62 | 0 | 54 | 113 | 26 | 31 | 74 | 61 |
| Binary | 11000111 | 1110000 | 110010 | 0 | 101100 | 1001011 | 10110 | 11001 | 111100 | 110001 |
Color Harmonies of #C77032
Complementary color
Monochromatic Colors of #C77032
Black with #C77032
Text Example
Text Example
White with #C77032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77032; }
p { color: rgb(199,112,50); }
H1.HeaderClassName
{
color: #C77032;
}
.AnyTagClassName
{
color: #C77032;
}
</style>
background-color css
<style>
a { background-color: #C77032; }
a { background-color: rgb(199,112,50); }
div.DivClassName
{
background-color: #C77032;
}
.BgClassName
{
background-color: #C77032;
}
</style>
border-color css
<style>
span { border-color: #C77032; }
span { border-color: rgb(199,112,50); }
td.TdClassName
{
border-color: #C77032;
}
.TagClassName
{
border-color: #C77032;
}
</style>