Shades of Zest #C07140
Tints of Zest #C07140
RGB
CMYK
RGB Variations
Color information
#C07140 (or 0xC07140) is known color: Zest. HEX triplet: C0, 71 and 40. RGB value is (192,113,64). Sum of RGB (Red+Green+Blue) = 192+113+64=369 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.03% from 369); Green value is 113 (44.53% from 255 or 30.62% from 369); Blue value is 64 (25.39% from 255 or 17.34% from 369); Max value from RGB is 192 - color contains mainly: red. Hex color #C07140 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07140 is #3F8EBF. Grayscale: #838383. Windows color (decimal): -4165312 or 4223424. OLE color: 4223424.
HSL color Cylindrical-coordinate representation of color #C07140: hue angle of 22.97º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C07140 is Cyan = 0, Magento = 0.41, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 113 | 64 | - |
| CMYK | 0 | 0.41 | 0.67 | 0.25 |
| HSL | 22.97º | 0.5% | 0.5% | - |
| HSV(B) | 22.97º | 0.67% | 0.75% | - |
| XYZ | 28.57 | 23.39 | 7.86 | - |
| YUV | 131.04 | 90.17 | 171.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 113 | 64 | 0 | 0.41 | 0.67 | 0.25 | 22.97 | 0.5 | 0.5 |
| Hex | C0 | 71 | 40 | 0 | 29 | 43 | 19 | 17 | 32 | 32 |
| Octal | 300 | 161 | 100 | 0 | 51 | 103 | 31 | 27 | 62 | 62 |
| Binary | 11000000 | 1110001 | 1000000 | 0 | 101001 | 1000011 | 11001 | 10111 | 110010 | 110010 |
Color Harmonies of #C07140
Complementary color
Monochromatic Colors of #C07140
Black with #C07140
Text Example
Text Example
White with #C07140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07140; }
p { color: rgb(192,113,64); }
H1.HeaderClassName
{
color: #C07140;
}
.AnyTagClassName
{
color: #C07140;
}
</style>
background-color css
<style>
a { background-color: #C07140; }
a { background-color: rgb(192,113,64); }
div.DivClassName
{
background-color: #C07140;
}
.BgClassName
{
background-color: #C07140;
}
</style>
border-color css
<style>
span { border-color: #C07140; }
span { border-color: rgb(192,113,64); }
td.TdClassName
{
border-color: #C07140;
}
.TagClassName
{
border-color: #C07140;
}
</style>