Shades of Zest #C96D3D
Tints of Zest #C96D3D
RGB
CMYK
RGB Variations
Color information
#C96D3D (or 0xC96D3D) is known color: Zest. HEX triplet: C9, 6D and 3D. RGB value is (201,109,61). Sum of RGB (Red+Green+Blue) = 201+109+61=371 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.18% from 371); Green value is 109 (42.97% from 255 or 29.38% from 371); Blue value is 61 (24.22% from 255 or 16.44% from 371); Max value from RGB is 201 - color contains mainly: red. Hex color #C96D3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96D3D is #3692C2. Grayscale: #838383. Windows color (decimal): -3576515 or 4025801. OLE color: 4025801.
HSL color Cylindrical-coordinate representation of color #C96D3D: hue angle of 20.57º degrees, saturation: 0.56, 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 #C96D3D is Cyan = 0, Magento = 0.46, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 109 | 61 | - |
| CMYK | 0 | 0.46 | 0.70 | 0.21 |
| HSL | 20.57º | 0.56% | 0.51% | - |
| HSV(B) | 20.57º | 0.7% | 0.79% | - |
| XYZ | 30.4 | 23.69 | 7.39 | - |
| YUV | 131.04 | 88.48 | 177.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 109 | 61 | 0 | 0.46 | 0.70 | 0.21 | 20.57 | 0.56 | 0.51 |
| Hex | C9 | 6D | 3D | 0 | 2E | 46 | 15 | 15 | 38 | 33 |
| Octal | 311 | 155 | 75 | 0 | 56 | 106 | 25 | 25 | 70 | 63 |
| Binary | 11001001 | 1101101 | 111101 | 0 | 101110 | 1000110 | 10101 | 10101 | 111000 | 110011 |
Color Harmonies of #C96D3D
Complementary color
Monochromatic Colors of #C96D3D
Black with #C96D3D
Text Example
Text Example
White with #C96D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96D3D; }
p { color: rgb(201,109,61); }
H1.HeaderClassName
{
color: #C96D3D;
}
.AnyTagClassName
{
color: #C96D3D;
}
</style>
background-color css
<style>
a { background-color: #C96D3D; }
a { background-color: rgb(201,109,61); }
div.DivClassName
{
background-color: #C96D3D;
}
.BgClassName
{
background-color: #C96D3D;
}
</style>
border-color css
<style>
span { border-color: #C96D3D; }
span { border-color: rgb(201,109,61); }
td.TdClassName
{
border-color: #C96D3D;
}
.TagClassName
{
border-color: #C96D3D;
}
</style>