Shades of Chocolate #C96216
Tints of Chocolate #C96216
RGB
CMYK
RGB Variations
Color information
#C96216 (or 0xC96216) is known color: Chocolate. HEX triplet: C9, 62 and 16. RGB value is (201,98,22). Sum of RGB (Red+Green+Blue) = 201+98+22=321 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.62% from 321); Green value is 98 (38.67% from 255 or 30.53% from 321); Blue value is 22 (8.98% from 255 or 6.85% from 321); Max value from RGB is 201 - color contains mainly: red. Hex color #C96216 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96216 is #369DE9. Grayscale: #787878. Windows color (decimal): -3579370 or 1467081. OLE color: 1467081.
HSL color Cylindrical-coordinate representation of color #C96216: hue angle of 25.47º 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 #C96216 is Cyan = 0, Magento = 0.51, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 98 | 22 | - |
| CMYK | 0 | 0.51 | 0.89 | 0.21 |
| HSL | 25.47º | 0.8% | 0.44% | - |
| HSV(B) | 25.47º | 0.89% | 0.79% | - |
| XYZ | 28.6 | 21.21 | 3.35 | - |
| YUV | 120.13 | 72.62 | 185.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 98 | 22 | 0 | 0.51 | 0.89 | 0.21 | 25.47 | 0.8 | 0.44 |
| Hex | C9 | 62 | 16 | 0 | 33 | 59 | 15 | 19 | 50 | 2C |
| Octal | 311 | 142 | 26 | 0 | 63 | 131 | 25 | 31 | 120 | 54 |
| Binary | 11001001 | 1100010 | 10110 | 0 | 110011 | 1011001 | 10101 | 11001 | 1010000 | 101100 |
Color Harmonies of #C96216
Complementary color
Monochromatic Colors of #C96216
Black with #C96216
Text Example
Text Example
White with #C96216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96216; }
p { color: rgb(201,98,22); }
H1.HeaderClassName
{
color: #C96216;
}
.AnyTagClassName
{
color: #C96216;
}
</style>
background-color css
<style>
a { background-color: #C96216; }
a { background-color: rgb(201,98,22); }
div.DivClassName
{
background-color: #C96216;
}
.BgClassName
{
background-color: #C96216;
}
</style>
border-color css
<style>
span { border-color: #C96216; }
span { border-color: rgb(201,98,22); }
td.TdClassName
{
border-color: #C96216;
}
.TagClassName
{
border-color: #C96216;
}
</style>