Shades of Red Damask #C56C48
Tints of Red Damask #C56C48
RGB
CMYK
RGB Variations
Color information
#C56C48 (or 0xC56C48) is known color: Red Damask. HEX triplet: C5, 6C and 48. RGB value is (197,108,72). Sum of RGB (Red+Green+Blue) = 197+108+72=377 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.25% from 377); Green value is 108 (42.58% from 255 or 28.65% from 377); Blue value is 72 (28.52% from 255 or 19.10% from 377); Max value from RGB is 197 - color contains mainly: red. Hex color #C56C48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56C48 is #3A93B7. Grayscale: #828282. Windows color (decimal): -3838904 or 4746437. OLE color: 4746437.
HSL color Cylindrical-coordinate representation of color #C56C48: hue angle of 17.28º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C56C48 is Cyan = 0, Magento = 0.45, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 108 | 72 | - |
| CMYK | 0 | 0.45 | 0.63 | 0.23 |
| HSL | 17.28º | 0.52% | 0.53% | - |
| HSV(B) | 17.28º | 0.63% | 0.77% | - |
| XYZ | 29.56 | 23.06 | 9.02 | - |
| YUV | 130.51 | 94.99 | 175.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 108 | 72 | 0 | 0.45 | 0.63 | 0.23 | 17.28 | 0.52 | 0.53 |
| Hex | C5 | 6C | 48 | 0 | 2D | 3F | 17 | 11 | 34 | 35 |
| Octal | 305 | 154 | 110 | 0 | 55 | 77 | 27 | 21 | 64 | 65 |
| Binary | 11000101 | 1101100 | 1001000 | 0 | 101101 | 111111 | 10111 | 10001 | 110100 | 110101 |
Color Harmonies of #C56C48
Complementary color
Monochromatic Colors of #C56C48
Black with #C56C48
Text Example
Text Example
White with #C56C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56C48; }
p { color: rgb(197,108,72); }
H1.HeaderClassName
{
color: #C56C48;
}
.AnyTagClassName
{
color: #C56C48;
}
</style>
background-color css
<style>
a { background-color: #C56C48; }
a { background-color: rgb(197,108,72); }
div.DivClassName
{
background-color: #C56C48;
}
.BgClassName
{
background-color: #C56C48;
}
</style>
border-color css
<style>
span { border-color: #C56C48; }
span { border-color: rgb(197,108,72); }
td.TdClassName
{
border-color: #C56C48;
}
.TagClassName
{
border-color: #C56C48;
}
</style>