Shades of Chocolate #C56A1C
Tints of Chocolate #C56A1C
RGB
CMYK
RGB Variations
Color information
#C56A1C (or 0xC56A1C) is known color: Chocolate. HEX triplet: C5, 6A and 1C. RGB value is (197,106,28). Sum of RGB (Red+Green+Blue) = 197+106+28=331 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.52% from 331); Green value is 106 (41.80% from 255 or 32.02% from 331); Blue value is 28 (11.33% from 255 or 8.46% from 331); Max value from RGB is 197 - color contains mainly: red. Hex color #C56A1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56A1C is #3A95E3. Grayscale: #7C7C7C. Windows color (decimal): -3839460 or 1862341. OLE color: 1862341.
HSL color Cylindrical-coordinate representation of color #C56A1C: hue angle of 27.69º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C56A1C is Cyan = 0, Magento = 0.46, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 106 | 28 | - |
| CMYK | 0 | 0.46 | 0.86 | 0.23 |
| HSL | 27.69º | 0.75% | 0.44% | - |
| HSV(B) | 27.69º | 0.86% | 0.77% | - |
| XYZ | 28.39 | 22.26 | 3.9 | - |
| YUV | 124.32 | 73.65 | 179.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 106 | 28 | 0 | 0.46 | 0.86 | 0.23 | 27.69 | 0.75 | 0.44 |
| Hex | C5 | 6A | 1C | 0 | 2E | 56 | 17 | 1C | 4B | 2C |
| Octal | 305 | 152 | 34 | 0 | 56 | 126 | 27 | 34 | 113 | 54 |
| Binary | 11000101 | 1101010 | 11100 | 0 | 101110 | 1010110 | 10111 | 11100 | 1001011 | 101100 |
Color Harmonies of #C56A1C
Complementary color
Monochromatic Colors of #C56A1C
Black with #C56A1C
Text Example
Text Example
White with #C56A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56A1C; }
p { color: rgb(197,106,28); }
H1.HeaderClassName
{
color: #C56A1C;
}
.AnyTagClassName
{
color: #C56A1C;
}
</style>
background-color css
<style>
a { background-color: #C56A1C; }
a { background-color: rgb(197,106,28); }
div.DivClassName
{
background-color: #C56A1C;
}
.BgClassName
{
background-color: #C56A1C;
}
</style>
border-color css
<style>
span { border-color: #C56A1C; }
span { border-color: rgb(197,106,28); }
td.TdClassName
{
border-color: #C56A1C;
}
.TagClassName
{
border-color: #C56A1C;
}
</style>