Shades of Chocolate #C56416
Tints of Chocolate #C56416
RGB
CMYK
RGB Variations
Color information
#C56416 (or 0xC56416) is known color: Chocolate. HEX triplet: C5, 64 and 16. RGB value is (197,100,22). Sum of RGB (Red+Green+Blue) = 197+100+22=319 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.76% from 319); Green value is 100 (39.45% from 255 or 31.35% from 319); Blue value is 22 (8.98% from 255 or 6.90% from 319); Max value from RGB is 197 - color contains mainly: red. Hex color #C56416 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C56416 is #3A9BE9. Grayscale: #787878. Windows color (decimal): -3841002 or 1467589. OLE color: 1467589.
HSL color Cylindrical-coordinate representation of color #C56416: hue angle of 26.74º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C56416 is Cyan = 0, Magento = 0.49, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 100 | 22 | - |
| CMYK | 0 | 0.49 | 0.89 | 0.23 |
| HSL | 26.74º | 0.8% | 0.43% | - |
| HSV(B) | 26.74º | 0.89% | 0.77% | - |
| XYZ | 27.73 | 21.04 | 3.36 | - |
| YUV | 120.11 | 72.64 | 182.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 100 | 22 | 0 | 0.49 | 0.89 | 0.23 | 26.74 | 0.8 | 0.43 |
| Hex | C5 | 64 | 16 | 0 | 31 | 59 | 17 | 1B | 50 | 2B |
| Octal | 305 | 144 | 26 | 0 | 61 | 131 | 27 | 33 | 120 | 53 |
| Binary | 11000101 | 1100100 | 10110 | 0 | 110001 | 1011001 | 10111 | 11011 | 1010000 | 101011 |
Color Harmonies of #C56416
Complementary color
Monochromatic Colors of #C56416
Black with #C56416
Text Example
Text Example
White with #C56416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56416; }
p { color: rgb(197,100,22); }
H1.HeaderClassName
{
color: #C56416;
}
.AnyTagClassName
{
color: #C56416;
}
</style>
background-color css
<style>
a { background-color: #C56416; }
a { background-color: rgb(197,100,22); }
div.DivClassName
{
background-color: #C56416;
}
.BgClassName
{
background-color: #C56416;
}
</style>
border-color css
<style>
span { border-color: #C56416; }
span { border-color: rgb(197,100,22); }
td.TdClassName
{
border-color: #C56416;
}
.TagClassName
{
border-color: #C56416;
}
</style>