Shades of Zest #C97033
Tints of Zest #C97033
RGB
CMYK
RGB Variations
Color information
#C97033 (or 0xC97033) is known color: Zest. HEX triplet: C9, 70 and 33. RGB value is (201,112,51). Sum of RGB (Red+Green+Blue) = 201+112+51=364 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.22% from 364); Green value is 112 (44.14% from 255 or 30.77% from 364); Blue value is 51 (20.31% from 255 or 14.01% from 364); Max value from RGB is 201 - color contains mainly: red. Hex color #C97033 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97033 is #368FCC. Grayscale: #838383. Windows color (decimal): -3575757 or 3371209. OLE color: 3371209.
HSL color Cylindrical-coordinate representation of color #C97033: hue angle of 24.4º 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 #C97033 is Cyan = 0, Magento = 0.44, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 112 | 51 | - |
| CMYK | 0 | 0.44 | 0.75 | 0.21 |
| HSL | 24.4º | 0.6% | 0.49% | - |
| HSV(B) | 24.4º | 0.75% | 0.79% | - |
| XYZ | 30.48 | 24.24 | 6.21 | - |
| YUV | 131.66 | 82.49 | 177.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 112 | 51 | 0 | 0.44 | 0.75 | 0.21 | 24.4 | 0.6 | 0.49 |
| Hex | C9 | 70 | 33 | 0 | 2C | 4B | 15 | 18 | 3C | 31 |
| Octal | 311 | 160 | 63 | 0 | 54 | 113 | 25 | 30 | 74 | 61 |
| Binary | 11001001 | 1110000 | 110011 | 0 | 101100 | 1001011 | 10101 | 11000 | 111100 | 110001 |
Color Harmonies of #C97033
Complementary color
Monochromatic Colors of #C97033
Black with #C97033
Text Example
Text Example
White with #C97033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97033; }
p { color: rgb(201,112,51); }
H1.HeaderClassName
{
color: #C97033;
}
.AnyTagClassName
{
color: #C97033;
}
</style>
background-color css
<style>
a { background-color: #C97033; }
a { background-color: rgb(201,112,51); }
div.DivClassName
{
background-color: #C97033;
}
.BgClassName
{
background-color: #C97033;
}
</style>
border-color css
<style>
span { border-color: #C97033; }
span { border-color: rgb(201,112,51); }
td.TdClassName
{
border-color: #C97033;
}
.TagClassName
{
border-color: #C97033;
}
</style>