Shades of Chocolate #C96120
Tints of Chocolate #C96120
RGB
CMYK
RGB Variations
Color information
#C96120 (or 0xC96120) is known color: Chocolate. HEX triplet: C9, 61 and 20. RGB value is (201,97,32). Sum of RGB (Red+Green+Blue) = 201+97+32=330 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.91% from 330); Green value is 97 (38.28% from 255 or 29.39% from 330); Blue value is 32 (12.89% from 255 or 9.70% from 330); Max value from RGB is 201 - color contains mainly: red. Hex color #C96120 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96120 is #369EDF. Grayscale: #797979. Windows color (decimal): -3579616 or 2122185. OLE color: 2122185.
HSL color Cylindrical-coordinate representation of color #C96120: hue angle of 23.08º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C96120 is Cyan = 0, Magento = 0.52, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 97 | 32 | - |
| CMYK | 0 | 0.52 | 0.84 | 0.21 |
| HSL | 23.08º | 0.73% | 0.46% | - |
| HSV(B) | 23.08º | 0.84% | 0.79% | - |
| XYZ | 28.62 | 21.07 | 3.93 | - |
| YUV | 120.69 | 77.96 | 185.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 97 | 32 | 0 | 0.52 | 0.84 | 0.21 | 23.08 | 0.73 | 0.46 |
| Hex | C9 | 61 | 20 | 0 | 34 | 54 | 15 | 17 | 49 | 2E |
| Octal | 311 | 141 | 40 | 0 | 64 | 124 | 25 | 27 | 111 | 56 |
| Binary | 11001001 | 1100001 | 100000 | 0 | 110100 | 1010100 | 10101 | 10111 | 1001001 | 101110 |
Color Harmonies of #C96120
Complementary color
Monochromatic Colors of #C96120
Black with #C96120
Text Example
Text Example
White with #C96120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96120; }
p { color: rgb(201,97,32); }
H1.HeaderClassName
{
color: #C96120;
}
.AnyTagClassName
{
color: #C96120;
}
</style>
background-color css
<style>
a { background-color: #C96120; }
a { background-color: rgb(201,97,32); }
div.DivClassName
{
background-color: #C96120;
}
.BgClassName
{
background-color: #C96120;
}
</style>
border-color css
<style>
span { border-color: #C96120; }
span { border-color: rgb(201,97,32); }
td.TdClassName
{
border-color: #C96120;
}
.TagClassName
{
border-color: #C96120;
}
</style>