Shades of Chocolate #C56615
Tints of Chocolate #C56615
RGB
CMYK
RGB Variations
Color information
#C56615 (or 0xC56615) is known color: Chocolate. HEX triplet: C5, 66 and 15. RGB value is (197,102,21). Sum of RGB (Red+Green+Blue) = 197+102+21=320 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.56% from 320); Green value is 102 (40.23% from 255 or 31.88% from 320); Blue value is 21 (8.59% from 255 or 6.56% from 320); Max value from RGB is 197 - color contains mainly: red. Hex color #C56615 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C56615 is #3A99EA. Grayscale: #797979. Windows color (decimal): -3840491 or 1402565. OLE color: 1402565.
HSL color Cylindrical-coordinate representation of color #C56615: hue angle of 27.61º degrees, saturation: 0.81, 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 #C56615 is Cyan = 0, Magento = 0.48, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 102 | 21 | - |
| CMYK | 0 | 0.48 | 0.89 | 0.23 |
| HSL | 27.61º | 0.81% | 0.43% | - |
| HSV(B) | 27.61º | 0.89% | 0.77% | - |
| XYZ | 27.91 | 21.43 | 3.37 | - |
| YUV | 121.17 | 71.47 | 182.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 102 | 21 | 0 | 0.48 | 0.89 | 0.23 | 27.61 | 0.81 | 0.43 |
| Hex | C5 | 66 | 15 | 0 | 30 | 59 | 17 | 1C | 51 | 2B |
| Octal | 305 | 146 | 25 | 0 | 60 | 131 | 27 | 34 | 121 | 53 |
| Binary | 11000101 | 1100110 | 10101 | 0 | 110000 | 1011001 | 10111 | 11100 | 1010001 | 101011 |
Color Harmonies of #C56615
Complementary color
Monochromatic Colors of #C56615
Black with #C56615
Text Example
Text Example
White with #C56615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56615; }
p { color: rgb(197,102,21); }
H1.HeaderClassName
{
color: #C56615;
}
.AnyTagClassName
{
color: #C56615;
}
</style>
background-color css
<style>
a { background-color: #C56615; }
a { background-color: rgb(197,102,21); }
div.DivClassName
{
background-color: #C56615;
}
.BgClassName
{
background-color: #C56615;
}
</style>
border-color css
<style>
span { border-color: #C56615; }
span { border-color: rgb(197,102,21); }
td.TdClassName
{
border-color: #C56615;
}
.TagClassName
{
border-color: #C56615;
}
</style>