Shades of Zest #C97436
Tints of Zest #C97436
RGB
CMYK
RGB Variations
Color information
#C97436 (or 0xC97436) is known color: Zest. HEX triplet: C9, 74 and 36. RGB value is (201,116,54). Sum of RGB (Red+Green+Blue) = 201+116+54=371 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.18% from 371); Green value is 116 (45.70% from 255 or 31.27% from 371); Blue value is 54 (21.48% from 255 or 14.56% from 371); Max value from RGB is 201 - color contains mainly: red. Hex color #C97436 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97436 is #368BC9. Grayscale: #868686. Windows color (decimal): -3574730 or 3568841. OLE color: 3568841.
HSL color Cylindrical-coordinate representation of color #C97436: hue angle of 25.31º 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 #C97436 is Cyan = 0, Magento = 0.42, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 116 | 54 | - |
| CMYK | 0 | 0.42 | 0.73 | 0.21 |
| HSL | 25.31º | 0.58% | 0.5% | - |
| HSV(B) | 25.31º | 0.73% | 0.79% | - |
| XYZ | 31 | 25.17 | 6.72 | - |
| YUV | 134.35 | 82.66 | 175.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 116 | 54 | 0 | 0.42 | 0.73 | 0.21 | 25.31 | 0.58 | 0.5 |
| Hex | C9 | 74 | 36 | 0 | 2A | 49 | 15 | 19 | 3A | 32 |
| Octal | 311 | 164 | 66 | 0 | 52 | 111 | 25 | 31 | 72 | 62 |
| Binary | 11001001 | 1110100 | 110110 | 0 | 101010 | 1001001 | 10101 | 11001 | 111010 | 110010 |
Color Harmonies of #C97436
Complementary color
Monochromatic Colors of #C97436
Black with #C97436
Text Example
Text Example
White with #C97436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97436; }
p { color: rgb(201,116,54); }
H1.HeaderClassName
{
color: #C97436;
}
.AnyTagClassName
{
color: #C97436;
}
</style>
background-color css
<style>
a { background-color: #C97436; }
a { background-color: rgb(201,116,54); }
div.DivClassName
{
background-color: #C97436;
}
.BgClassName
{
background-color: #C97436;
}
</style>
border-color css
<style>
span { border-color: #C97436; }
span { border-color: rgb(201,116,54); }
td.TdClassName
{
border-color: #C97436;
}
.TagClassName
{
border-color: #C97436;
}
</style>