Shades of Zest #C97234
Tints of Zest #C97234
RGB
CMYK
RGB Variations
Color information
#C97234 (or 0xC97234) is known color: Zest. HEX triplet: C9, 72 and 34. RGB value is (201,114,52). Sum of RGB (Red+Green+Blue) = 201+114+52=367 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.77% from 367); Green value is 114 (44.92% from 255 or 31.06% from 367); Blue value is 52 (20.70% from 255 or 14.17% from 367); Max value from RGB is 201 - color contains mainly: red. Hex color #C97234 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97234 is #368DCB. Grayscale: #858585. Windows color (decimal): -3575244 or 3437257. OLE color: 3437257.
HSL color Cylindrical-coordinate representation of color #C97234: hue angle of 24.97º 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 #C97234 is Cyan = 0, Magento = 0.43, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 114 | 52 | - |
| CMYK | 0 | 0.43 | 0.74 | 0.21 |
| HSL | 24.97º | 0.59% | 0.5% | - |
| HSV(B) | 24.97º | 0.74% | 0.79% | - |
| XYZ | 30.72 | 24.7 | 6.4 | - |
| YUV | 132.95 | 82.32 | 176.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 114 | 52 | 0 | 0.43 | 0.74 | 0.21 | 24.97 | 0.59 | 0.5 |
| Hex | C9 | 72 | 34 | 0 | 2B | 4A | 15 | 19 | 3B | 32 |
| Octal | 311 | 162 | 64 | 0 | 53 | 112 | 25 | 31 | 73 | 62 |
| Binary | 11001001 | 1110010 | 110100 | 0 | 101011 | 1001010 | 10101 | 11001 | 111011 | 110010 |
Color Harmonies of #C97234
Complementary color
Monochromatic Colors of #C97234
Black with #C97234
Text Example
Text Example
White with #C97234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97234; }
p { color: rgb(201,114,52); }
H1.HeaderClassName
{
color: #C97234;
}
.AnyTagClassName
{
color: #C97234;
}
</style>
background-color css
<style>
a { background-color: #C97234; }
a { background-color: rgb(201,114,52); }
div.DivClassName
{
background-color: #C97234;
}
.BgClassName
{
background-color: #C97234;
}
</style>
border-color css
<style>
span { border-color: #C97234; }
span { border-color: rgb(201,114,52); }
td.TdClassName
{
border-color: #C97234;
}
.TagClassName
{
border-color: #C97234;
}
</style>