Shades of Zest #C76F42
Tints of Zest #C76F42
RGB
CMYK
RGB Variations
Color information
#C76F42 (or 0xC76F42) is known color: Zest. HEX triplet: C7, 6F and 42. RGB value is (199,111,66). Sum of RGB (Red+Green+Blue) = 199+111+66=376 (49% of max value = 765). Red value is 199 (78.12% from 255 or 52.93% from 376); Green value is 111 (43.75% from 255 or 29.52% from 376); Blue value is 66 (26.17% from 255 or 17.55% from 376); Max value from RGB is 199 - color contains mainly: red. Hex color #C76F42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76F42 is #3890BD. Grayscale: #848484. Windows color (decimal): -3707070 or 4353991. OLE color: 4353991.
HSL color Cylindrical-coordinate representation of color #C76F42: hue angle of 20.3º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C76F42 is Cyan = 0, Magento = 0.44, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 111 | 66 | - |
| CMYK | 0 | 0.44 | 0.67 | 0.22 |
| HSL | 20.3º | 0.54% | 0.52% | - |
| HSV(B) | 20.3º | 0.67% | 0.78% | - |
| XYZ | 30.22 | 23.9 | 8.18 | - |
| YUV | 132.18 | 90.65 | 175.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 111 | 66 | 0 | 0.44 | 0.67 | 0.22 | 20.3 | 0.54 | 0.52 |
| Hex | C7 | 6F | 42 | 0 | 2C | 43 | 16 | 14 | 36 | 34 |
| Octal | 307 | 157 | 102 | 0 | 54 | 103 | 26 | 24 | 66 | 64 |
| Binary | 11000111 | 1101111 | 1000010 | 0 | 101100 | 1000011 | 10110 | 10100 | 110110 | 110100 |
Color Harmonies of #C76F42
Complementary color
Monochromatic Colors of #C76F42
Black with #C76F42
Text Example
Text Example
White with #C76F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76F42; }
p { color: rgb(199,111,66); }
H1.HeaderClassName
{
color: #C76F42;
}
.AnyTagClassName
{
color: #C76F42;
}
</style>
background-color css
<style>
a { background-color: #C76F42; }
a { background-color: rgb(199,111,66); }
div.DivClassName
{
background-color: #C76F42;
}
.BgClassName
{
background-color: #C76F42;
}
</style>
border-color css
<style>
span { border-color: #C76F42; }
span { border-color: rgb(199,111,66); }
td.TdClassName
{
border-color: #C76F42;
}
.TagClassName
{
border-color: #C76F42;
}
</style>