Shades of Zest #C96E3E
Tints of Zest #C96E3E
RGB
CMYK
RGB Variations
Color information
#C96E3E (or 0xC96E3E) is known color: Zest. HEX triplet: C9, 6E and 3E. RGB value is (201,110,62). Sum of RGB (Red+Green+Blue) = 201+110+62=373 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.89% from 373); Green value is 110 (43.36% from 255 or 29.49% from 373); Blue value is 62 (24.61% from 255 or 16.62% from 373); Max value from RGB is 201 - color contains mainly: red. Hex color #C96E3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96E3E is #3691C1. Grayscale: #848484. Windows color (decimal): -3576258 or 4091593. OLE color: 4091593.
HSL color Cylindrical-coordinate representation of color #C96E3E: hue angle of 20.72º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C96E3E is Cyan = 0, Magento = 0.45, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 110 | 62 | - |
| CMYK | 0 | 0.45 | 0.69 | 0.21 |
| HSL | 20.72º | 0.56% | 0.52% | - |
| HSV(B) | 20.72º | 0.69% | 0.79% | - |
| XYZ | 30.53 | 23.92 | 7.56 | - |
| YUV | 131.74 | 88.65 | 177.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 110 | 62 | 0 | 0.45 | 0.69 | 0.21 | 20.72 | 0.56 | 0.52 |
| Hex | C9 | 6E | 3E | 0 | 2D | 45 | 15 | 15 | 38 | 34 |
| Octal | 311 | 156 | 76 | 0 | 55 | 105 | 25 | 25 | 70 | 64 |
| Binary | 11001001 | 1101110 | 111110 | 0 | 101101 | 1000101 | 10101 | 10101 | 111000 | 110100 |
Color Harmonies of #C96E3E
Complementary color
Monochromatic Colors of #C96E3E
Black with #C96E3E
Text Example
Text Example
White with #C96E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96E3E; }
p { color: rgb(201,110,62); }
H1.HeaderClassName
{
color: #C96E3E;
}
.AnyTagClassName
{
color: #C96E3E;
}
</style>
background-color css
<style>
a { background-color: #C96E3E; }
a { background-color: rgb(201,110,62); }
div.DivClassName
{
background-color: #C96E3E;
}
.BgClassName
{
background-color: #C96E3E;
}
</style>
border-color css
<style>
span { border-color: #C96E3E; }
span { border-color: rgb(201,110,62); }
td.TdClassName
{
border-color: #C96E3E;
}
.TagClassName
{
border-color: #C96E3E;
}
</style>