Shades of Zest #C76C32
Tints of Zest #C76C32
RGB
CMYK
RGB Variations
Color information
#C76C32 (or 0xC76C32) is known color: Zest. HEX triplet: C7, 6C and 32. RGB value is (199,108,50). Sum of RGB (Red+Green+Blue) = 199+108+50=357 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.74% from 357); Green value is 108 (42.58% from 255 or 30.25% from 357); Blue value is 50 (19.92% from 255 or 14.01% from 357); Max value from RGB is 199 - color contains mainly: red. Hex color #C76C32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76C32 is #3893CD. Grayscale: #808080. Windows color (decimal): -3707854 or 3304647. OLE color: 3304647.
HSL color Cylindrical-coordinate representation of color #C76C32: hue angle of 23.36º 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 #C76C32 is Cyan = 0, Magento = 0.46, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 108 | 50 | - |
| CMYK | 0 | 0.46 | 0.75 | 0.22 |
| HSL | 23.36º | 0.6% | 0.49% | - |
| HSV(B) | 23.36º | 0.75% | 0.78% | - |
| XYZ | 29.49 | 23.1 | 5.92 | - |
| YUV | 128.6 | 83.65 | 178.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 108 | 50 | 0 | 0.46 | 0.75 | 0.22 | 23.36 | 0.6 | 0.49 |
| Hex | C7 | 6C | 32 | 0 | 2E | 4B | 16 | 17 | 3C | 31 |
| Octal | 307 | 154 | 62 | 0 | 56 | 113 | 26 | 27 | 74 | 61 |
| Binary | 11000111 | 1101100 | 110010 | 0 | 101110 | 1001011 | 10110 | 10111 | 111100 | 110001 |
Color Harmonies of #C76C32
Complementary color
Monochromatic Colors of #C76C32
Black with #C76C32
Text Example
Text Example
White with #C76C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76C32; }
p { color: rgb(199,108,50); }
H1.HeaderClassName
{
color: #C76C32;
}
.AnyTagClassName
{
color: #C76C32;
}
</style>
background-color css
<style>
a { background-color: #C76C32; }
a { background-color: rgb(199,108,50); }
div.DivClassName
{
background-color: #C76C32;
}
.BgClassName
{
background-color: #C76C32;
}
</style>
border-color css
<style>
span { border-color: #C76C32; }
span { border-color: rgb(199,108,50); }
td.TdClassName
{
border-color: #C76C32;
}
.TagClassName
{
border-color: #C76C32;
}
</style>