Shades of Zest #C46A39
Tints of Zest #C46A39
RGB
CMYK
RGB Variations
Color information
#C46A39 (or 0xC46A39) is known color: Zest. HEX triplet: C4, 6A and 39. RGB value is (196,106,57). Sum of RGB (Red+Green+Blue) = 196+106+57=359 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.60% from 359); Green value is 106 (41.80% from 255 or 29.53% from 359); Blue value is 57 (22.66% from 255 or 15.88% from 359); Max value from RGB is 196 - color contains mainly: red. Hex color #C46A39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46A39 is #3B95C6. Grayscale: #7F7F7F. Windows color (decimal): -3904967 or 3762884. OLE color: 3762884.
HSL color Cylindrical-coordinate representation of color #C46A39: hue angle of 21.15º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C46A39 is Cyan = 0, Magento = 0.46, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 106 | 57 | - |
| CMYK | 0 | 0.46 | 0.71 | 0.23 |
| HSL | 21.15º | 0.55% | 0.5% | - |
| HSV(B) | 21.15º | 0.71% | 0.77% | - |
| XYZ | 28.66 | 22.34 | 6.67 | - |
| YUV | 127.32 | 88.32 | 176.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 106 | 57 | 0 | 0.46 | 0.71 | 0.23 | 21.15 | 0.55 | 0.5 |
| Hex | C4 | 6A | 39 | 0 | 2E | 47 | 17 | 15 | 37 | 32 |
| Octal | 304 | 152 | 71 | 0 | 56 | 107 | 27 | 25 | 67 | 62 |
| Binary | 11000100 | 1101010 | 111001 | 0 | 101110 | 1000111 | 10111 | 10101 | 110111 | 110010 |
Color Harmonies of #C46A39
Complementary color
Monochromatic Colors of #C46A39
Black with #C46A39
Text Example
Text Example
White with #C46A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46A39; }
p { color: rgb(196,106,57); }
H1.HeaderClassName
{
color: #C46A39;
}
.AnyTagClassName
{
color: #C46A39;
}
</style>
background-color css
<style>
a { background-color: #C46A39; }
a { background-color: rgb(196,106,57); }
div.DivClassName
{
background-color: #C46A39;
}
.BgClassName
{
background-color: #C46A39;
}
</style>
border-color css
<style>
span { border-color: #C46A39; }
span { border-color: rgb(196,106,57); }
td.TdClassName
{
border-color: #C46A39;
}
.TagClassName
{
border-color: #C46A39;
}
</style>