Shades of Zest #C47341
Tints of Zest #C47341
RGB
CMYK
RGB Variations
Color information
#C47341 (or 0xC47341) is known color: Zest. HEX triplet: C4, 73 and 41. RGB value is (196,115,65). Sum of RGB (Red+Green+Blue) = 196+115+65=376 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.13% from 376); Green value is 115 (45.31% from 255 or 30.59% from 376); Blue value is 65 (25.78% from 255 or 17.29% from 376); Max value from RGB is 196 - color contains mainly: red. Hex color #C47341 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47341 is #3B8CBE. Grayscale: #858585. Windows color (decimal): -3902655 or 4289476. OLE color: 4289476.
HSL color Cylindrical-coordinate representation of color #C47341: hue angle of 22.9º 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 #C47341 is Cyan = 0, Magento = 0.41, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 115 | 65 | - |
| CMYK | 0 | 0.41 | 0.67 | 0.23 |
| HSL | 22.9º | 0.53% | 0.51% | - |
| HSV(B) | 22.9º | 0.67% | 0.77% | - |
| XYZ | 29.85 | 24.38 | 8.13 | - |
| YUV | 133.52 | 89.34 | 172.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 115 | 65 | 0 | 0.41 | 0.67 | 0.23 | 22.9 | 0.53 | 0.51 |
| Hex | C4 | 73 | 41 | 0 | 29 | 43 | 17 | 17 | 35 | 33 |
| Octal | 304 | 163 | 101 | 0 | 51 | 103 | 27 | 27 | 65 | 63 |
| Binary | 11000100 | 1110011 | 1000001 | 0 | 101001 | 1000011 | 10111 | 10111 | 110101 | 110011 |
Color Harmonies of #C47341
Complementary color
Monochromatic Colors of #C47341
Black with #C47341
Text Example
Text Example
White with #C47341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47341; }
p { color: rgb(196,115,65); }
H1.HeaderClassName
{
color: #C47341;
}
.AnyTagClassName
{
color: #C47341;
}
</style>
background-color css
<style>
a { background-color: #C47341; }
a { background-color: rgb(196,115,65); }
div.DivClassName
{
background-color: #C47341;
}
.BgClassName
{
background-color: #C47341;
}
</style>
border-color css
<style>
span { border-color: #C47341; }
span { border-color: rgb(196,115,65); }
td.TdClassName
{
border-color: #C47341;
}
.TagClassName
{
border-color: #C47341;
}
</style>