Shades of Chocolate #C96C1E
Tints of Chocolate #C96C1E
RGB
CMYK
RGB Variations
Color information
#C96C1E (or 0xC96C1E) is known color: Chocolate. HEX triplet: C9, 6C and 1E. RGB value is (201,108,30). Sum of RGB (Red+Green+Blue) = 201+108+30=339 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.29% from 339); Green value is 108 (42.58% from 255 or 31.86% from 339); Blue value is 30 (12.11% from 255 or 8.85% from 339); Max value from RGB is 201 - color contains mainly: red. Hex color #C96C1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96C1E is #3693E1. Grayscale: #7F7F7F. Windows color (decimal): -3576802 or 1993929. OLE color: 1993929.
HSL color Cylindrical-coordinate representation of color #C96C1E: hue angle of 27.37º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C96C1E is Cyan = 0, Magento = 0.46, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 108 | 30 | - |
| CMYK | 0 | 0.46 | 0.85 | 0.21 |
| HSL | 27.37º | 0.74% | 0.45% | - |
| HSV(B) | 27.37º | 0.85% | 0.79% | - |
| XYZ | 29.68 | 23.24 | 4.15 | - |
| YUV | 126.92 | 73.31 | 180.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 108 | 30 | 0 | 0.46 | 0.85 | 0.21 | 27.37 | 0.74 | 0.45 |
| Hex | C9 | 6C | 1E | 0 | 2E | 55 | 15 | 1B | 4A | 2D |
| Octal | 311 | 154 | 36 | 0 | 56 | 125 | 25 | 33 | 112 | 55 |
| Binary | 11001001 | 1101100 | 11110 | 0 | 101110 | 1010101 | 10101 | 11011 | 1001010 | 101101 |
Color Harmonies of #C96C1E
Complementary color
Monochromatic Colors of #C96C1E
Black with #C96C1E
Text Example
Text Example
White with #C96C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96C1E; }
p { color: rgb(201,108,30); }
H1.HeaderClassName
{
color: #C96C1E;
}
.AnyTagClassName
{
color: #C96C1E;
}
</style>
background-color css
<style>
a { background-color: #C96C1E; }
a { background-color: rgb(201,108,30); }
div.DivClassName
{
background-color: #C96C1E;
}
.BgClassName
{
background-color: #C96C1E;
}
</style>
border-color css
<style>
span { border-color: #C96C1E; }
span { border-color: rgb(201,108,30); }
td.TdClassName
{
border-color: #C96C1E;
}
.TagClassName
{
border-color: #C96C1E;
}
</style>