Shades of Zest #C97034
Tints of Zest #C97034
RGB
CMYK
RGB Variations
Color information
#C97034 (or 0xC97034) is known color: Zest. HEX triplet: C9, 70 and 34. RGB value is (201,112,52). Sum of RGB (Red+Green+Blue) = 201+112+52=365 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.07% from 365); Green value is 112 (44.14% from 255 or 30.68% from 365); Blue value is 52 (20.70% from 255 or 14.25% from 365); Max value from RGB is 201 - color contains mainly: red. Hex color #C97034 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97034 is #368FCB. Grayscale: #848484. Windows color (decimal): -3575756 or 3436745. OLE color: 3436745.
HSL color Cylindrical-coordinate representation of color #C97034: hue angle of 24.16º 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 #C97034 is Cyan = 0, Magento = 0.44, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 112 | 52 | - |
| CMYK | 0 | 0.44 | 0.74 | 0.21 |
| HSL | 24.16º | 0.59% | 0.5% | - |
| HSV(B) | 24.16º | 0.74% | 0.79% | - |
| XYZ | 30.5 | 24.25 | 6.32 | - |
| YUV | 131.77 | 82.99 | 177.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 112 | 52 | 0 | 0.44 | 0.74 | 0.21 | 24.16 | 0.59 | 0.5 |
| Hex | C9 | 70 | 34 | 0 | 2C | 4A | 15 | 18 | 3B | 32 |
| Octal | 311 | 160 | 64 | 0 | 54 | 112 | 25 | 30 | 73 | 62 |
| Binary | 11001001 | 1110000 | 110100 | 0 | 101100 | 1001010 | 10101 | 11000 | 111011 | 110010 |
Color Harmonies of #C97034
Complementary color
Monochromatic Colors of #C97034
Black with #C97034
Text Example
Text Example
White with #C97034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97034; }
p { color: rgb(201,112,52); }
H1.HeaderClassName
{
color: #C97034;
}
.AnyTagClassName
{
color: #C97034;
}
</style>
background-color css
<style>
a { background-color: #C97034; }
a { background-color: rgb(201,112,52); }
div.DivClassName
{
background-color: #C97034;
}
.BgClassName
{
background-color: #C97034;
}
</style>
border-color css
<style>
span { border-color: #C97034; }
span { border-color: rgb(201,112,52); }
td.TdClassName
{
border-color: #C97034;
}
.TagClassName
{
border-color: #C97034;
}
</style>