Shades of Chocolate #C96E16
Tints of Chocolate #C96E16
RGB
CMYK
RGB Variations
Color information
#C96E16 (or 0xC96E16) is known color: Chocolate. HEX triplet: C9, 6E and 16. RGB value is (201,110,22). Sum of RGB (Red+Green+Blue) = 201+110+22=333 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60.36% from 333); Green value is 110 (43.36% from 255 or 33.03% from 333); Blue value is 22 (8.98% from 255 or 6.61% from 333); Max value from RGB is 201 - color contains mainly: red. Hex color #C96E16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96E16 is #3691E9. Grayscale: #7F7F7F. Windows color (decimal): -3576298 or 1470153. OLE color: 1470153.
HSL color Cylindrical-coordinate representation of color #C96E16: hue angle of 29.5º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C96E16 is Cyan = 0, Magento = 0.45, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 110 | 22 | - |
| CMYK | 0 | 0.45 | 0.89 | 0.21 |
| HSL | 29.5º | 0.8% | 0.44% | - |
| HSV(B) | 29.5º | 0.89% | 0.79% | - |
| XYZ | 29.81 | 23.63 | 3.75 | - |
| YUV | 127.18 | 68.65 | 180.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 110 | 22 | 0 | 0.45 | 0.89 | 0.21 | 29.5 | 0.8 | 0.44 |
| Hex | C9 | 6E | 16 | 0 | 2D | 59 | 15 | 1D | 50 | 2C |
| Octal | 311 | 156 | 26 | 0 | 55 | 131 | 25 | 35 | 120 | 54 |
| Binary | 11001001 | 1101110 | 10110 | 0 | 101101 | 1011001 | 10101 | 11101 | 1010000 | 101100 |
Color Harmonies of #C96E16
Complementary color
Monochromatic Colors of #C96E16
Black with #C96E16
Text Example
Text Example
White with #C96E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96E16; }
p { color: rgb(201,110,22); }
H1.HeaderClassName
{
color: #C96E16;
}
.AnyTagClassName
{
color: #C96E16;
}
</style>
background-color css
<style>
a { background-color: #C96E16; }
a { background-color: rgb(201,110,22); }
div.DivClassName
{
background-color: #C96E16;
}
.BgClassName
{
background-color: #C96E16;
}
</style>
border-color css
<style>
span { border-color: #C96E16; }
span { border-color: rgb(201,110,22); }
td.TdClassName
{
border-color: #C96E16;
}
.TagClassName
{
border-color: #C96E16;
}
</style>