Shades of Zest #C4713F
Tints of Zest #C4713F
RGB
CMYK
RGB Variations
Color information
#C4713F (or 0xC4713F) is known color: Zest. HEX triplet: C4, 71 and 3F. RGB value is (196,113,63). Sum of RGB (Red+Green+Blue) = 196+113+63=372 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.69% from 372); Green value is 113 (44.53% from 255 or 30.38% from 372); Blue value is 63 (25% from 255 or 16.94% from 372); Max value from RGB is 196 - color contains mainly: red. Hex color #C4713F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4713F is #3B8EC0. Grayscale: #848484. Windows color (decimal): -3903169 or 4157892. OLE color: 4157892.
HSL color Cylindrical-coordinate representation of color #C4713F: hue angle of 22.56º 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 #C4713F is Cyan = 0, Magento = 0.42, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 113 | 63 | - |
| CMYK | 0 | 0.42 | 0.68 | 0.23 |
| HSL | 22.56º | 0.53% | 0.51% | - |
| HSV(B) | 22.56º | 0.68% | 0.77% | - |
| XYZ | 29.57 | 23.9 | 7.76 | - |
| YUV | 132.12 | 89 | 173.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 113 | 63 | 0 | 0.42 | 0.68 | 0.23 | 22.56 | 0.53 | 0.51 |
| Hex | C4 | 71 | 3F | 0 | 2A | 44 | 17 | 17 | 35 | 33 |
| Octal | 304 | 161 | 77 | 0 | 52 | 104 | 27 | 27 | 65 | 63 |
| Binary | 11000100 | 1110001 | 111111 | 0 | 101010 | 1000100 | 10111 | 10111 | 110101 | 110011 |
Color Harmonies of #C4713F
Complementary color
Monochromatic Colors of #C4713F
Black with #C4713F
Text Example
Text Example
White with #C4713F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4713F; }
p { color: rgb(196,113,63); }
H1.HeaderClassName
{
color: #C4713F;
}
.AnyTagClassName
{
color: #C4713F;
}
</style>
background-color css
<style>
a { background-color: #C4713F; }
a { background-color: rgb(196,113,63); }
div.DivClassName
{
background-color: #C4713F;
}
.BgClassName
{
background-color: #C4713F;
}
</style>
border-color css
<style>
span { border-color: #C4713F; }
span { border-color: rgb(196,113,63); }
td.TdClassName
{
border-color: #C4713F;
}
.TagClassName
{
border-color: #C4713F;
}
</style>