Shades of Zest #C07044
Tints of Zest #C07044
RGB
CMYK
RGB Variations
Color information
#C07044 (or 0xC07044) is known color: Zest. HEX triplet: C0, 70 and 44. RGB value is (192,112,68). Sum of RGB (Red+Green+Blue) = 192+112+68=372 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.61% from 372); Green value is 112 (44.14% from 255 or 30.11% from 372); Blue value is 68 (26.95% from 255 or 18.28% from 372); Max value from RGB is 192 - color contains mainly: red. Hex color #C07044 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07044 is #3F8FBB. Grayscale: #838383. Windows color (decimal): -4165564 or 4485312. OLE color: 4485312.
HSL color Cylindrical-coordinate representation of color #C07044: hue angle of 21.29º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C07044 is Cyan = 0, Magento = 0.42, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 112 | 68 | - |
| CMYK | 0 | 0.42 | 0.65 | 0.25 |
| HSL | 21.29º | 0.5% | 0.51% | - |
| HSV(B) | 21.29º | 0.65% | 0.75% | - |
| XYZ | 28.58 | 23.21 | 8.44 | - |
| YUV | 130.9 | 92.5 | 171.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 112 | 68 | 0 | 0.42 | 0.65 | 0.25 | 21.29 | 0.5 | 0.51 |
| Hex | C0 | 70 | 44 | 0 | 2A | 41 | 19 | 15 | 32 | 33 |
| Octal | 300 | 160 | 104 | 0 | 52 | 101 | 31 | 25 | 62 | 63 |
| Binary | 11000000 | 1110000 | 1000100 | 0 | 101010 | 1000001 | 11001 | 10101 | 110010 | 110011 |
Color Harmonies of #C07044
Complementary color
Monochromatic Colors of #C07044
Black with #C07044
Text Example
Text Example
White with #C07044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07044; }
p { color: rgb(192,112,68); }
H1.HeaderClassName
{
color: #C07044;
}
.AnyTagClassName
{
color: #C07044;
}
</style>
background-color css
<style>
a { background-color: #C07044; }
a { background-color: rgb(192,112,68); }
div.DivClassName
{
background-color: #C07044;
}
.BgClassName
{
background-color: #C07044;
}
</style>
border-color css
<style>
span { border-color: #C07044; }
span { border-color: rgb(192,112,68); }
td.TdClassName
{
border-color: #C07044;
}
.TagClassName
{
border-color: #C07044;
}
</style>