Shades of Zest #C46E43
Tints of Zest #C46E43
RGB
CMYK
RGB Variations
Color information
#C46E43 (or 0xC46E43) is known color: Zest. HEX triplet: C4, 6E and 43. RGB value is (196,110,67). Sum of RGB (Red+Green+Blue) = 196+110+67=373 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.55% from 373); Green value is 110 (43.36% from 255 or 29.49% from 373); Blue value is 67 (26.56% from 255 or 17.96% from 373); Max value from RGB is 196 - color contains mainly: red. Hex color #C46E43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46E43 is #3B91BC. Grayscale: #838383. Windows color (decimal): -3903933 or 4419268. OLE color: 4419268.
HSL color Cylindrical-coordinate representation of color #C46E43: hue angle of 20º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C46E43 is Cyan = 0, Magento = 0.44, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 110 | 67 | - |
| CMYK | 0 | 0.44 | 0.66 | 0.23 |
| HSL | 20º | 0.52% | 0.52% | - |
| HSV(B) | 20º | 0.66% | 0.77% | - |
| XYZ | 29.35 | 23.29 | 8.26 | - |
| YUV | 130.81 | 91.99 | 174.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 110 | 67 | 0 | 0.44 | 0.66 | 0.23 | 20 | 0.52 | 0.52 |
| Hex | C4 | 6E | 43 | 0 | 2C | 42 | 17 | 14 | 34 | 34 |
| Octal | 304 | 156 | 103 | 0 | 54 | 102 | 27 | 24 | 64 | 64 |
| Binary | 11000100 | 1101110 | 1000011 | 0 | 101100 | 1000010 | 10111 | 10100 | 110100 | 110100 |
Color Harmonies of #C46E43
Complementary color
Monochromatic Colors of #C46E43
Black with #C46E43
Text Example
Text Example
White with #C46E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46E43; }
p { color: rgb(196,110,67); }
H1.HeaderClassName
{
color: #C46E43;
}
.AnyTagClassName
{
color: #C46E43;
}
</style>
background-color css
<style>
a { background-color: #C46E43; }
a { background-color: rgb(196,110,67); }
div.DivClassName
{
background-color: #C46E43;
}
.BgClassName
{
background-color: #C46E43;
}
</style>
border-color css
<style>
span { border-color: #C46E43; }
span { border-color: rgb(196,110,67); }
td.TdClassName
{
border-color: #C46E43;
}
.TagClassName
{
border-color: #C46E43;
}
</style>