Shades of Red Damask #C56A48
Tints of Red Damask #C56A48
RGB
CMYK
RGB Variations
Color information
#C56A48 (or 0xC56A48) is known color: Red Damask. HEX triplet: C5, 6A and 48. RGB value is (197,106,72). Sum of RGB (Red+Green+Blue) = 197+106+72=375 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.53% from 375); Green value is 106 (41.80% from 255 or 28.27% from 375); Blue value is 72 (28.52% from 255 or 19.2% from 375); Max value from RGB is 197 - color contains mainly: red. Hex color #C56A48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56A48 is #3A95B7. Grayscale: #818181. Windows color (decimal): -3839416 or 4745925. OLE color: 4745925.
HSL color Cylindrical-coordinate representation of color #C56A48: hue angle of 16.32º 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 #C56A48 is Cyan = 0, Magento = 0.46, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 106 | 72 | - |
| CMYK | 0 | 0.46 | 0.63 | 0.23 |
| HSL | 16.32º | 0.52% | 0.53% | - |
| HSV(B) | 16.32º | 0.63% | 0.77% | - |
| XYZ | 29.35 | 22.65 | 8.96 | - |
| YUV | 129.33 | 95.65 | 176.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 106 | 72 | 0 | 0.46 | 0.63 | 0.23 | 16.32 | 0.52 | 0.53 |
| Hex | C5 | 6A | 48 | 0 | 2E | 3F | 17 | 10 | 34 | 35 |
| Octal | 305 | 152 | 110 | 0 | 56 | 77 | 27 | 20 | 64 | 65 |
| Binary | 11000101 | 1101010 | 1001000 | 0 | 101110 | 111111 | 10111 | 10000 | 110100 | 110101 |
Color Harmonies of #C56A48
Complementary color
Monochromatic Colors of #C56A48
Black with #C56A48
Text Example
Text Example
White with #C56A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56A48; }
p { color: rgb(197,106,72); }
H1.HeaderClassName
{
color: #C56A48;
}
.AnyTagClassName
{
color: #C56A48;
}
</style>
background-color css
<style>
a { background-color: #C56A48; }
a { background-color: rgb(197,106,72); }
div.DivClassName
{
background-color: #C56A48;
}
.BgClassName
{
background-color: #C56A48;
}
</style>
border-color css
<style>
span { border-color: #C56A48; }
span { border-color: rgb(197,106,72); }
td.TdClassName
{
border-color: #C56A48;
}
.TagClassName
{
border-color: #C56A48;
}
</style>