Shades of Zest #C46E41
Tints of Zest #C46E41
RGB
CMYK
RGB Variations
Color information
#C46E41 (or 0xC46E41) is known color: Zest. HEX triplet: C4, 6E and 41. RGB value is (196,110,65). Sum of RGB (Red+Green+Blue) = 196+110+65=371 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.83% from 371); Green value is 110 (43.36% from 255 or 29.65% from 371); Blue value is 65 (25.78% from 255 or 17.52% from 371); Max value from RGB is 196 - color contains mainly: red. Hex color #C46E41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46E41 is #3B91BE. Grayscale: #828282. Windows color (decimal): -3903935 or 4288196. OLE color: 4288196.
HSL color Cylindrical-coordinate representation of color #C46E41: hue angle of 20.61º 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 #C46E41 is Cyan = 0, Magento = 0.44, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 110 | 65 | - |
| CMYK | 0 | 0.44 | 0.67 | 0.23 |
| HSL | 20.61º | 0.53% | 0.51% | - |
| HSV(B) | 20.61º | 0.67% | 0.77% | - |
| XYZ | 29.3 | 23.27 | 7.95 | - |
| YUV | 130.58 | 90.99 | 174.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 110 | 65 | 0 | 0.44 | 0.67 | 0.23 | 20.61 | 0.53 | 0.51 |
| Hex | C4 | 6E | 41 | 0 | 2C | 43 | 17 | 15 | 35 | 33 |
| Octal | 304 | 156 | 101 | 0 | 54 | 103 | 27 | 25 | 65 | 63 |
| Binary | 11000100 | 1101110 | 1000001 | 0 | 101100 | 1000011 | 10111 | 10101 | 110101 | 110011 |
Color Harmonies of #C46E41
Complementary color
Monochromatic Colors of #C46E41
Black with #C46E41
Text Example
Text Example
White with #C46E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46E41; }
p { color: rgb(196,110,65); }
H1.HeaderClassName
{
color: #C46E41;
}
.AnyTagClassName
{
color: #C46E41;
}
</style>
background-color css
<style>
a { background-color: #C46E41; }
a { background-color: rgb(196,110,65); }
div.DivClassName
{
background-color: #C46E41;
}
.BgClassName
{
background-color: #C46E41;
}
</style>
border-color css
<style>
span { border-color: #C46E41; }
span { border-color: rgb(196,110,65); }
td.TdClassName
{
border-color: #C46E41;
}
.TagClassName
{
border-color: #C46E41;
}
</style>