Shades of Zest #C96E3F
Tints of Zest #C96E3F
RGB
CMYK
RGB Variations
Color information
#C96E3F (or 0xC96E3F) is known color: Zest. HEX triplet: C9, 6E and 3F. RGB value is (201,110,63). Sum of RGB (Red+Green+Blue) = 201+110+63=374 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.74% from 374); Green value is 110 (43.36% from 255 or 29.41% from 374); Blue value is 63 (25% from 255 or 16.84% from 374); Max value from RGB is 201 - color contains mainly: red. Hex color #C96E3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96E3F is #3691C0. Grayscale: #848484. Windows color (decimal): -3576257 or 4157129. OLE color: 4157129.
HSL color Cylindrical-coordinate representation of color #C96E3F: hue angle of 20.43º 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 #C96E3F is Cyan = 0, Magento = 0.45, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 110 | 63 | - |
| CMYK | 0 | 0.45 | 0.69 | 0.21 |
| HSL | 20.43º | 0.56% | 0.52% | - |
| HSV(B) | 20.43º | 0.69% | 0.79% | - |
| XYZ | 30.56 | 23.93 | 7.71 | - |
| YUV | 131.85 | 89.15 | 177.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 110 | 63 | 0 | 0.45 | 0.69 | 0.21 | 20.43 | 0.56 | 0.52 |
| Hex | C9 | 6E | 3F | 0 | 2D | 45 | 15 | 14 | 38 | 34 |
| Octal | 311 | 156 | 77 | 0 | 55 | 105 | 25 | 24 | 70 | 64 |
| Binary | 11001001 | 1101110 | 111111 | 0 | 101101 | 1000101 | 10101 | 10100 | 111000 | 110100 |
Color Harmonies of #C96E3F
Complementary color
Monochromatic Colors of #C96E3F
Black with #C96E3F
Text Example
Text Example
White with #C96E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96E3F; }
p { color: rgb(201,110,63); }
H1.HeaderClassName
{
color: #C96E3F;
}
.AnyTagClassName
{
color: #C96E3F;
}
</style>
background-color css
<style>
a { background-color: #C96E3F; }
a { background-color: rgb(201,110,63); }
div.DivClassName
{
background-color: #C96E3F;
}
.BgClassName
{
background-color: #C96E3F;
}
</style>
border-color css
<style>
span { border-color: #C96E3F; }
span { border-color: rgb(201,110,63); }
td.TdClassName
{
border-color: #C96E3F;
}
.TagClassName
{
border-color: #C96E3F;
}
</style>