Shades of Zest #C4713B
Tints of Zest #C4713B
RGB
CMYK
RGB Variations
Color information
#C4713B (or 0xC4713B) is known color: Zest. HEX triplet: C4, 71 and 3B. RGB value is (196,113,59). Sum of RGB (Red+Green+Blue) = 196+113+59=368 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.26% from 368); Green value is 113 (44.53% from 255 or 30.71% from 368); Blue value is 59 (23.44% from 255 or 16.03% from 368); Max value from RGB is 196 - color contains mainly: red. Hex color #C4713B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4713B is #3B8EC4. Grayscale: #838383. Windows color (decimal): -3903173 or 3895748. OLE color: 3895748.
HSL color Cylindrical-coordinate representation of color #C4713B: hue angle of 23.65º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C4713B is Cyan = 0, Magento = 0.42, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 113 | 59 | - |
| CMYK | 0 | 0.42 | 0.70 | 0.23 |
| HSL | 23.65º | 0.54% | 0.5% | - |
| HSV(B) | 23.65º | 0.7% | 0.77% | - |
| XYZ | 29.46 | 23.86 | 7.19 | - |
| YUV | 131.66 | 87 | 173.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 113 | 59 | 0 | 0.42 | 0.70 | 0.23 | 23.65 | 0.54 | 0.5 |
| Hex | C4 | 71 | 3B | 0 | 2A | 46 | 17 | 18 | 36 | 32 |
| Octal | 304 | 161 | 73 | 0 | 52 | 106 | 27 | 30 | 66 | 62 |
| Binary | 11000100 | 1110001 | 111011 | 0 | 101010 | 1000110 | 10111 | 11000 | 110110 | 110010 |
Color Harmonies of #C4713B
Complementary color
Monochromatic Colors of #C4713B
Black with #C4713B
Text Example
Text Example
White with #C4713B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4713B; }
p { color: rgb(196,113,59); }
H1.HeaderClassName
{
color: #C4713B;
}
.AnyTagClassName
{
color: #C4713B;
}
</style>
background-color css
<style>
a { background-color: #C4713B; }
a { background-color: rgb(196,113,59); }
div.DivClassName
{
background-color: #C4713B;
}
.BgClassName
{
background-color: #C4713B;
}
</style>
border-color css
<style>
span { border-color: #C4713B; }
span { border-color: rgb(196,113,59); }
td.TdClassName
{
border-color: #C4713B;
}
.TagClassName
{
border-color: #C4713B;
}
</style>