Shades of Zest #C96E3C
Tints of Zest #C96E3C
RGB
CMYK
RGB Variations
Color information
#C96E3C (or 0xC96E3C) is known color: Zest. HEX triplet: C9, 6E and 3C. RGB value is (201,110,60). Sum of RGB (Red+Green+Blue) = 201+110+60=371 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.18% from 371); Green value is 110 (43.36% from 255 or 29.65% from 371); Blue value is 60 (23.83% from 255 or 16.17% from 371); Max value from RGB is 201 - color contains mainly: red. Hex color #C96E3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96E3C is #3691C3. Grayscale: #838383. Windows color (decimal): -3576260 or 3960521. OLE color: 3960521.
HSL color Cylindrical-coordinate representation of color #C96E3C: hue angle of 21.28º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C96E3C is Cyan = 0, Magento = 0.45, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 110 | 60 | - |
| CMYK | 0 | 0.45 | 0.70 | 0.21 |
| HSL | 21.28º | 0.57% | 0.51% | - |
| HSV(B) | 21.28º | 0.7% | 0.79% | - |
| XYZ | 30.48 | 23.9 | 7.28 | - |
| YUV | 131.51 | 87.65 | 177.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 110 | 60 | 0 | 0.45 | 0.70 | 0.21 | 21.28 | 0.57 | 0.51 |
| Hex | C9 | 6E | 3C | 0 | 2D | 46 | 15 | 15 | 39 | 33 |
| Octal | 311 | 156 | 74 | 0 | 55 | 106 | 25 | 25 | 71 | 63 |
| Binary | 11001001 | 1101110 | 111100 | 0 | 101101 | 1000110 | 10101 | 10101 | 111001 | 110011 |
Color Harmonies of #C96E3C
Complementary color
Monochromatic Colors of #C96E3C
Black with #C96E3C
Text Example
Text Example
White with #C96E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96E3C; }
p { color: rgb(201,110,60); }
H1.HeaderClassName
{
color: #C96E3C;
}
.AnyTagClassName
{
color: #C96E3C;
}
</style>
background-color css
<style>
a { background-color: #C96E3C; }
a { background-color: rgb(201,110,60); }
div.DivClassName
{
background-color: #C96E3C;
}
.BgClassName
{
background-color: #C96E3C;
}
</style>
border-color css
<style>
span { border-color: #C96E3C; }
span { border-color: rgb(201,110,60); }
td.TdClassName
{
border-color: #C96E3C;
}
.TagClassName
{
border-color: #C96E3C;
}
</style>