Shades of Zest #C97634
Tints of Zest #C97634
RGB
CMYK
RGB Variations
Color information
#C97634 (or 0xC97634) is known color: Zest. HEX triplet: C9, 76 and 34. RGB value is (201,118,52). Sum of RGB (Red+Green+Blue) = 201+118+52=371 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.18% from 371); Green value is 118 (46.48% from 255 or 31.81% from 371); Blue value is 52 (20.70% from 255 or 14.02% from 371); Max value from RGB is 201 - color contains mainly: red. Hex color #C97634 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97634 is #3689CB. Grayscale: #878787. Windows color (decimal): -3574220 or 3438281. OLE color: 3438281.
HSL color Cylindrical-coordinate representation of color #C97634: hue angle of 26.58º 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 #C97634 is Cyan = 0, Magento = 0.41, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 118 | 52 | - |
| CMYK | 0 | 0.41 | 0.74 | 0.21 |
| HSL | 26.58º | 0.59% | 0.5% | - |
| HSV(B) | 26.58º | 0.74% | 0.79% | - |
| XYZ | 31.19 | 25.62 | 6.55 | - |
| YUV | 135.29 | 81 | 174.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 118 | 52 | 0 | 0.41 | 0.74 | 0.21 | 26.58 | 0.59 | 0.5 |
| Hex | C9 | 76 | 34 | 0 | 29 | 4A | 15 | 1B | 3B | 32 |
| Octal | 311 | 166 | 64 | 0 | 51 | 112 | 25 | 33 | 73 | 62 |
| Binary | 11001001 | 1110110 | 110100 | 0 | 101001 | 1001010 | 10101 | 11011 | 111011 | 110010 |
Color Harmonies of #C97634
Complementary color
Monochromatic Colors of #C97634
Black with #C97634
Text Example
Text Example
White with #C97634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97634; }
p { color: rgb(201,118,52); }
H1.HeaderClassName
{
color: #C97634;
}
.AnyTagClassName
{
color: #C97634;
}
</style>
background-color css
<style>
a { background-color: #C97634; }
a { background-color: rgb(201,118,52); }
div.DivClassName
{
background-color: #C97634;
}
.BgClassName
{
background-color: #C97634;
}
</style>
border-color css
<style>
span { border-color: #C97634; }
span { border-color: rgb(201,118,52); }
td.TdClassName
{
border-color: #C97634;
}
.TagClassName
{
border-color: #C97634;
}
</style>