Shades of Chocolate #C96521
Tints of Chocolate #C96521
RGB
CMYK
RGB Variations
Color information
#C96521 (or 0xC96521) is known color: Chocolate. HEX triplet: C9, 65 and 21. RGB value is (201,101,33). Sum of RGB (Red+Green+Blue) = 201+101+33=335 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60% from 335); Green value is 101 (39.84% from 255 or 30.15% from 335); Blue value is 33 (13.28% from 255 or 9.85% from 335); Max value from RGB is 201 - color contains mainly: red. Hex color #C96521 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96521 is #369ADE. Grayscale: #7B7B7B. Windows color (decimal): -3578591 or 2188745. OLE color: 2188745.
HSL color Cylindrical-coordinate representation of color #C96521: hue angle of 24.29º 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 #C96521 is Cyan = 0, Magento = 0.50, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 101 | 33 | - |
| CMYK | 0 | 0.50 | 0.84 | 0.21 |
| HSL | 24.29º | 0.72% | 0.46% | - |
| HSV(B) | 24.29º | 0.84% | 0.79% | - |
| XYZ | 29.02 | 21.83 | 4.12 | - |
| YUV | 123.15 | 77.13 | 183.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 101 | 33 | 0 | 0.50 | 0.84 | 0.21 | 24.29 | 0.72 | 0.46 |
| Hex | C9 | 65 | 21 | 0 | 32 | 54 | 15 | 18 | 48 | 2E |
| Octal | 311 | 145 | 41 | 0 | 62 | 124 | 25 | 30 | 110 | 56 |
| Binary | 11001001 | 1100101 | 100001 | 0 | 110010 | 1010100 | 10101 | 11000 | 1001000 | 101110 |
Color Harmonies of #C96521
Complementary color
Monochromatic Colors of #C96521
Black with #C96521
Text Example
Text Example
White with #C96521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96521; }
p { color: rgb(201,101,33); }
H1.HeaderClassName
{
color: #C96521;
}
.AnyTagClassName
{
color: #C96521;
}
</style>
background-color css
<style>
a { background-color: #C96521; }
a { background-color: rgb(201,101,33); }
div.DivClassName
{
background-color: #C96521;
}
.BgClassName
{
background-color: #C96521;
}
</style>
border-color css
<style>
span { border-color: #C96521; }
span { border-color: rgb(201,101,33); }
td.TdClassName
{
border-color: #C96521;
}
.TagClassName
{
border-color: #C96521;
}
</style>