Shades of Zest #C96E32
Tints of Zest #C96E32
RGB
CMYK
RGB Variations
Color information
#C96E32 (or 0xC96E32) is known color: Zest. HEX triplet: C9, 6E and 32. RGB value is (201,110,50). Sum of RGB (Red+Green+Blue) = 201+110+50=361 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.68% from 361); Green value is 110 (43.36% from 255 or 30.47% from 361); Blue value is 50 (19.92% from 255 or 13.85% from 361); Max value from RGB is 201 - color contains mainly: red. Hex color #C96E32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96E32 is #3691CD. Grayscale: #828282. Windows color (decimal): -3576270 or 3305161. OLE color: 3305161.
HSL color Cylindrical-coordinate representation of color #C96E32: hue angle of 23.84º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C96E32 is Cyan = 0, Magento = 0.45, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 110 | 50 | - |
| CMYK | 0 | 0.45 | 0.75 | 0.21 |
| HSL | 23.84º | 0.6% | 0.49% | - |
| HSV(B) | 23.84º | 0.75% | 0.79% | - |
| XYZ | 30.24 | 23.8 | 6.02 | - |
| YUV | 130.37 | 82.65 | 178.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 110 | 50 | 0 | 0.45 | 0.75 | 0.21 | 23.84 | 0.6 | 0.49 |
| Hex | C9 | 6E | 32 | 0 | 2D | 4B | 15 | 18 | 3C | 31 |
| Octal | 311 | 156 | 62 | 0 | 55 | 113 | 25 | 30 | 74 | 61 |
| Binary | 11001001 | 1101110 | 110010 | 0 | 101101 | 1001011 | 10101 | 11000 | 111100 | 110001 |
Color Harmonies of #C96E32
Complementary color
Monochromatic Colors of #C96E32
Black with #C96E32
Text Example
Text Example
White with #C96E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96E32; }
p { color: rgb(201,110,50); }
H1.HeaderClassName
{
color: #C96E32;
}
.AnyTagClassName
{
color: #C96E32;
}
</style>
background-color css
<style>
a { background-color: #C96E32; }
a { background-color: rgb(201,110,50); }
div.DivClassName
{
background-color: #C96E32;
}
.BgClassName
{
background-color: #C96E32;
}
</style>
border-color css
<style>
span { border-color: #C96E32; }
span { border-color: rgb(201,110,50); }
td.TdClassName
{
border-color: #C96E32;
}
.TagClassName
{
border-color: #C96E32;
}
</style>