Shades of Zest #C46A41
Tints of Zest #C46A41
RGB
CMYK
RGB Variations
Color information
#C46A41 (or 0xC46A41) is known color: Zest. HEX triplet: C4, 6A and 41. RGB value is (196,106,65). Sum of RGB (Red+Green+Blue) = 196+106+65=367 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.41% from 367); Green value is 106 (41.80% from 255 or 28.88% from 367); Blue value is 65 (25.78% from 255 or 17.71% from 367); Max value from RGB is 196 - color contains mainly: red. Hex color #C46A41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46A41 is #3B95BE. Grayscale: #808080. Windows color (decimal): -3904959 or 4287172. OLE color: 4287172.
HSL color Cylindrical-coordinate representation of color #C46A41: hue angle of 18.78º 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 #C46A41 is Cyan = 0, Magento = 0.46, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 106 | 65 | - |
| CMYK | 0 | 0.46 | 0.67 | 0.23 |
| HSL | 18.78º | 0.53% | 0.51% | - |
| HSV(B) | 18.78º | 0.67% | 0.77% | - |
| XYZ | 28.87 | 22.43 | 7.81 | - |
| YUV | 128.24 | 92.32 | 176.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 106 | 65 | 0 | 0.46 | 0.67 | 0.23 | 18.78 | 0.53 | 0.51 |
| Hex | C4 | 6A | 41 | 0 | 2E | 43 | 17 | 13 | 35 | 33 |
| Octal | 304 | 152 | 101 | 0 | 56 | 103 | 27 | 23 | 65 | 63 |
| Binary | 11000100 | 1101010 | 1000001 | 0 | 101110 | 1000011 | 10111 | 10011 | 110101 | 110011 |
Color Harmonies of #C46A41
Complementary color
Monochromatic Colors of #C46A41
Black with #C46A41
Text Example
Text Example
White with #C46A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46A41; }
p { color: rgb(196,106,65); }
H1.HeaderClassName
{
color: #C46A41;
}
.AnyTagClassName
{
color: #C46A41;
}
</style>
background-color css
<style>
a { background-color: #C46A41; }
a { background-color: rgb(196,106,65); }
div.DivClassName
{
background-color: #C46A41;
}
.BgClassName
{
background-color: #C46A41;
}
</style>
border-color css
<style>
span { border-color: #C46A41; }
span { border-color: rgb(196,106,65); }
td.TdClassName
{
border-color: #C46A41;
}
.TagClassName
{
border-color: #C46A41;
}
</style>