Shades of Chocolate #C56C13
Tints of Chocolate #C56C13
RGB
CMYK
RGB Variations
Color information
#C56C13 (or 0xC56C13) is known color: Chocolate. HEX triplet: C5, 6C and 13. RGB value is (197,108,19). Sum of RGB (Red+Green+Blue) = 197+108+19=324 (42% of max value = 765). Red value is 197 (77.34% from 255 or 60.80% from 324); Green value is 108 (42.58% from 255 or 33.33% from 324); Blue value is 19 (7.81% from 255 or 5.86% from 324); Max value from RGB is 197 - color contains mainly: red. Hex color #C56C13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C56C13 is #3A93EC. Grayscale: #7C7C7C. Windows color (decimal): -3838957 or 1273029. OLE color: 1273029.
HSL color Cylindrical-coordinate representation of color #C56C13: hue angle of 30º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C56C13 is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 108 | 19 | - |
| CMYK | 0 | 0.45 | 0.90 | 0.23 |
| HSL | 30º | 0.82% | 0.42% | - |
| HSV(B) | 30º | 0.9% | 0.77% | - |
| XYZ | 28.51 | 22.64 | 3.48 | - |
| YUV | 124.47 | 68.49 | 179.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 108 | 19 | 0 | 0.45 | 0.90 | 0.23 | 30 | 0.82 | 0.42 |
| Hex | C5 | 6C | 13 | 0 | 2D | 5A | 17 | 1E | 52 | 2A |
| Octal | 305 | 154 | 23 | 0 | 55 | 132 | 27 | 36 | 122 | 52 |
| Binary | 11000101 | 1101100 | 10011 | 0 | 101101 | 1011010 | 10111 | 11110 | 1010010 | 101010 |
Color Harmonies of #C56C13
Complementary color
Monochromatic Colors of #C56C13
Black with #C56C13
Text Example
Text Example
White with #C56C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56C13; }
p { color: rgb(197,108,19); }
H1.HeaderClassName
{
color: #C56C13;
}
.AnyTagClassName
{
color: #C56C13;
}
</style>
background-color css
<style>
a { background-color: #C56C13; }
a { background-color: rgb(197,108,19); }
div.DivClassName
{
background-color: #C56C13;
}
.BgClassName
{
background-color: #C56C13;
}
</style>
border-color css
<style>
span { border-color: #C56C13; }
span { border-color: rgb(197,108,19); }
td.TdClassName
{
border-color: #C56C13;
}
.TagClassName
{
border-color: #C56C13;
}
</style>