Shades of Zest #C96F41
Tints of Zest #C96F41
RGB
CMYK
RGB Variations
Color information
#C96F41 (or 0xC96F41) is known color: Zest. HEX triplet: C9, 6F and 41. RGB value is (201,111,65). Sum of RGB (Red+Green+Blue) = 201+111+65=377 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.32% from 377); Green value is 111 (43.75% from 255 or 29.44% from 377); Blue value is 65 (25.78% from 255 or 17.24% from 377); Max value from RGB is 201 - color contains mainly: red. Hex color #C96F41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96F41 is #3690BE. Grayscale: #848484. Windows color (decimal): -3575999 or 4288457. OLE color: 4288457.
HSL color Cylindrical-coordinate representation of color #C96F41: hue angle of 20.29º 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 #C96F41 is Cyan = 0, Magento = 0.45, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 111 | 65 | - |
| CMYK | 0 | 0.45 | 0.68 | 0.21 |
| HSL | 20.29º | 0.56% | 0.52% | - |
| HSV(B) | 20.29º | 0.68% | 0.79% | - |
| XYZ | 30.73 | 24.17 | 8.05 | - |
| YUV | 132.67 | 89.82 | 176.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 111 | 65 | 0 | 0.45 | 0.68 | 0.21 | 20.29 | 0.56 | 0.52 |
| Hex | C9 | 6F | 41 | 0 | 2D | 44 | 15 | 14 | 38 | 34 |
| Octal | 311 | 157 | 101 | 0 | 55 | 104 | 25 | 24 | 70 | 64 |
| Binary | 11001001 | 1101111 | 1000001 | 0 | 101101 | 1000100 | 10101 | 10100 | 111000 | 110100 |
Color Harmonies of #C96F41
Complementary color
Monochromatic Colors of #C96F41
Black with #C96F41
Text Example
Text Example
White with #C96F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96F41; }
p { color: rgb(201,111,65); }
H1.HeaderClassName
{
color: #C96F41;
}
.AnyTagClassName
{
color: #C96F41;
}
</style>
background-color css
<style>
a { background-color: #C96F41; }
a { background-color: rgb(201,111,65); }
div.DivClassName
{
background-color: #C96F41;
}
.BgClassName
{
background-color: #C96F41;
}
</style>
border-color css
<style>
span { border-color: #C96F41; }
span { border-color: rgb(201,111,65); }
td.TdClassName
{
border-color: #C96F41;
}
.TagClassName
{
border-color: #C96F41;
}
</style>