Shades of Zest #C96D34
Tints of Zest #C96D34
RGB
CMYK
RGB Variations
Color information
#C96D34 (or 0xC96D34) is known color: Zest. HEX triplet: C9, 6D and 34. RGB value is (201,109,52). Sum of RGB (Red+Green+Blue) = 201+109+52=362 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.52% from 362); Green value is 109 (42.97% from 255 or 30.11% from 362); Blue value is 52 (20.70% from 255 or 14.36% from 362); Max value from RGB is 201 - color contains mainly: red. Hex color #C96D34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96D34 is #3692CB. Grayscale: #828282. Windows color (decimal): -3576524 or 3435977. OLE color: 3435977.
HSL color Cylindrical-coordinate representation of color #C96D34: hue angle of 22.95º 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 #C96D34 is Cyan = 0, Magento = 0.46, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 109 | 52 | - |
| CMYK | 0 | 0.46 | 0.74 | 0.21 |
| HSL | 22.95º | 0.59% | 0.5% | - |
| HSV(B) | 22.95º | 0.74% | 0.79% | - |
| XYZ | 30.18 | 23.6 | 6.21 | - |
| YUV | 130.01 | 83.98 | 178.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 109 | 52 | 0 | 0.46 | 0.74 | 0.21 | 22.95 | 0.59 | 0.5 |
| Hex | C9 | 6D | 34 | 0 | 2E | 4A | 15 | 17 | 3B | 32 |
| Octal | 311 | 155 | 64 | 0 | 56 | 112 | 25 | 27 | 73 | 62 |
| Binary | 11001001 | 1101101 | 110100 | 0 | 101110 | 1001010 | 10101 | 10111 | 111011 | 110010 |
Color Harmonies of #C96D34
Complementary color
Monochromatic Colors of #C96D34
Black with #C96D34
Text Example
Text Example
White with #C96D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96D34; }
p { color: rgb(201,109,52); }
H1.HeaderClassName
{
color: #C96D34;
}
.AnyTagClassName
{
color: #C96D34;
}
</style>
background-color css
<style>
a { background-color: #C96D34; }
a { background-color: rgb(201,109,52); }
div.DivClassName
{
background-color: #C96D34;
}
.BgClassName
{
background-color: #C96D34;
}
</style>
border-color css
<style>
span { border-color: #C96D34; }
span { border-color: rgb(201,109,52); }
td.TdClassName
{
border-color: #C96D34;
}
.TagClassName
{
border-color: #C96D34;
}
</style>