Shades of Zest #C76C40
Tints of Zest #C76C40
RGB
CMYK
RGB Variations
Color information
#C76C40 (or 0xC76C40) is known color: Zest. HEX triplet: C7, 6C and 40. RGB value is (199,108,64). Sum of RGB (Red+Green+Blue) = 199+108+64=371 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.64% from 371); Green value is 108 (42.58% from 255 or 29.11% from 371); Blue value is 64 (25.39% from 255 or 17.25% from 371); Max value from RGB is 199 - color contains mainly: red. Hex color #C76C40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76C40 is #3893BF. Grayscale: #828282. Windows color (decimal): -3707840 or 4222151. OLE color: 4222151.
HSL color Cylindrical-coordinate representation of color #C76C40: hue angle of 19.56º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C76C40 is Cyan = 0, Magento = 0.46, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 108 | 64 | - |
| CMYK | 0 | 0.46 | 0.68 | 0.22 |
| HSL | 19.56º | 0.55% | 0.52% | - |
| HSV(B) | 19.56º | 0.68% | 0.78% | - |
| XYZ | 29.84 | 23.24 | 7.76 | - |
| YUV | 130.19 | 90.65 | 177.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 108 | 64 | 0 | 0.46 | 0.68 | 0.22 | 19.56 | 0.55 | 0.52 |
| Hex | C7 | 6C | 40 | 0 | 2E | 44 | 16 | 14 | 37 | 34 |
| Octal | 307 | 154 | 100 | 0 | 56 | 104 | 26 | 24 | 67 | 64 |
| Binary | 11000111 | 1101100 | 1000000 | 0 | 101110 | 1000100 | 10110 | 10100 | 110111 | 110100 |
Color Harmonies of #C76C40
Complementary color
Monochromatic Colors of #C76C40
Black with #C76C40
Text Example
Text Example
White with #C76C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76C40; }
p { color: rgb(199,108,64); }
H1.HeaderClassName
{
color: #C76C40;
}
.AnyTagClassName
{
color: #C76C40;
}
</style>
background-color css
<style>
a { background-color: #C76C40; }
a { background-color: rgb(199,108,64); }
div.DivClassName
{
background-color: #C76C40;
}
.BgClassName
{
background-color: #C76C40;
}
</style>
border-color css
<style>
span { border-color: #C76C40; }
span { border-color: rgb(199,108,64); }
td.TdClassName
{
border-color: #C76C40;
}
.TagClassName
{
border-color: #C76C40;
}
</style>