Shades of Zest #C97635
Tints of Zest #C97635
RGB
CMYK
RGB Variations
Color information
#C97635 (or 0xC97635) is known color: Zest. HEX triplet: C9, 76 and 35. RGB value is (201,118,53). Sum of RGB (Red+Green+Blue) = 201+118+53=372 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.03% from 372); Green value is 118 (46.48% from 255 or 31.72% from 372); Blue value is 53 (21.09% from 255 or 14.25% from 372); Max value from RGB is 201 - color contains mainly: red. Hex color #C97635 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97635 is #3689CA. Grayscale: #878787. Windows color (decimal): -3574219 or 3503817. OLE color: 3503817.
HSL color Cylindrical-coordinate representation of color #C97635: hue angle of 26.35º degrees, saturation: 0.58, 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 #C97635 is Cyan = 0, Magento = 0.41, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 118 | 53 | - |
| CMYK | 0 | 0.41 | 0.74 | 0.21 |
| HSL | 26.35º | 0.58% | 0.5% | - |
| HSV(B) | 26.35º | 0.74% | 0.79% | - |
| XYZ | 31.21 | 25.63 | 6.67 | - |
| YUV | 135.41 | 81.5 | 174.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 118 | 53 | 0 | 0.41 | 0.74 | 0.21 | 26.35 | 0.58 | 0.5 |
| Hex | C9 | 76 | 35 | 0 | 29 | 4A | 15 | 1A | 3A | 32 |
| Octal | 311 | 166 | 65 | 0 | 51 | 112 | 25 | 32 | 72 | 62 |
| Binary | 11001001 | 1110110 | 110101 | 0 | 101001 | 1001010 | 10101 | 11010 | 111010 | 110010 |
Color Harmonies of #C97635
Complementary color
Monochromatic Colors of #C97635
Black with #C97635
Text Example
Text Example
White with #C97635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97635; }
p { color: rgb(201,118,53); }
H1.HeaderClassName
{
color: #C97635;
}
.AnyTagClassName
{
color: #C97635;
}
</style>
background-color css
<style>
a { background-color: #C97635; }
a { background-color: rgb(201,118,53); }
div.DivClassName
{
background-color: #C97635;
}
.BgClassName
{
background-color: #C97635;
}
</style>
border-color css
<style>
span { border-color: #C97635; }
span { border-color: rgb(201,118,53); }
td.TdClassName
{
border-color: #C97635;
}
.TagClassName
{
border-color: #C97635;
}
</style>