Shades of Zest #C07142
Tints of Zest #C07142
RGB
CMYK
RGB Variations
Color information
#C07142 (or 0xC07142) is known color: Zest. HEX triplet: C0, 71 and 42. RGB value is (192,113,66). Sum of RGB (Red+Green+Blue) = 192+113+66=371 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.75% from 371); Green value is 113 (44.53% from 255 or 30.46% from 371); Blue value is 66 (26.17% from 255 or 17.79% from 371); Max value from RGB is 192 - color contains mainly: red. Hex color #C07142 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07142 is #3F8EBD. Grayscale: #838383. Windows color (decimal): -4165310 or 4354496. OLE color: 4354496.
HSL color Cylindrical-coordinate representation of color #C07142: hue angle of 22.38º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C07142 is Cyan = 0, Magento = 0.41, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 113 | 66 | - |
| CMYK | 0 | 0.41 | 0.66 | 0.25 |
| HSL | 22.38º | 0.5% | 0.51% | - |
| HSV(B) | 22.38º | 0.66% | 0.75% | - |
| XYZ | 28.63 | 23.41 | 8.16 | - |
| YUV | 131.26 | 91.17 | 171.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 113 | 66 | 0 | 0.41 | 0.66 | 0.25 | 22.38 | 0.5 | 0.51 |
| Hex | C0 | 71 | 42 | 0 | 29 | 42 | 19 | 16 | 32 | 33 |
| Octal | 300 | 161 | 102 | 0 | 51 | 102 | 31 | 26 | 62 | 63 |
| Binary | 11000000 | 1110001 | 1000010 | 0 | 101001 | 1000010 | 11001 | 10110 | 110010 | 110011 |
Color Harmonies of #C07142
Complementary color
Monochromatic Colors of #C07142
Black with #C07142
Text Example
Text Example
White with #C07142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07142; }
p { color: rgb(192,113,66); }
H1.HeaderClassName
{
color: #C07142;
}
.AnyTagClassName
{
color: #C07142;
}
</style>
background-color css
<style>
a { background-color: #C07142; }
a { background-color: rgb(192,113,66); }
div.DivClassName
{
background-color: #C07142;
}
.BgClassName
{
background-color: #C07142;
}
</style>
border-color css
<style>
span { border-color: #C07142; }
span { border-color: rgb(192,113,66); }
td.TdClassName
{
border-color: #C07142;
}
.TagClassName
{
border-color: #C07142;
}
</style>