Shades of Zest #C76F40
Tints of Zest #C76F40
RGB
CMYK
RGB Variations
Color information
#C76F40 (or 0xC76F40) is known color: Zest. HEX triplet: C7, 6F and 40. RGB value is (199,111,64). Sum of RGB (Red+Green+Blue) = 199+111+64=374 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.21% from 374); Green value is 111 (43.75% from 255 or 29.68% from 374); Blue value is 64 (25.39% from 255 or 17.11% from 374); Max value from RGB is 199 - color contains mainly: red. Hex color #C76F40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76F40 is #3890BF. Grayscale: #848484. Windows color (decimal): -3707072 or 4222919. OLE color: 4222919.
HSL color Cylindrical-coordinate representation of color #C76F40: hue angle of 20.89º 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 #C76F40 is Cyan = 0, Magento = 0.44, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 111 | 64 | - |
| CMYK | 0 | 0.44 | 0.68 | 0.22 |
| HSL | 20.89º | 0.55% | 0.52% | - |
| HSV(B) | 20.89º | 0.68% | 0.78% | - |
| XYZ | 30.16 | 23.88 | 7.87 | - |
| YUV | 131.95 | 89.65 | 175.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 111 | 64 | 0 | 0.44 | 0.68 | 0.22 | 20.89 | 0.55 | 0.52 |
| Hex | C7 | 6F | 40 | 0 | 2C | 44 | 16 | 15 | 37 | 34 |
| Octal | 307 | 157 | 100 | 0 | 54 | 104 | 26 | 25 | 67 | 64 |
| Binary | 11000111 | 1101111 | 1000000 | 0 | 101100 | 1000100 | 10110 | 10101 | 110111 | 110100 |
Color Harmonies of #C76F40
Complementary color
Monochromatic Colors of #C76F40
Black with #C76F40
Text Example
Text Example
White with #C76F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76F40; }
p { color: rgb(199,111,64); }
H1.HeaderClassName
{
color: #C76F40;
}
.AnyTagClassName
{
color: #C76F40;
}
</style>
background-color css
<style>
a { background-color: #C76F40; }
a { background-color: rgb(199,111,64); }
div.DivClassName
{
background-color: #C76F40;
}
.BgClassName
{
background-color: #C76F40;
}
</style>
border-color css
<style>
span { border-color: #C76F40; }
span { border-color: rgb(199,111,64); }
td.TdClassName
{
border-color: #C76F40;
}
.TagClassName
{
border-color: #C76F40;
}
</style>