Shades of Zest #C4703E
Tints of Zest #C4703E
RGB
CMYK
RGB Variations
Color information
#C4703E (or 0xC4703E) is known color: Zest. HEX triplet: C4, 70 and 3E. RGB value is (196,112,62). Sum of RGB (Red+Green+Blue) = 196+112+62=370 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.97% from 370); Green value is 112 (44.14% from 255 or 30.27% from 370); Blue value is 62 (24.61% from 255 or 16.76% from 370); Max value from RGB is 196 - color contains mainly: red. Hex color #C4703E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4703E is #3B8FC1. Grayscale: #838383. Windows color (decimal): -3903426 or 4092100. OLE color: 4092100.
HSL color Cylindrical-coordinate representation of color #C4703E: hue angle of 22.39º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C4703E is Cyan = 0, Magento = 0.43, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 112 | 62 | - |
| CMYK | 0 | 0.43 | 0.68 | 0.23 |
| HSL | 22.39º | 0.53% | 0.51% | - |
| HSV(B) | 22.39º | 0.68% | 0.77% | - |
| XYZ | 29.43 | 23.67 | 7.58 | - |
| YUV | 131.42 | 88.83 | 174.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 112 | 62 | 0 | 0.43 | 0.68 | 0.23 | 22.39 | 0.53 | 0.51 |
| Hex | C4 | 70 | 3E | 0 | 2B | 44 | 17 | 16 | 35 | 33 |
| Octal | 304 | 160 | 76 | 0 | 53 | 104 | 27 | 26 | 65 | 63 |
| Binary | 11000100 | 1110000 | 111110 | 0 | 101011 | 1000100 | 10111 | 10110 | 110101 | 110011 |
Color Harmonies of #C4703E
Complementary color
Monochromatic Colors of #C4703E
Black with #C4703E
Text Example
Text Example
White with #C4703E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4703E; }
p { color: rgb(196,112,62); }
H1.HeaderClassName
{
color: #C4703E;
}
.AnyTagClassName
{
color: #C4703E;
}
</style>
background-color css
<style>
a { background-color: #C4703E; }
a { background-color: rgb(196,112,62); }
div.DivClassName
{
background-color: #C4703E;
}
.BgClassName
{
background-color: #C4703E;
}
</style>
border-color css
<style>
span { border-color: #C4703E; }
span { border-color: rgb(196,112,62); }
td.TdClassName
{
border-color: #C4703E;
}
.TagClassName
{
border-color: #C4703E;
}
</style>