Shades of Zest #C76B40
Tints of Zest #C76B40
RGB
CMYK
RGB Variations
Color information
#C76B40 (or 0xC76B40) is known color: Zest. HEX triplet: C7, 6B and 40. RGB value is (199,107,64). Sum of RGB (Red+Green+Blue) = 199+107+64=370 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.78% from 370); Green value is 107 (42.19% from 255 or 28.92% from 370); Blue value is 64 (25.39% from 255 or 17.30% from 370); Max value from RGB is 199 - color contains mainly: red. Hex color #C76B40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76B40 is #3894BF. Grayscale: #818181. Windows color (decimal): -3708096 or 4221895. OLE color: 4221895.
HSL color Cylindrical-coordinate representation of color #C76B40: hue angle of 19.11º 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 #C76B40 is Cyan = 0, Magento = 0.46, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 107 | 64 | - |
| CMYK | 0 | 0.46 | 0.68 | 0.22 |
| HSL | 19.11º | 0.55% | 0.52% | - |
| HSV(B) | 19.11º | 0.68% | 0.78% | - |
| XYZ | 29.74 | 23.03 | 7.73 | - |
| YUV | 129.61 | 90.98 | 177.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 107 | 64 | 0 | 0.46 | 0.68 | 0.22 | 19.11 | 0.55 | 0.52 |
| Hex | C7 | 6B | 40 | 0 | 2E | 44 | 16 | 13 | 37 | 34 |
| Octal | 307 | 153 | 100 | 0 | 56 | 104 | 26 | 23 | 67 | 64 |
| Binary | 11000111 | 1101011 | 1000000 | 0 | 101110 | 1000100 | 10110 | 10011 | 110111 | 110100 |
Color Harmonies of #C76B40
Complementary color
Monochromatic Colors of #C76B40
Black with #C76B40
Text Example
Text Example
White with #C76B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76B40; }
p { color: rgb(199,107,64); }
H1.HeaderClassName
{
color: #C76B40;
}
.AnyTagClassName
{
color: #C76B40;
}
</style>
background-color css
<style>
a { background-color: #C76B40; }
a { background-color: rgb(199,107,64); }
div.DivClassName
{
background-color: #C76B40;
}
.BgClassName
{
background-color: #C76B40;
}
</style>
border-color css
<style>
span { border-color: #C76B40; }
span { border-color: rgb(199,107,64); }
td.TdClassName
{
border-color: #C76B40;
}
.TagClassName
{
border-color: #C76B40;
}
</style>