Shades of Zest #C97536
Tints of Zest #C97536
RGB
CMYK
RGB Variations
Color information
#C97536 (or 0xC97536) is known color: Zest. HEX triplet: C9, 75 and 36. RGB value is (201,117,54). Sum of RGB (Red+Green+Blue) = 201+117+54=372 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.03% from 372); Green value is 117 (46.09% from 255 or 31.45% from 372); Blue value is 54 (21.48% from 255 or 14.52% from 372); Max value from RGB is 201 - color contains mainly: red. Hex color #C97536 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97536 is #368AC9. Grayscale: #878787. Windows color (decimal): -3574474 or 3569097. OLE color: 3569097.
HSL color Cylindrical-coordinate representation of color #C97536: hue angle of 25.71º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C97536 is Cyan = 0, Magento = 0.42, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 117 | 54 | - |
| CMYK | 0 | 0.42 | 0.73 | 0.21 |
| HSL | 25.71º | 0.58% | 0.5% | - |
| HSV(B) | 25.71º | 0.73% | 0.79% | - |
| XYZ | 31.11 | 25.41 | 6.75 | - |
| YUV | 134.93 | 82.33 | 175.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 117 | 54 | 0 | 0.42 | 0.73 | 0.21 | 25.71 | 0.58 | 0.5 |
| Hex | C9 | 75 | 36 | 0 | 2A | 49 | 15 | 1A | 3A | 32 |
| Octal | 311 | 165 | 66 | 0 | 52 | 111 | 25 | 32 | 72 | 62 |
| Binary | 11001001 | 1110101 | 110110 | 0 | 101010 | 1001001 | 10101 | 11010 | 111010 | 110010 |
Color Harmonies of #C97536
Complementary color
Monochromatic Colors of #C97536
Black with #C97536
Text Example
Text Example
White with #C97536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97536; }
p { color: rgb(201,117,54); }
H1.HeaderClassName
{
color: #C97536;
}
.AnyTagClassName
{
color: #C97536;
}
</style>
background-color css
<style>
a { background-color: #C97536; }
a { background-color: rgb(201,117,54); }
div.DivClassName
{
background-color: #C97536;
}
.BgClassName
{
background-color: #C97536;
}
</style>
border-color css
<style>
span { border-color: #C97536; }
span { border-color: rgb(201,117,54); }
td.TdClassName
{
border-color: #C97536;
}
.TagClassName
{
border-color: #C97536;
}
</style>