Shades of Zest #C97032
Tints of Zest #C97032
RGB
CMYK
RGB Variations
Color information
#C97032 (or 0xC97032) is known color: Zest. HEX triplet: C9, 70 and 32. RGB value is (201,112,50). Sum of RGB (Red+Green+Blue) = 201+112+50=363 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.37% from 363); Green value is 112 (44.14% from 255 or 30.85% from 363); Blue value is 50 (19.92% from 255 or 13.77% from 363); Max value from RGB is 201 - color contains mainly: red. Hex color #C97032 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97032 is #368FCD. Grayscale: #838383. Windows color (decimal): -3575758 or 3305673. OLE color: 3305673.
HSL color Cylindrical-coordinate representation of color #C97032: hue angle of 24.64º 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 #C97032 is Cyan = 0, Magento = 0.44, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 112 | 50 | - |
| CMYK | 0 | 0.44 | 0.75 | 0.21 |
| HSL | 24.64º | 0.6% | 0.49% | - |
| HSV(B) | 24.64º | 0.75% | 0.79% | - |
| XYZ | 30.46 | 24.24 | 6.09 | - |
| YUV | 131.54 | 81.99 | 177.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 112 | 50 | 0 | 0.44 | 0.75 | 0.21 | 24.64 | 0.6 | 0.49 |
| Hex | C9 | 70 | 32 | 0 | 2C | 4B | 15 | 19 | 3C | 31 |
| Octal | 311 | 160 | 62 | 0 | 54 | 113 | 25 | 31 | 74 | 61 |
| Binary | 11001001 | 1110000 | 110010 | 0 | 101100 | 1001011 | 10101 | 11001 | 111100 | 110001 |
Color Harmonies of #C97032
Complementary color
Monochromatic Colors of #C97032
Black with #C97032
Text Example
Text Example
White with #C97032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97032; }
p { color: rgb(201,112,50); }
H1.HeaderClassName
{
color: #C97032;
}
.AnyTagClassName
{
color: #C97032;
}
</style>
background-color css
<style>
a { background-color: #C97032; }
a { background-color: rgb(201,112,50); }
div.DivClassName
{
background-color: #C97032;
}
.BgClassName
{
background-color: #C97032;
}
</style>
border-color css
<style>
span { border-color: #C97032; }
span { border-color: rgb(201,112,50); }
td.TdClassName
{
border-color: #C97032;
}
.TagClassName
{
border-color: #C97032;
}
</style>