Shades of Chocolate #C96420
Tints of Chocolate #C96420
RGB
CMYK
RGB Variations
Color information
#C96420 (or 0xC96420) is known color: Chocolate. HEX triplet: C9, 64 and 20. RGB value is (201,100,32). Sum of RGB (Red+Green+Blue) = 201+100+32=333 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60.36% from 333); Green value is 100 (39.45% from 255 or 30.03% from 333); Blue value is 32 (12.89% from 255 or 9.61% from 333); Max value from RGB is 201 - color contains mainly: red. Hex color #C96420 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96420 is #369BDF. Grayscale: #7A7A7A. Windows color (decimal): -3578848 or 2122953. OLE color: 2122953.
HSL color Cylindrical-coordinate representation of color #C96420: hue angle of 24.14º 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 #C96420 is Cyan = 0, Magento = 0.50, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 100 | 32 | - |
| CMYK | 0 | 0.50 | 0.84 | 0.21 |
| HSL | 24.14º | 0.73% | 0.46% | - |
| HSV(B) | 24.14º | 0.84% | 0.79% | - |
| XYZ | 28.91 | 21.64 | 4.02 | - |
| YUV | 122.45 | 76.96 | 184.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 100 | 32 | 0 | 0.50 | 0.84 | 0.21 | 24.14 | 0.73 | 0.46 |
| Hex | C9 | 64 | 20 | 0 | 32 | 54 | 15 | 18 | 49 | 2E |
| Octal | 311 | 144 | 40 | 0 | 62 | 124 | 25 | 30 | 111 | 56 |
| Binary | 11001001 | 1100100 | 100000 | 0 | 110010 | 1010100 | 10101 | 11000 | 1001001 | 101110 |
Color Harmonies of #C96420
Complementary color
Monochromatic Colors of #C96420
Black with #C96420
Text Example
Text Example
White with #C96420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96420; }
p { color: rgb(201,100,32); }
H1.HeaderClassName
{
color: #C96420;
}
.AnyTagClassName
{
color: #C96420;
}
</style>
background-color css
<style>
a { background-color: #C96420; }
a { background-color: rgb(201,100,32); }
div.DivClassName
{
background-color: #C96420;
}
.BgClassName
{
background-color: #C96420;
}
</style>
border-color css
<style>
span { border-color: #C96420; }
span { border-color: rgb(201,100,32); }
td.TdClassName
{
border-color: #C96420;
}
.TagClassName
{
border-color: #C96420;
}
</style>