Shades of Chocolate #C56E0A
Tints of Chocolate #C56E0A
RGB
CMYK
RGB Variations
Color information
#C56E0A (or 0xC56E0A) is known color: Chocolate. HEX triplet: C5, 6E and 0A. RGB value is (197,110,10). Sum of RGB (Red+Green+Blue) = 197+110+10=317 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.15% from 317); Green value is 110 (43.36% from 255 or 34.70% from 317); Blue value is 10 (4.30% from 255 or 3.15% from 317); Max value from RGB is 197 - color contains mainly: red. Hex color #C56E0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C56E0A is #3A91F5. Grayscale: #7D7D7D. Windows color (decimal): -3838454 or 683717. OLE color: 683717.
HSL color Cylindrical-coordinate representation of color #C56E0A: hue angle of 32.09º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C56E0A is Cyan = 0, Magento = 0.44, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 110 | 10 | - |
| CMYK | 0 | 0.44 | 0.95 | 0.23 |
| HSL | 32.09º | 0.9% | 0.41% | - |
| HSV(B) | 32.09º | 0.95% | 0.77% | - |
| XYZ | 28.66 | 23.04 | 3.22 | - |
| YUV | 124.61 | 63.32 | 179.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 110 | 10 | 0 | 0.44 | 0.95 | 0.23 | 32.09 | 0.9 | 0.41 |
| Hex | C5 | 6E | A | 0 | 2C | 5F | 17 | 20 | 5A | 29 |
| Octal | 305 | 156 | 12 | 0 | 54 | 137 | 27 | 40 | 132 | 51 |
| Binary | 11000101 | 1101110 | 1010 | 0 | 101100 | 1011111 | 10111 | 100000 | 1011010 | 101001 |
Color Harmonies of #C56E0A
Complementary color
Monochromatic Colors of #C56E0A
Black with #C56E0A
Text Example
Text Example
White with #C56E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56E0A; }
p { color: rgb(197,110,10); }
H1.HeaderClassName
{
color: #C56E0A;
}
.AnyTagClassName
{
color: #C56E0A;
}
</style>
background-color css
<style>
a { background-color: #C56E0A; }
a { background-color: rgb(197,110,10); }
div.DivClassName
{
background-color: #C56E0A;
}
.BgClassName
{
background-color: #C56E0A;
}
</style>
border-color css
<style>
span { border-color: #C56E0A; }
span { border-color: rgb(197,110,10); }
td.TdClassName
{
border-color: #C56E0A;
}
.TagClassName
{
border-color: #C56E0A;
}
</style>