Shades of Zest #C76C36
Tints of Zest #C76C36
RGB
CMYK
RGB Variations
Color information
#C76C36 (or 0xC76C36) is known color: Zest. HEX triplet: C7, 6C and 36. RGB value is (199,108,54). Sum of RGB (Red+Green+Blue) = 199+108+54=361 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.12% from 361); Green value is 108 (42.58% from 255 or 29.92% from 361); Blue value is 54 (21.48% from 255 or 14.96% from 361); Max value from RGB is 199 - color contains mainly: red. Hex color #C76C36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76C36 is #3893C9. Grayscale: #818181. Windows color (decimal): -3707850 or 3566791. OLE color: 3566791.
HSL color Cylindrical-coordinate representation of color #C76C36: hue angle of 22.34º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C76C36 is Cyan = 0, Magento = 0.46, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 108 | 54 | - |
| CMYK | 0 | 0.46 | 0.73 | 0.22 |
| HSL | 22.34º | 0.57% | 0.5% | - |
| HSV(B) | 22.34º | 0.73% | 0.78% | - |
| XYZ | 29.58 | 23.13 | 6.4 | - |
| YUV | 129.05 | 85.65 | 177.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 108 | 54 | 0 | 0.46 | 0.73 | 0.22 | 22.34 | 0.57 | 0.5 |
| Hex | C7 | 6C | 36 | 0 | 2E | 49 | 16 | 16 | 39 | 32 |
| Octal | 307 | 154 | 66 | 0 | 56 | 111 | 26 | 26 | 71 | 62 |
| Binary | 11000111 | 1101100 | 110110 | 0 | 101110 | 1001001 | 10110 | 10110 | 111001 | 110010 |
Color Harmonies of #C76C36
Complementary color
Monochromatic Colors of #C76C36
Black with #C76C36
Text Example
Text Example
White with #C76C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76C36; }
p { color: rgb(199,108,54); }
H1.HeaderClassName
{
color: #C76C36;
}
.AnyTagClassName
{
color: #C76C36;
}
</style>
background-color css
<style>
a { background-color: #C76C36; }
a { background-color: rgb(199,108,54); }
div.DivClassName
{
background-color: #C76C36;
}
.BgClassName
{
background-color: #C76C36;
}
</style>
border-color css
<style>
span { border-color: #C76C36; }
span { border-color: rgb(199,108,54); }
td.TdClassName
{
border-color: #C76C36;
}
.TagClassName
{
border-color: #C76C36;
}
</style>