Shades of Chocolate #C56C0F
Tints of Chocolate #C56C0F
RGB
CMYK
RGB Variations
Color information
#C56C0F (or 0xC56C0F) is known color: Chocolate. HEX triplet: C5, 6C and 0F. RGB value is (197,108,15). Sum of RGB (Red+Green+Blue) = 197+108+15=320 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.56% from 320); Green value is 108 (42.58% from 255 or 33.75% from 320); Blue value is 15 (6.25% from 255 or 4.69% from 320); Max value from RGB is 197 - color contains mainly: red. Hex color #C56C0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C56C0F is #3A93F0. Grayscale: #7C7C7C. Windows color (decimal): -3838961 or 1010885. OLE color: 1010885.
HSL color Cylindrical-coordinate representation of color #C56C0F: hue angle of 30.66º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C56C0F is Cyan = 0, Magento = 0.45, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 108 | 15 | - |
| CMYK | 0 | 0.45 | 0.92 | 0.23 |
| HSL | 30.66º | 0.86% | 0.42% | - |
| HSV(B) | 30.66º | 0.92% | 0.77% | - |
| XYZ | 28.47 | 22.63 | 3.32 | - |
| YUV | 124.01 | 66.49 | 180.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 108 | 15 | 0 | 0.45 | 0.92 | 0.23 | 30.66 | 0.86 | 0.42 |
| Hex | C5 | 6C | F | 0 | 2D | 5C | 17 | 1F | 56 | 2A |
| Octal | 305 | 154 | 17 | 0 | 55 | 134 | 27 | 37 | 126 | 52 |
| Binary | 11000101 | 1101100 | 1111 | 0 | 101101 | 1011100 | 10111 | 11111 | 1010110 | 101010 |
Color Harmonies of #C56C0F
Complementary color
Monochromatic Colors of #C56C0F
Black with #C56C0F
Text Example
Text Example
White with #C56C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56C0F; }
p { color: rgb(197,108,15); }
H1.HeaderClassName
{
color: #C56C0F;
}
.AnyTagClassName
{
color: #C56C0F;
}
</style>
background-color css
<style>
a { background-color: #C56C0F; }
a { background-color: rgb(197,108,15); }
div.DivClassName
{
background-color: #C56C0F;
}
.BgClassName
{
background-color: #C56C0F;
}
</style>
border-color css
<style>
span { border-color: #C56C0F; }
span { border-color: rgb(197,108,15); }
td.TdClassName
{
border-color: #C56C0F;
}
.TagClassName
{
border-color: #C56C0F;
}
</style>