Shades of Zest #C47039
Tints of Zest #C47039
RGB
CMYK
RGB Variations
Color information
#C47039 (or 0xC47039) is known color: Zest. HEX triplet: C4, 70 and 39. RGB value is (196,112,57). Sum of RGB (Red+Green+Blue) = 196+112+57=365 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.70% from 365); Green value is 112 (44.14% from 255 or 30.68% from 365); Blue value is 57 (22.66% from 255 or 15.62% from 365); Max value from RGB is 196 - color contains mainly: red. Hex color #C47039 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47039 is #3B8FC6. Grayscale: #838383. Windows color (decimal): -3903431 or 3764420. OLE color: 3764420.
HSL color Cylindrical-coordinate representation of color #C47039: hue angle of 23.74º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C47039 is Cyan = 0, Magento = 0.43, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 112 | 57 | - |
| CMYK | 0 | 0.43 | 0.71 | 0.23 |
| HSL | 23.74º | 0.55% | 0.5% | - |
| HSV(B) | 23.74º | 0.71% | 0.77% | - |
| XYZ | 29.3 | 23.62 | 6.89 | - |
| YUV | 130.85 | 86.33 | 174.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 112 | 57 | 0 | 0.43 | 0.71 | 0.23 | 23.74 | 0.55 | 0.5 |
| Hex | C4 | 70 | 39 | 0 | 2B | 47 | 17 | 18 | 37 | 32 |
| Octal | 304 | 160 | 71 | 0 | 53 | 107 | 27 | 30 | 67 | 62 |
| Binary | 11000100 | 1110000 | 111001 | 0 | 101011 | 1000111 | 10111 | 11000 | 110111 | 110010 |
Color Harmonies of #C47039
Complementary color
Monochromatic Colors of #C47039
Black with #C47039
Text Example
Text Example
White with #C47039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47039; }
p { color: rgb(196,112,57); }
H1.HeaderClassName
{
color: #C47039;
}
.AnyTagClassName
{
color: #C47039;
}
</style>
background-color css
<style>
a { background-color: #C47039; }
a { background-color: rgb(196,112,57); }
div.DivClassName
{
background-color: #C47039;
}
.BgClassName
{
background-color: #C47039;
}
</style>
border-color css
<style>
span { border-color: #C47039; }
span { border-color: rgb(196,112,57); }
td.TdClassName
{
border-color: #C47039;
}
.TagClassName
{
border-color: #C47039;
}
</style>