Shades of Zest #C0703E
Tints of Zest #C0703E
RGB
CMYK
RGB Variations
Color information
#C0703E (or 0xC0703E) is known color: Zest. HEX triplet: C0, 70 and 3E. RGB value is (192,112,62). Sum of RGB (Red+Green+Blue) = 192+112+62=366 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.46% from 366); Green value is 112 (44.14% from 255 or 30.60% from 366); Blue value is 62 (24.61% from 255 or 16.94% from 366); Max value from RGB is 192 - color contains mainly: red. Hex color #C0703E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0703E is #3F8FC1. Grayscale: #828282. Windows color (decimal): -4165570 or 4092096. OLE color: 4092096.
HSL color Cylindrical-coordinate representation of color #C0703E: hue angle of 23.08º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C0703E is Cyan = 0, Magento = 0.42, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 112 | 62 | - |
| CMYK | 0 | 0.42 | 0.68 | 0.25 |
| HSL | 23.08º | 0.51% | 0.5% | - |
| HSV(B) | 23.08º | 0.68% | 0.75% | - |
| XYZ | 28.4 | 23.14 | 7.53 | - |
| YUV | 130.22 | 89.5 | 172.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 112 | 62 | 0 | 0.42 | 0.68 | 0.25 | 23.08 | 0.51 | 0.5 |
| Hex | C0 | 70 | 3E | 0 | 2A | 44 | 19 | 17 | 33 | 32 |
| Octal | 300 | 160 | 76 | 0 | 52 | 104 | 31 | 27 | 63 | 62 |
| Binary | 11000000 | 1110000 | 111110 | 0 | 101010 | 1000100 | 11001 | 10111 | 110011 | 110010 |
Color Harmonies of #C0703E
Complementary color
Monochromatic Colors of #C0703E
Black with #C0703E
Text Example
Text Example
White with #C0703E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0703E; }
p { color: rgb(192,112,62); }
H1.HeaderClassName
{
color: #C0703E;
}
.AnyTagClassName
{
color: #C0703E;
}
</style>
background-color css
<style>
a { background-color: #C0703E; }
a { background-color: rgb(192,112,62); }
div.DivClassName
{
background-color: #C0703E;
}
.BgClassName
{
background-color: #C0703E;
}
</style>
border-color css
<style>
span { border-color: #C0703E; }
span { border-color: rgb(192,112,62); }
td.TdClassName
{
border-color: #C0703E;
}
.TagClassName
{
border-color: #C0703E;
}
</style>