Shades of Chocolate #C96C0C
Tints of Chocolate #C96C0C
RGB
CMYK
RGB Variations
Color information
#C96C0C (or 0xC96C0C) is known color: Chocolate. HEX triplet: C9, 6C and 0C. RGB value is (201,108,12). Sum of RGB (Red+Green+Blue) = 201+108+12=321 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.62% from 321); Green value is 108 (42.58% from 255 or 33.64% from 321); Blue value is 12 (5.08% from 255 or 3.74% from 321); Max value from RGB is 201 - color contains mainly: red. Hex color #C96C0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96C0C is #3693F3. Grayscale: #7D7D7D. Windows color (decimal): -3576820 or 814281. OLE color: 814281.
HSL color Cylindrical-coordinate representation of color #C96C0C: hue angle of 30.48º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C96C0C is Cyan = 0, Magento = 0.46, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 108 | 12 | - |
| CMYK | 0 | 0.46 | 0.94 | 0.21 |
| HSL | 30.48º | 0.89% | 0.42% | - |
| HSV(B) | 30.48º | 0.94% | 0.79% | - |
| XYZ | 29.52 | 23.17 | 3.26 | - |
| YUV | 124.86 | 64.31 | 182.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 108 | 12 | 0 | 0.46 | 0.94 | 0.21 | 30.48 | 0.89 | 0.42 |
| Hex | C9 | 6C | C | 0 | 2E | 5E | 15 | 1E | 59 | 2A |
| Octal | 311 | 154 | 14 | 0 | 56 | 136 | 25 | 36 | 131 | 52 |
| Binary | 11001001 | 1101100 | 1100 | 0 | 101110 | 1011110 | 10101 | 11110 | 1011001 | 101010 |
Color Harmonies of #C96C0C
Complementary color
Monochromatic Colors of #C96C0C
Black with #C96C0C
Text Example
Text Example
White with #C96C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96C0C; }
p { color: rgb(201,108,12); }
H1.HeaderClassName
{
color: #C96C0C;
}
.AnyTagClassName
{
color: #C96C0C;
}
</style>
background-color css
<style>
a { background-color: #C96C0C; }
a { background-color: rgb(201,108,12); }
div.DivClassName
{
background-color: #C96C0C;
}
.BgClassName
{
background-color: #C96C0C;
}
</style>
border-color css
<style>
span { border-color: #C96C0C; }
span { border-color: rgb(201,108,12); }
td.TdClassName
{
border-color: #C96C0C;
}
.TagClassName
{
border-color: #C96C0C;
}
</style>