Shades of Zest #C46E3E
Tints of Zest #C46E3E
RGB
CMYK
RGB Variations
Color information
#C46E3E (or 0xC46E3E) is known color: Zest. HEX triplet: C4, 6E and 3E. RGB value is (196,110,62). Sum of RGB (Red+Green+Blue) = 196+110+62=368 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.26% from 368); Green value is 110 (43.36% from 255 or 29.89% from 368); Blue value is 62 (24.61% from 255 or 16.85% from 368); Max value from RGB is 196 - color contains mainly: red. Hex color #C46E3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46E3E is #3B91C1. Grayscale: #828282. Windows color (decimal): -3903938 or 4091588. OLE color: 4091588.
HSL color Cylindrical-coordinate representation of color #C46E3E: hue angle of 21.49º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C46E3E is Cyan = 0, Magento = 0.44, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 110 | 62 | - |
| CMYK | 0 | 0.44 | 0.68 | 0.23 |
| HSL | 21.49º | 0.53% | 0.51% | - |
| HSV(B) | 21.49º | 0.68% | 0.77% | - |
| XYZ | 29.21 | 23.24 | 7.5 | - |
| YUV | 130.24 | 89.49 | 174.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 110 | 62 | 0 | 0.44 | 0.68 | 0.23 | 21.49 | 0.53 | 0.51 |
| Hex | C4 | 6E | 3E | 0 | 2C | 44 | 17 | 15 | 35 | 33 |
| Octal | 304 | 156 | 76 | 0 | 54 | 104 | 27 | 25 | 65 | 63 |
| Binary | 11000100 | 1101110 | 111110 | 0 | 101100 | 1000100 | 10111 | 10101 | 110101 | 110011 |
Color Harmonies of #C46E3E
Complementary color
Monochromatic Colors of #C46E3E
Black with #C46E3E
Text Example
Text Example
White with #C46E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46E3E; }
p { color: rgb(196,110,62); }
H1.HeaderClassName
{
color: #C46E3E;
}
.AnyTagClassName
{
color: #C46E3E;
}
</style>
background-color css
<style>
a { background-color: #C46E3E; }
a { background-color: rgb(196,110,62); }
div.DivClassName
{
background-color: #C46E3E;
}
.BgClassName
{
background-color: #C46E3E;
}
</style>
border-color css
<style>
span { border-color: #C46E3E; }
span { border-color: rgb(196,110,62); }
td.TdClassName
{
border-color: #C46E3E;
}
.TagClassName
{
border-color: #C46E3E;
}
</style>