Shades of Zest #C46C41
Tints of Zest #C46C41
RGB
CMYK
RGB Variations
Color information
#C46C41 (or 0xC46C41) is known color: Zest. HEX triplet: C4, 6C and 41. RGB value is (196,108,65). Sum of RGB (Red+Green+Blue) = 196+108+65=369 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.12% from 369); Green value is 108 (42.58% from 255 or 29.27% from 369); Blue value is 65 (25.78% from 255 or 17.62% from 369); Max value from RGB is 196 - color contains mainly: red. Hex color #C46C41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46C41 is #3B93BE. Grayscale: #818181. Windows color (decimal): -3904447 or 4287684. OLE color: 4287684.
HSL color Cylindrical-coordinate representation of color #C46C41: hue angle of 19.69º 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 #C46C41 is Cyan = 0, Magento = 0.45, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 108 | 65 | - |
| CMYK | 0 | 0.45 | 0.67 | 0.23 |
| HSL | 19.69º | 0.53% | 0.51% | - |
| HSV(B) | 19.69º | 0.67% | 0.77% | - |
| XYZ | 29.08 | 22.84 | 7.88 | - |
| YUV | 129.41 | 91.65 | 175.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 108 | 65 | 0 | 0.45 | 0.67 | 0.23 | 19.69 | 0.53 | 0.51 |
| Hex | C4 | 6C | 41 | 0 | 2D | 43 | 17 | 14 | 35 | 33 |
| Octal | 304 | 154 | 101 | 0 | 55 | 103 | 27 | 24 | 65 | 63 |
| Binary | 11000100 | 1101100 | 1000001 | 0 | 101101 | 1000011 | 10111 | 10100 | 110101 | 110011 |
Color Harmonies of #C46C41
Complementary color
Monochromatic Colors of #C46C41
Black with #C46C41
Text Example
Text Example
White with #C46C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46C41; }
p { color: rgb(196,108,65); }
H1.HeaderClassName
{
color: #C46C41;
}
.AnyTagClassName
{
color: #C46C41;
}
</style>
background-color css
<style>
a { background-color: #C46C41; }
a { background-color: rgb(196,108,65); }
div.DivClassName
{
background-color: #C46C41;
}
.BgClassName
{
background-color: #C46C41;
}
</style>
border-color css
<style>
span { border-color: #C46C41; }
span { border-color: rgb(196,108,65); }
td.TdClassName
{
border-color: #C46C41;
}
.TagClassName
{
border-color: #C46C41;
}
</style>