Shades of Zest #C96F37
Tints of Zest #C96F37
RGB
CMYK
RGB Variations
Color information
#C96F37 (or 0xC96F37) is known color: Zest. HEX triplet: C9, 6F and 37. RGB value is (201,111,55). Sum of RGB (Red+Green+Blue) = 201+111+55=367 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.77% from 367); Green value is 111 (43.75% from 255 or 30.25% from 367); Blue value is 55 (21.88% from 255 or 14.99% from 367); Max value from RGB is 201 - color contains mainly: red. Hex color #C96F37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96F37 is #3690C8. Grayscale: #838383. Windows color (decimal): -3576009 or 3633097. OLE color: 3633097.
HSL color Cylindrical-coordinate representation of color #C96F37: hue angle of 23.01º degrees, saturation: 0.57, 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 #C96F37 is Cyan = 0, Magento = 0.45, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 111 | 55 | - |
| CMYK | 0 | 0.45 | 0.73 | 0.21 |
| HSL | 23.01º | 0.57% | 0.5% | - |
| HSV(B) | 23.01º | 0.73% | 0.79% | - |
| XYZ | 30.46 | 24.06 | 6.65 | - |
| YUV | 131.53 | 84.82 | 177.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 111 | 55 | 0 | 0.45 | 0.73 | 0.21 | 23.01 | 0.57 | 0.5 |
| Hex | C9 | 6F | 37 | 0 | 2D | 49 | 15 | 17 | 39 | 32 |
| Octal | 311 | 157 | 67 | 0 | 55 | 111 | 25 | 27 | 71 | 62 |
| Binary | 11001001 | 1101111 | 110111 | 0 | 101101 | 1001001 | 10101 | 10111 | 111001 | 110010 |
Color Harmonies of #C96F37
Complementary color
Monochromatic Colors of #C96F37
Black with #C96F37
Text Example
Text Example
White with #C96F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96F37; }
p { color: rgb(201,111,55); }
H1.HeaderClassName
{
color: #C96F37;
}
.AnyTagClassName
{
color: #C96F37;
}
</style>
background-color css
<style>
a { background-color: #C96F37; }
a { background-color: rgb(201,111,55); }
div.DivClassName
{
background-color: #C96F37;
}
.BgClassName
{
background-color: #C96F37;
}
</style>
border-color css
<style>
span { border-color: #C96F37; }
span { border-color: rgb(201,111,55); }
td.TdClassName
{
border-color: #C96F37;
}
.TagClassName
{
border-color: #C96F37;
}
</style>