Shades of Chocolate #C96021
Tints of Chocolate #C96021
RGB
CMYK
RGB Variations
Color information
#C96021 (or 0xC96021) is known color: Chocolate. HEX triplet: C9, 60 and 21. RGB value is (201,96,33). Sum of RGB (Red+Green+Blue) = 201+96+33=330 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.91% from 330); Green value is 96 (37.89% from 255 or 29.09% from 330); Blue value is 33 (13.28% from 255 or 10% from 330); Max value from RGB is 201 - color contains mainly: red. Hex color #C96021 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96021 is #369FDE. Grayscale: #787878. Windows color (decimal): -3579871 or 2187465. OLE color: 2187465.
HSL color Cylindrical-coordinate representation of color #C96021: hue angle of 22.5º degrees, saturation: 0.72, 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 #C96021 is Cyan = 0, Magento = 0.52, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 96 | 33 | - |
| CMYK | 0 | 0.52 | 0.84 | 0.21 |
| HSL | 22.5º | 0.72% | 0.46% | - |
| HSV(B) | 22.5º | 0.84% | 0.79% | - |
| XYZ | 28.54 | 20.89 | 3.97 | - |
| YUV | 120.21 | 78.79 | 185.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 96 | 33 | 0 | 0.52 | 0.84 | 0.21 | 22.5 | 0.72 | 0.46 |
| Hex | C9 | 60 | 21 | 0 | 34 | 54 | 15 | 16 | 48 | 2E |
| Octal | 311 | 140 | 41 | 0 | 64 | 124 | 25 | 26 | 110 | 56 |
| Binary | 11001001 | 1100000 | 100001 | 0 | 110100 | 1010100 | 10101 | 10110 | 1001000 | 101110 |
Color Harmonies of #C96021
Complementary color
Monochromatic Colors of #C96021
Black with #C96021
Text Example
Text Example
White with #C96021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96021; }
p { color: rgb(201,96,33); }
H1.HeaderClassName
{
color: #C96021;
}
.AnyTagClassName
{
color: #C96021;
}
</style>
background-color css
<style>
a { background-color: #C96021; }
a { background-color: rgb(201,96,33); }
div.DivClassName
{
background-color: #C96021;
}
.BgClassName
{
background-color: #C96021;
}
</style>
border-color css
<style>
span { border-color: #C96021; }
span { border-color: rgb(201,96,33); }
td.TdClassName
{
border-color: #C96021;
}
.TagClassName
{
border-color: #C96021;
}
</style>