Shades of Zest #C46B3E
Tints of Zest #C46B3E
RGB
CMYK
RGB Variations
Color information
#C46B3E (or 0xC46B3E) is known color: Zest. HEX triplet: C4, 6B and 3E. RGB value is (196,107,62). Sum of RGB (Red+Green+Blue) = 196+107+62=365 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.70% from 365); Green value is 107 (42.19% from 255 or 29.32% from 365); Blue value is 62 (24.61% from 255 or 16.99% from 365); Max value from RGB is 196 - color contains mainly: red. Hex color #C46B3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46B3E is #3B94C1. Grayscale: #808080. Windows color (decimal): -3904706 or 4090820. OLE color: 4090820.
HSL color Cylindrical-coordinate representation of color #C46B3E: hue angle of 20.15º 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 #C46B3E is Cyan = 0, Magento = 0.45, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 107 | 62 | - |
| CMYK | 0 | 0.45 | 0.68 | 0.23 |
| HSL | 20.15º | 0.53% | 0.51% | - |
| HSV(B) | 20.15º | 0.68% | 0.77% | - |
| XYZ | 28.89 | 22.6 | 7.4 | - |
| YUV | 128.48 | 90.49 | 176.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 107 | 62 | 0 | 0.45 | 0.68 | 0.23 | 20.15 | 0.53 | 0.51 |
| Hex | C4 | 6B | 3E | 0 | 2D | 44 | 17 | 14 | 35 | 33 |
| Octal | 304 | 153 | 76 | 0 | 55 | 104 | 27 | 24 | 65 | 63 |
| Binary | 11000100 | 1101011 | 111110 | 0 | 101101 | 1000100 | 10111 | 10100 | 110101 | 110011 |
Color Harmonies of #C46B3E
Complementary color
Monochromatic Colors of #C46B3E
Black with #C46B3E
Text Example
Text Example
White with #C46B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46B3E; }
p { color: rgb(196,107,62); }
H1.HeaderClassName
{
color: #C46B3E;
}
.AnyTagClassName
{
color: #C46B3E;
}
</style>
background-color css
<style>
a { background-color: #C46B3E; }
a { background-color: rgb(196,107,62); }
div.DivClassName
{
background-color: #C46B3E;
}
.BgClassName
{
background-color: #C46B3E;
}
</style>
border-color css
<style>
span { border-color: #C46B3E; }
span { border-color: rgb(196,107,62); }
td.TdClassName
{
border-color: #C46B3E;
}
.TagClassName
{
border-color: #C46B3E;
}
</style>