Shades of Zest #C46C40
Tints of Zest #C46C40
RGB
CMYK
RGB Variations
Color information
#C46C40 (or 0xC46C40) is known color: Zest. HEX triplet: C4, 6C and 40. RGB value is (196,108,64). Sum of RGB (Red+Green+Blue) = 196+108+64=368 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.26% from 368); Green value is 108 (42.58% from 255 or 29.35% from 368); Blue value is 64 (25.39% from 255 or 17.39% from 368); Max value from RGB is 196 - color contains mainly: red. Hex color #C46C40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46C40 is #3B93BF. Grayscale: #818181. Windows color (decimal): -3904448 or 4222148. OLE color: 4222148.
HSL color Cylindrical-coordinate representation of color #C46C40: hue angle of 20º 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 #C46C40 is Cyan = 0, Magento = 0.45, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 108 | 64 | - |
| CMYK | 0 | 0.45 | 0.67 | 0.23 |
| HSL | 20º | 0.53% | 0.51% | - |
| HSV(B) | 20º | 0.67% | 0.77% | - |
| XYZ | 29.05 | 22.83 | 7.73 | - |
| YUV | 129.3 | 91.15 | 175.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 108 | 64 | 0 | 0.45 | 0.67 | 0.23 | 20 | 0.53 | 0.51 |
| Hex | C4 | 6C | 40 | 0 | 2D | 43 | 17 | 14 | 35 | 33 |
| Octal | 304 | 154 | 100 | 0 | 55 | 103 | 27 | 24 | 65 | 63 |
| Binary | 11000100 | 1101100 | 1000000 | 0 | 101101 | 1000011 | 10111 | 10100 | 110101 | 110011 |
Color Harmonies of #C46C40
Complementary color
Monochromatic Colors of #C46C40
Black with #C46C40
Text Example
Text Example
White with #C46C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46C40; }
p { color: rgb(196,108,64); }
H1.HeaderClassName
{
color: #C46C40;
}
.AnyTagClassName
{
color: #C46C40;
}
</style>
background-color css
<style>
a { background-color: #C46C40; }
a { background-color: rgb(196,108,64); }
div.DivClassName
{
background-color: #C46C40;
}
.BgClassName
{
background-color: #C46C40;
}
</style>
border-color css
<style>
span { border-color: #C46C40; }
span { border-color: rgb(196,108,64); }
td.TdClassName
{
border-color: #C46C40;
}
.TagClassName
{
border-color: #C46C40;
}
</style>