Shades of Zest #C46E3A
Tints of Zest #C46E3A
RGB
CMYK
RGB Variations
Color information
#C46E3A (or 0xC46E3A) is known color: Zest. HEX triplet: C4, 6E and 3A. RGB value is (196,110,58). Sum of RGB (Red+Green+Blue) = 196+110+58=364 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.85% from 364); Green value is 110 (43.36% from 255 or 30.22% from 364); Blue value is 58 (23.05% from 255 or 15.93% from 364); Max value from RGB is 196 - color contains mainly: red. Hex color #C46E3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46E3A is #3B91C5. Grayscale: #828282. Windows color (decimal): -3903942 or 3829444. OLE color: 3829444.
HSL color Cylindrical-coordinate representation of color #C46E3A: hue angle of 22.61º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C46E3A is Cyan = 0, Magento = 0.44, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 110 | 58 | - |
| CMYK | 0 | 0.44 | 0.70 | 0.23 |
| HSL | 22.61º | 0.54% | 0.5% | - |
| HSV(B) | 22.61º | 0.7% | 0.77% | - |
| XYZ | 29.1 | 23.19 | 6.95 | - |
| YUV | 129.79 | 87.49 | 175.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 110 | 58 | 0 | 0.44 | 0.70 | 0.23 | 22.61 | 0.54 | 0.5 |
| Hex | C4 | 6E | 3A | 0 | 2C | 46 | 17 | 17 | 36 | 32 |
| Octal | 304 | 156 | 72 | 0 | 54 | 106 | 27 | 27 | 66 | 62 |
| Binary | 11000100 | 1101110 | 111010 | 0 | 101100 | 1000110 | 10111 | 10111 | 110110 | 110010 |
Color Harmonies of #C46E3A
Complementary color
Monochromatic Colors of #C46E3A
Black with #C46E3A
Text Example
Text Example
White with #C46E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46E3A; }
p { color: rgb(196,110,58); }
H1.HeaderClassName
{
color: #C46E3A;
}
.AnyTagClassName
{
color: #C46E3A;
}
</style>
background-color css
<style>
a { background-color: #C46E3A; }
a { background-color: rgb(196,110,58); }
div.DivClassName
{
background-color: #C46E3A;
}
.BgClassName
{
background-color: #C46E3A;
}
</style>
border-color css
<style>
span { border-color: #C46E3A; }
span { border-color: rgb(196,110,58); }
td.TdClassName
{
border-color: #C46E3A;
}
.TagClassName
{
border-color: #C46E3A;
}
</style>