Shades of Zest #C96D39
Tints of Zest #C96D39
RGB
CMYK
RGB Variations
Color information
#C96D39 (or 0xC96D39) is known color: Zest. HEX triplet: C9, 6D and 39. RGB value is (201,109,57). Sum of RGB (Red+Green+Blue) = 201+109+57=367 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.77% from 367); Green value is 109 (42.97% from 255 or 29.70% from 367); Blue value is 57 (22.66% from 255 or 15.53% from 367); Max value from RGB is 201 - color contains mainly: red. Hex color #C96D39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96D39 is #3692C6. Grayscale: #828282. Windows color (decimal): -3576519 or 3763657. OLE color: 3763657.
HSL color Cylindrical-coordinate representation of color #C96D39: hue angle of 21.67º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C96D39 is Cyan = 0, Magento = 0.46, Yellow = 0.72 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 109 | 57 | - |
| CMYK | 0 | 0.46 | 0.72 | 0.21 |
| HSL | 21.67º | 0.57% | 0.51% | - |
| HSV(B) | 21.67º | 0.72% | 0.79% | - |
| XYZ | 30.29 | 23.65 | 6.84 | - |
| YUV | 130.58 | 86.48 | 178.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 109 | 57 | 0 | 0.46 | 0.72 | 0.21 | 21.67 | 0.57 | 0.51 |
| Hex | C9 | 6D | 39 | 0 | 2E | 48 | 15 | 16 | 39 | 33 |
| Octal | 311 | 155 | 71 | 0 | 56 | 110 | 25 | 26 | 71 | 63 |
| Binary | 11001001 | 1101101 | 111001 | 0 | 101110 | 1001000 | 10101 | 10110 | 111001 | 110011 |
Color Harmonies of #C96D39
Complementary color
Monochromatic Colors of #C96D39
Black with #C96D39
Text Example
Text Example
White with #C96D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96D39; }
p { color: rgb(201,109,57); }
H1.HeaderClassName
{
color: #C96D39;
}
.AnyTagClassName
{
color: #C96D39;
}
</style>
background-color css
<style>
a { background-color: #C96D39; }
a { background-color: rgb(201,109,57); }
div.DivClassName
{
background-color: #C96D39;
}
.BgClassName
{
background-color: #C96D39;
}
</style>
border-color css
<style>
span { border-color: #C96D39; }
span { border-color: rgb(201,109,57); }
td.TdClassName
{
border-color: #C96D39;
}
.TagClassName
{
border-color: #C96D39;
}
</style>