Shades of Chocolate #C56011
Tints of Chocolate #C56011
RGB
CMYK
RGB Variations
Color information
#C56011 (or 0xC56011) is known color: Chocolate. HEX triplet: C5, 60 and 11. RGB value is (197,96,17). Sum of RGB (Red+Green+Blue) = 197+96+17=310 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.55% from 310); Green value is 96 (37.89% from 255 or 30.97% from 310); Blue value is 17 (7.03% from 255 or 5.48% from 310); Max value from RGB is 197 - color contains mainly: red. Hex color #C56011 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C56011 is #3A9FEE. Grayscale: #757575. Windows color (decimal): -3842031 or 1138885. OLE color: 1138885.
HSL color Cylindrical-coordinate representation of color #C56011: hue angle of 26.33º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C56011 is Cyan = 0, Magento = 0.51, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 96 | 17 | - |
| CMYK | 0 | 0.51 | 0.91 | 0.23 |
| HSL | 26.33º | 0.84% | 0.42% | - |
| HSV(B) | 26.33º | 0.91% | 0.77% | - |
| XYZ | 27.31 | 20.28 | 3 | - |
| YUV | 117.19 | 71.46 | 184.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 96 | 17 | 0 | 0.51 | 0.91 | 0.23 | 26.33 | 0.84 | 0.42 |
| Hex | C5 | 60 | 11 | 0 | 33 | 5B | 17 | 1A | 54 | 2A |
| Octal | 305 | 140 | 21 | 0 | 63 | 133 | 27 | 32 | 124 | 52 |
| Binary | 11000101 | 1100000 | 10001 | 0 | 110011 | 1011011 | 10111 | 11010 | 1010100 | 101010 |
Color Harmonies of #C56011
Complementary color
Monochromatic Colors of #C56011
Black with #C56011
Text Example
Text Example
White with #C56011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56011; }
p { color: rgb(197,96,17); }
H1.HeaderClassName
{
color: #C56011;
}
.AnyTagClassName
{
color: #C56011;
}
</style>
background-color css
<style>
a { background-color: #C56011; }
a { background-color: rgb(197,96,17); }
div.DivClassName
{
background-color: #C56011;
}
.BgClassName
{
background-color: #C56011;
}
</style>
border-color css
<style>
span { border-color: #C56011; }
span { border-color: rgb(197,96,17); }
td.TdClassName
{
border-color: #C56011;
}
.TagClassName
{
border-color: #C56011;
}
</style>