Shades of Zest #C47133
Tints of Zest #C47133
RGB
CMYK
RGB Variations
Color information
#C47133 (or 0xC47133) is known color: Zest. HEX triplet: C4, 71 and 33. RGB value is (196,113,51). Sum of RGB (Red+Green+Blue) = 196+113+51=360 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.44% from 360); Green value is 113 (44.53% from 255 or 31.39% from 360); Blue value is 51 (20.31% from 255 or 14.17% from 360); Max value from RGB is 196 - color contains mainly: red. Hex color #C47133 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47133 is #3B8ECC. Grayscale: #838383. Windows color (decimal): -3903181 or 3371460. OLE color: 3371460.
HSL color Cylindrical-coordinate representation of color #C47133: hue angle of 25.66º 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 #C47133 is Cyan = 0, Magento = 0.42, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 113 | 51 | - |
| CMYK | 0 | 0.42 | 0.74 | 0.23 |
| HSL | 25.66º | 0.59% | 0.48% | - |
| HSV(B) | 25.66º | 0.74% | 0.77% | - |
| XYZ | 29.27 | 23.79 | 6.18 | - |
| YUV | 130.75 | 83 | 174.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 113 | 51 | 0 | 0.42 | 0.74 | 0.23 | 25.66 | 0.59 | 0.48 |
| Hex | C4 | 71 | 33 | 0 | 2A | 4A | 17 | 1A | 3B | 30 |
| Octal | 304 | 161 | 63 | 0 | 52 | 112 | 27 | 32 | 73 | 60 |
| Binary | 11000100 | 1110001 | 110011 | 0 | 101010 | 1001010 | 10111 | 11010 | 111011 | 110000 |
Color Harmonies of #C47133
Complementary color
Monochromatic Colors of #C47133
Black with #C47133
Text Example
Text Example
White with #C47133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47133; }
p { color: rgb(196,113,51); }
H1.HeaderClassName
{
color: #C47133;
}
.AnyTagClassName
{
color: #C47133;
}
</style>
background-color css
<style>
a { background-color: #C47133; }
a { background-color: rgb(196,113,51); }
div.DivClassName
{
background-color: #C47133;
}
.BgClassName
{
background-color: #C47133;
}
</style>
border-color css
<style>
span { border-color: #C47133; }
span { border-color: rgb(196,113,51); }
td.TdClassName
{
border-color: #C47133;
}
.TagClassName
{
border-color: #C47133;
}
</style>