Shades of Zest #C77042
Tints of Zest #C77042
RGB
CMYK
RGB Variations
Color information
#C77042 (or 0xC77042) is known color: Zest. HEX triplet: C7, 70 and 42. RGB value is (199,112,66). Sum of RGB (Red+Green+Blue) = 199+112+66=377 (49% of max value = 765). Red value is 199 (78.12% from 255 or 52.79% from 377); Green value is 112 (44.14% from 255 or 29.71% from 377); Blue value is 66 (26.17% from 255 or 17.51% from 377); Max value from RGB is 199 - color contains mainly: red. Hex color #C77042 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77042 is #388FBD. Grayscale: #858585. Windows color (decimal): -3706814 or 4354247. OLE color: 4354247.
HSL color Cylindrical-coordinate representation of color #C77042: hue angle of 20.75º 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 #C77042 is Cyan = 0, Magento = 0.44, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 112 | 66 | - |
| CMYK | 0 | 0.44 | 0.67 | 0.22 |
| HSL | 20.75º | 0.54% | 0.52% | - |
| HSV(B) | 20.75º | 0.67% | 0.78% | - |
| XYZ | 30.33 | 24.12 | 8.21 | - |
| YUV | 132.77 | 90.32 | 175.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 112 | 66 | 0 | 0.44 | 0.67 | 0.22 | 20.75 | 0.54 | 0.52 |
| Hex | C7 | 70 | 42 | 0 | 2C | 43 | 16 | 15 | 36 | 34 |
| Octal | 307 | 160 | 102 | 0 | 54 | 103 | 26 | 25 | 66 | 64 |
| Binary | 11000111 | 1110000 | 1000010 | 0 | 101100 | 1000011 | 10110 | 10101 | 110110 | 110100 |
Color Harmonies of #C77042
Complementary color
Monochromatic Colors of #C77042
Black with #C77042
Text Example
Text Example
White with #C77042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77042; }
p { color: rgb(199,112,66); }
H1.HeaderClassName
{
color: #C77042;
}
.AnyTagClassName
{
color: #C77042;
}
</style>
background-color css
<style>
a { background-color: #C77042; }
a { background-color: rgb(199,112,66); }
div.DivClassName
{
background-color: #C77042;
}
.BgClassName
{
background-color: #C77042;
}
</style>
border-color css
<style>
span { border-color: #C77042; }
span { border-color: rgb(199,112,66); }
td.TdClassName
{
border-color: #C77042;
}
.TagClassName
{
border-color: #C77042;
}
</style>