Shades of Zest #C96E41
Tints of Zest #C96E41
RGB
CMYK
RGB Variations
Color information
#C96E41 (or 0xC96E41) is known color: Zest. HEX triplet: C9, 6E and 41. RGB value is (201,110,65). Sum of RGB (Red+Green+Blue) = 201+110+65=376 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.46% from 376); Green value is 110 (43.36% from 255 or 29.26% from 376); Blue value is 65 (25.78% from 255 or 17.29% from 376); Max value from RGB is 201 - color contains mainly: red. Hex color #C96E41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96E41 is #3691BE. Grayscale: #848484. Windows color (decimal): -3576255 or 4288201. OLE color: 4288201.
HSL color Cylindrical-coordinate representation of color #C96E41: hue angle of 19.85º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C96E41 is Cyan = 0, Magento = 0.45, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 110 | 65 | - |
| CMYK | 0 | 0.45 | 0.68 | 0.21 |
| HSL | 19.85º | 0.56% | 0.52% | - |
| HSV(B) | 19.85º | 0.68% | 0.79% | - |
| XYZ | 30.62 | 23.95 | 8.01 | - |
| YUV | 132.08 | 90.15 | 177.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 110 | 65 | 0 | 0.45 | 0.68 | 0.21 | 19.85 | 0.56 | 0.52 |
| Hex | C9 | 6E | 41 | 0 | 2D | 44 | 15 | 14 | 38 | 34 |
| Octal | 311 | 156 | 101 | 0 | 55 | 104 | 25 | 24 | 70 | 64 |
| Binary | 11001001 | 1101110 | 1000001 | 0 | 101101 | 1000100 | 10101 | 10100 | 111000 | 110100 |
Color Harmonies of #C96E41
Complementary color
Monochromatic Colors of #C96E41
Black with #C96E41
Text Example
Text Example
White with #C96E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96E41; }
p { color: rgb(201,110,65); }
H1.HeaderClassName
{
color: #C96E41;
}
.AnyTagClassName
{
color: #C96E41;
}
</style>
background-color css
<style>
a { background-color: #C96E41; }
a { background-color: rgb(201,110,65); }
div.DivClassName
{
background-color: #C96E41;
}
.BgClassName
{
background-color: #C96E41;
}
</style>
border-color css
<style>
span { border-color: #C96E41; }
span { border-color: rgb(201,110,65); }
td.TdClassName
{
border-color: #C96E41;
}
.TagClassName
{
border-color: #C96E41;
}
</style>