Shades of Zest #C96D37
Tints of Zest #C96D37
RGB
CMYK
RGB Variations
Color information
#C96D37 (or 0xC96D37) is known color: Zest. HEX triplet: C9, 6D and 37. RGB value is (201,109,55). Sum of RGB (Red+Green+Blue) = 201+109+55=365 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.07% from 365); Green value is 109 (42.97% from 255 or 29.86% from 365); Blue value is 55 (21.88% from 255 or 15.07% from 365); Max value from RGB is 201 - color contains mainly: red. Hex color #C96D37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96D37 is #3692C8. Grayscale: #828282. Windows color (decimal): -3576521 or 3632585. OLE color: 3632585.
HSL color Cylindrical-coordinate representation of color #C96D37: hue angle of 22.19º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C96D37 is Cyan = 0, Magento = 0.46, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 109 | 55 | - |
| CMYK | 0 | 0.46 | 0.73 | 0.21 |
| HSL | 22.19º | 0.57% | 0.5% | - |
| HSV(B) | 22.19º | 0.73% | 0.79% | - |
| XYZ | 30.25 | 23.63 | 6.58 | - |
| YUV | 130.35 | 85.48 | 178.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 109 | 55 | 0 | 0.46 | 0.73 | 0.21 | 22.19 | 0.57 | 0.5 |
| Hex | C9 | 6D | 37 | 0 | 2E | 49 | 15 | 16 | 39 | 32 |
| Octal | 311 | 155 | 67 | 0 | 56 | 111 | 25 | 26 | 71 | 62 |
| Binary | 11001001 | 1101101 | 110111 | 0 | 101110 | 1001001 | 10101 | 10110 | 111001 | 110010 |
Color Harmonies of #C96D37
Complementary color
Monochromatic Colors of #C96D37
Black with #C96D37
Text Example
Text Example
White with #C96D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96D37; }
p { color: rgb(201,109,55); }
H1.HeaderClassName
{
color: #C96D37;
}
.AnyTagClassName
{
color: #C96D37;
}
</style>
background-color css
<style>
a { background-color: #C96D37; }
a { background-color: rgb(201,109,55); }
div.DivClassName
{
background-color: #C96D37;
}
.BgClassName
{
background-color: #C96D37;
}
</style>
border-color css
<style>
span { border-color: #C96D37; }
span { border-color: rgb(201,109,55); }
td.TdClassName
{
border-color: #C96D37;
}
.TagClassName
{
border-color: #C96D37;
}
</style>