Shades of Zest #C96E34
Tints of Zest #C96E34
RGB
CMYK
RGB Variations
Color information
#C96E34 (or 0xC96E34) is known color: Zest. HEX triplet: C9, 6E and 34. RGB value is (201,110,52). Sum of RGB (Red+Green+Blue) = 201+110+52=363 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.37% from 363); Green value is 110 (43.36% from 255 or 30.30% from 363); Blue value is 52 (20.70% from 255 or 14.33% from 363); Max value from RGB is 201 - color contains mainly: red. Hex color #C96E34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96E34 is #3691CB. Grayscale: #828282. Windows color (decimal): -3576268 or 3436233. OLE color: 3436233.
HSL color Cylindrical-coordinate representation of color #C96E34: hue angle of 23.36º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C96E34 is Cyan = 0, Magento = 0.45, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 110 | 52 | - |
| CMYK | 0 | 0.45 | 0.74 | 0.21 |
| HSL | 23.36º | 0.59% | 0.5% | - |
| HSV(B) | 23.36º | 0.74% | 0.79% | - |
| XYZ | 30.28 | 23.82 | 6.25 | - |
| YUV | 130.6 | 83.65 | 178.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 110 | 52 | 0 | 0.45 | 0.74 | 0.21 | 23.36 | 0.59 | 0.5 |
| Hex | C9 | 6E | 34 | 0 | 2D | 4A | 15 | 17 | 3B | 32 |
| Octal | 311 | 156 | 64 | 0 | 55 | 112 | 25 | 27 | 73 | 62 |
| Binary | 11001001 | 1101110 | 110100 | 0 | 101101 | 1001010 | 10101 | 10111 | 111011 | 110010 |
Color Harmonies of #C96E34
Complementary color
Monochromatic Colors of #C96E34
Black with #C96E34
Text Example
Text Example
White with #C96E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96E34; }
p { color: rgb(201,110,52); }
H1.HeaderClassName
{
color: #C96E34;
}
.AnyTagClassName
{
color: #C96E34;
}
</style>
background-color css
<style>
a { background-color: #C96E34; }
a { background-color: rgb(201,110,52); }
div.DivClassName
{
background-color: #C96E34;
}
.BgClassName
{
background-color: #C96E34;
}
</style>
border-color css
<style>
span { border-color: #C96E34; }
span { border-color: rgb(201,110,52); }
td.TdClassName
{
border-color: #C96E34;
}
.TagClassName
{
border-color: #C96E34;
}
</style>