Shades of Zest #C96C34
Tints of Zest #C96C34
RGB
CMYK
RGB Variations
Color information
#C96C34 (or 0xC96C34) is known color: Zest. HEX triplet: C9, 6C and 34. RGB value is (201,108,52). Sum of RGB (Red+Green+Blue) = 201+108+52=361 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.68% from 361); Green value is 108 (42.58% from 255 or 29.92% from 361); Blue value is 52 (20.70% from 255 or 14.40% from 361); Max value from RGB is 201 - color contains mainly: red. Hex color #C96C34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96C34 is #3693CB. Grayscale: #818181. Windows color (decimal): -3576780 or 3435721. OLE color: 3435721.
HSL color Cylindrical-coordinate representation of color #C96C34: hue angle of 22.55º 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 #C96C34 is Cyan = 0, Magento = 0.46, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 108 | 52 | - |
| CMYK | 0 | 0.46 | 0.74 | 0.21 |
| HSL | 22.55º | 0.59% | 0.5% | - |
| HSV(B) | 22.55º | 0.74% | 0.79% | - |
| XYZ | 30.07 | 23.39 | 6.18 | - |
| YUV | 129.42 | 84.31 | 179.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 108 | 52 | 0 | 0.46 | 0.74 | 0.21 | 22.55 | 0.59 | 0.5 |
| Hex | C9 | 6C | 34 | 0 | 2E | 4A | 15 | 17 | 3B | 32 |
| Octal | 311 | 154 | 64 | 0 | 56 | 112 | 25 | 27 | 73 | 62 |
| Binary | 11001001 | 1101100 | 110100 | 0 | 101110 | 1001010 | 10101 | 10111 | 111011 | 110010 |
Color Harmonies of #C96C34
Complementary color
Monochromatic Colors of #C96C34
Black with #C96C34
Text Example
Text Example
White with #C96C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96C34; }
p { color: rgb(201,108,52); }
H1.HeaderClassName
{
color: #C96C34;
}
.AnyTagClassName
{
color: #C96C34;
}
</style>
background-color css
<style>
a { background-color: #C96C34; }
a { background-color: rgb(201,108,52); }
div.DivClassName
{
background-color: #C96C34;
}
.BgClassName
{
background-color: #C96C34;
}
</style>
border-color css
<style>
span { border-color: #C96C34; }
span { border-color: rgb(201,108,52); }
td.TdClassName
{
border-color: #C96C34;
}
.TagClassName
{
border-color: #C96C34;
}
</style>