Shades of Zest #C46C3E
Tints of Zest #C46C3E
RGB
CMYK
RGB Variations
Color information
#C46C3E (or 0xC46C3E) is known color: Zest. HEX triplet: C4, 6C and 3E. RGB value is (196,108,62). Sum of RGB (Red+Green+Blue) = 196+108+62=366 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.55% from 366); Green value is 108 (42.58% from 255 or 29.51% from 366); Blue value is 62 (24.61% from 255 or 16.94% from 366); Max value from RGB is 196 - color contains mainly: red. Hex color #C46C3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46C3E is #3B93C1. Grayscale: #818181. Windows color (decimal): -3904450 or 4091076. OLE color: 4091076.
HSL color Cylindrical-coordinate representation of color #C46C3E: hue angle of 20.6º 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 #C46C3E is Cyan = 0, Magento = 0.45, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 108 | 62 | - |
| CMYK | 0 | 0.45 | 0.68 | 0.23 |
| HSL | 20.6º | 0.53% | 0.51% | - |
| HSV(B) | 20.6º | 0.68% | 0.77% | - |
| XYZ | 29 | 22.81 | 7.43 | - |
| YUV | 129.07 | 90.15 | 175.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 108 | 62 | 0 | 0.45 | 0.68 | 0.23 | 20.6 | 0.53 | 0.51 |
| Hex | C4 | 6C | 3E | 0 | 2D | 44 | 17 | 15 | 35 | 33 |
| Octal | 304 | 154 | 76 | 0 | 55 | 104 | 27 | 25 | 65 | 63 |
| Binary | 11000100 | 1101100 | 111110 | 0 | 101101 | 1000100 | 10111 | 10101 | 110101 | 110011 |
Color Harmonies of #C46C3E
Complementary color
Monochromatic Colors of #C46C3E
Black with #C46C3E
Text Example
Text Example
White with #C46C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46C3E; }
p { color: rgb(196,108,62); }
H1.HeaderClassName
{
color: #C46C3E;
}
.AnyTagClassName
{
color: #C46C3E;
}
</style>
background-color css
<style>
a { background-color: #C46C3E; }
a { background-color: rgb(196,108,62); }
div.DivClassName
{
background-color: #C46C3E;
}
.BgClassName
{
background-color: #C46C3E;
}
</style>
border-color css
<style>
span { border-color: #C46C3E; }
span { border-color: rgb(196,108,62); }
td.TdClassName
{
border-color: #C46C3E;
}
.TagClassName
{
border-color: #C46C3E;
}
</style>