Shades of Zest #C47141
Tints of Zest #C47141
RGB
CMYK
RGB Variations
Color information
#C47141 (or 0xC47141) is known color: Zest. HEX triplet: C4, 71 and 41. RGB value is (196,113,65). Sum of RGB (Red+Green+Blue) = 196+113+65=374 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.41% from 374); Green value is 113 (44.53% from 255 or 30.21% from 374); Blue value is 65 (25.78% from 255 or 17.38% from 374); Max value from RGB is 196 - color contains mainly: red. Hex color #C47141 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47141 is #3B8EBE. Grayscale: #848484. Windows color (decimal): -3903167 or 4288964. OLE color: 4288964.
HSL color Cylindrical-coordinate representation of color #C47141: hue angle of 21.98º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C47141 is Cyan = 0, Magento = 0.42, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 113 | 65 | - |
| CMYK | 0 | 0.42 | 0.67 | 0.23 |
| HSL | 21.98º | 0.53% | 0.51% | - |
| HSV(B) | 21.98º | 0.67% | 0.77% | - |
| XYZ | 29.62 | 23.93 | 8.06 | - |
| YUV | 132.35 | 90 | 173.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 113 | 65 | 0 | 0.42 | 0.67 | 0.23 | 21.98 | 0.53 | 0.51 |
| Hex | C4 | 71 | 41 | 0 | 2A | 43 | 17 | 16 | 35 | 33 |
| Octal | 304 | 161 | 101 | 0 | 52 | 103 | 27 | 26 | 65 | 63 |
| Binary | 11000100 | 1110001 | 1000001 | 0 | 101010 | 1000011 | 10111 | 10110 | 110101 | 110011 |
Color Harmonies of #C47141
Complementary color
Monochromatic Colors of #C47141
Black with #C47141
Text Example
Text Example
White with #C47141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47141; }
p { color: rgb(196,113,65); }
H1.HeaderClassName
{
color: #C47141;
}
.AnyTagClassName
{
color: #C47141;
}
</style>
background-color css
<style>
a { background-color: #C47141; }
a { background-color: rgb(196,113,65); }
div.DivClassName
{
background-color: #C47141;
}
.BgClassName
{
background-color: #C47141;
}
</style>
border-color css
<style>
span { border-color: #C47141; }
span { border-color: rgb(196,113,65); }
td.TdClassName
{
border-color: #C47141;
}
.TagClassName
{
border-color: #C47141;
}
</style>