Shades of Zest #C47132
Tints of Zest #C47132
RGB
CMYK
RGB Variations
Color information
#C47132 (or 0xC47132) is known color: Zest. HEX triplet: C4, 71 and 32. RGB value is (196,113,50). Sum of RGB (Red+Green+Blue) = 196+113+50=359 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.60% from 359); Green value is 113 (44.53% from 255 or 31.48% from 359); Blue value is 50 (19.92% from 255 or 13.93% from 359); Max value from RGB is 196 - color contains mainly: red. Hex color #C47132 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47132 is #3B8ECD. Grayscale: #828282. Windows color (decimal): -3903182 or 3305924. OLE color: 3305924.
HSL color Cylindrical-coordinate representation of color #C47132: hue angle of 25.89º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C47132 is Cyan = 0, Magento = 0.42, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 113 | 50 | - |
| CMYK | 0 | 0.42 | 0.74 | 0.23 |
| HSL | 25.89º | 0.59% | 0.48% | - |
| HSV(B) | 25.89º | 0.74% | 0.77% | - |
| XYZ | 29.25 | 23.78 | 6.07 | - |
| YUV | 130.64 | 82.5 | 174.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 113 | 50 | 0 | 0.42 | 0.74 | 0.23 | 25.89 | 0.59 | 0.48 |
| Hex | C4 | 71 | 32 | 0 | 2A | 4A | 17 | 1A | 3B | 30 |
| Octal | 304 | 161 | 62 | 0 | 52 | 112 | 27 | 32 | 73 | 60 |
| Binary | 11000100 | 1110001 | 110010 | 0 | 101010 | 1001010 | 10111 | 11010 | 111011 | 110000 |
Color Harmonies of #C47132
Complementary color
Monochromatic Colors of #C47132
Black with #C47132
Text Example
Text Example
White with #C47132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47132; }
p { color: rgb(196,113,50); }
H1.HeaderClassName
{
color: #C47132;
}
.AnyTagClassName
{
color: #C47132;
}
</style>
background-color css
<style>
a { background-color: #C47132; }
a { background-color: rgb(196,113,50); }
div.DivClassName
{
background-color: #C47132;
}
.BgClassName
{
background-color: #C47132;
}
</style>
border-color css
<style>
span { border-color: #C47132; }
span { border-color: rgb(196,113,50); }
td.TdClassName
{
border-color: #C47132;
}
.TagClassName
{
border-color: #C47132;
}
</style>