Shades of Chocolate #C96416
Tints of Chocolate #C96416
RGB
CMYK
RGB Variations
Color information
#C96416 (or 0xC96416) is known color: Chocolate. HEX triplet: C9, 64 and 16. RGB value is (201,100,22). Sum of RGB (Red+Green+Blue) = 201+100+22=323 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.23% from 323); Green value is 100 (39.45% from 255 or 30.96% from 323); Blue value is 22 (8.98% from 255 or 6.81% from 323); Max value from RGB is 201 - color contains mainly: red. Hex color #C96416 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96416 is #369BE9. Grayscale: #797979. Windows color (decimal): -3578858 or 1467593. OLE color: 1467593.
HSL color Cylindrical-coordinate representation of color #C96416: hue angle of 26.15º 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 #C96416 is Cyan = 0, Magento = 0.50, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 100 | 22 | - |
| CMYK | 0 | 0.50 | 0.89 | 0.21 |
| HSL | 26.15º | 0.8% | 0.44% | - |
| HSV(B) | 26.15º | 0.89% | 0.79% | - |
| XYZ | 28.79 | 21.59 | 3.41 | - |
| YUV | 121.31 | 71.96 | 184.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 100 | 22 | 0 | 0.50 | 0.89 | 0.21 | 26.15 | 0.8 | 0.44 |
| Hex | C9 | 64 | 16 | 0 | 32 | 59 | 15 | 1A | 50 | 2C |
| Octal | 311 | 144 | 26 | 0 | 62 | 131 | 25 | 32 | 120 | 54 |
| Binary | 11001001 | 1100100 | 10110 | 0 | 110010 | 1011001 | 10101 | 11010 | 1010000 | 101100 |
Color Harmonies of #C96416
Complementary color
Monochromatic Colors of #C96416
Black with #C96416
Text Example
Text Example
White with #C96416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96416; }
p { color: rgb(201,100,22); }
H1.HeaderClassName
{
color: #C96416;
}
.AnyTagClassName
{
color: #C96416;
}
</style>
background-color css
<style>
a { background-color: #C96416; }
a { background-color: rgb(201,100,22); }
div.DivClassName
{
background-color: #C96416;
}
.BgClassName
{
background-color: #C96416;
}
</style>
border-color css
<style>
span { border-color: #C96416; }
span { border-color: rgb(201,100,22); }
td.TdClassName
{
border-color: #C96416;
}
.TagClassName
{
border-color: #C96416;
}
</style>