Shades of Zest #C46A37
Tints of Zest #C46A37
RGB
CMYK
RGB Variations
Color information
#C46A37 (or 0xC46A37) is known color: Zest. HEX triplet: C4, 6A and 37. RGB value is (196,106,55). Sum of RGB (Red+Green+Blue) = 196+106+55=357 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.90% from 357); Green value is 106 (41.80% from 255 or 29.69% from 357); Blue value is 55 (21.88% from 255 or 15.41% from 357); Max value from RGB is 196 - color contains mainly: red. Hex color #C46A37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46A37 is #3B95C8. Grayscale: #7F7F7F. Windows color (decimal): -3904969 or 3631812. OLE color: 3631812.
HSL color Cylindrical-coordinate representation of color #C46A37: hue angle of 21.7º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C46A37 is Cyan = 0, Magento = 0.46, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 106 | 55 | - |
| CMYK | 0 | 0.46 | 0.72 | 0.23 |
| HSL | 21.7º | 0.56% | 0.49% | - |
| HSV(B) | 21.7º | 0.72% | 0.77% | - |
| XYZ | 28.61 | 22.32 | 6.41 | - |
| YUV | 127.1 | 87.32 | 177.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 106 | 55 | 0 | 0.46 | 0.72 | 0.23 | 21.7 | 0.56 | 0.49 |
| Hex | C4 | 6A | 37 | 0 | 2E | 48 | 17 | 16 | 38 | 31 |
| Octal | 304 | 152 | 67 | 0 | 56 | 110 | 27 | 26 | 70 | 61 |
| Binary | 11000100 | 1101010 | 110111 | 0 | 101110 | 1001000 | 10111 | 10110 | 111000 | 110001 |
Color Harmonies of #C46A37
Complementary color
Monochromatic Colors of #C46A37
Black with #C46A37
Text Example
Text Example
White with #C46A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46A37; }
p { color: rgb(196,106,55); }
H1.HeaderClassName
{
color: #C46A37;
}
.AnyTagClassName
{
color: #C46A37;
}
</style>
background-color css
<style>
a { background-color: #C46A37; }
a { background-color: rgb(196,106,55); }
div.DivClassName
{
background-color: #C46A37;
}
.BgClassName
{
background-color: #C46A37;
}
</style>
border-color css
<style>
span { border-color: #C46A37; }
span { border-color: rgb(196,106,55); }
td.TdClassName
{
border-color: #C46A37;
}
.TagClassName
{
border-color: #C46A37;
}
</style>