Shades of Zest #C4703F
Tints of Zest #C4703F
RGB
CMYK
RGB Variations
Color information
#C4703F (or 0xC4703F) is known color: Zest. HEX triplet: C4, 70 and 3F. RGB value is (196,112,63). Sum of RGB (Red+Green+Blue) = 196+112+63=371 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.83% from 371); Green value is 112 (44.14% from 255 or 30.19% from 371); Blue value is 63 (25% from 255 or 16.98% from 371); Max value from RGB is 196 - color contains mainly: red. Hex color #C4703F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4703F is #3B8FC0. Grayscale: #838383. Windows color (decimal): -3903425 or 4157636. OLE color: 4157636.
HSL color Cylindrical-coordinate representation of color #C4703F: hue angle of 22.11º 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 #C4703F is Cyan = 0, Magento = 0.43, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 112 | 63 | - |
| CMYK | 0 | 0.43 | 0.68 | 0.23 |
| HSL | 22.11º | 0.53% | 0.51% | - |
| HSV(B) | 22.11º | 0.68% | 0.77% | - |
| XYZ | 29.46 | 23.68 | 7.72 | - |
| YUV | 131.53 | 89.33 | 173.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 112 | 63 | 0 | 0.43 | 0.68 | 0.23 | 22.11 | 0.53 | 0.51 |
| Hex | C4 | 70 | 3F | 0 | 2B | 44 | 17 | 16 | 35 | 33 |
| Octal | 304 | 160 | 77 | 0 | 53 | 104 | 27 | 26 | 65 | 63 |
| Binary | 11000100 | 1110000 | 111111 | 0 | 101011 | 1000100 | 10111 | 10110 | 110101 | 110011 |
Color Harmonies of #C4703F
Complementary color
Monochromatic Colors of #C4703F
Black with #C4703F
Text Example
Text Example
White with #C4703F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4703F; }
p { color: rgb(196,112,63); }
H1.HeaderClassName
{
color: #C4703F;
}
.AnyTagClassName
{
color: #C4703F;
}
</style>
background-color css
<style>
a { background-color: #C4703F; }
a { background-color: rgb(196,112,63); }
div.DivClassName
{
background-color: #C4703F;
}
.BgClassName
{
background-color: #C4703F;
}
</style>
border-color css
<style>
span { border-color: #C4703F; }
span { border-color: rgb(196,112,63); }
td.TdClassName
{
border-color: #C4703F;
}
.TagClassName
{
border-color: #C4703F;
}
</style>