Shades of Red Damask #C56848
Tints of Red Damask #C56848
RGB
CMYK
RGB Variations
Color information
#C56848 (or 0xC56848) is known color: Red Damask. HEX triplet: C5, 68 and 48. RGB value is (197,104,72). Sum of RGB (Red+Green+Blue) = 197+104+72=373 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.82% from 373); Green value is 104 (41.02% from 255 or 27.88% from 373); Blue value is 72 (28.52% from 255 or 19.30% from 373); Max value from RGB is 197 - color contains mainly: red. Hex color #C56848 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56848 is #3A97B7. Grayscale: #808080. Windows color (decimal): -3839928 or 4745413. OLE color: 4745413.
HSL color Cylindrical-coordinate representation of color #C56848: hue angle of 15.36º 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 #C56848 is Cyan = 0, Magento = 0.47, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 104 | 72 | - |
| CMYK | 0 | 0.47 | 0.63 | 0.23 |
| HSL | 15.36º | 0.52% | 0.53% | - |
| HSV(B) | 15.36º | 0.63% | 0.77% | - |
| XYZ | 29.15 | 22.24 | 8.89 | - |
| YUV | 128.16 | 96.31 | 177.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 104 | 72 | 0 | 0.47 | 0.63 | 0.23 | 15.36 | 0.52 | 0.53 |
| Hex | C5 | 68 | 48 | 0 | 2F | 3F | 17 | F | 34 | 35 |
| Octal | 305 | 150 | 110 | 0 | 57 | 77 | 27 | 17 | 64 | 65 |
| Binary | 11000101 | 1101000 | 1001000 | 0 | 101111 | 111111 | 10111 | 1111 | 110100 | 110101 |
Color Harmonies of #C56848
Complementary color
Monochromatic Colors of #C56848
Black with #C56848
Text Example
Text Example
White with #C56848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56848; }
p { color: rgb(197,104,72); }
H1.HeaderClassName
{
color: #C56848;
}
.AnyTagClassName
{
color: #C56848;
}
</style>
background-color css
<style>
a { background-color: #C56848; }
a { background-color: rgb(197,104,72); }
div.DivClassName
{
background-color: #C56848;
}
.BgClassName
{
background-color: #C56848;
}
</style>
border-color css
<style>
span { border-color: #C56848; }
span { border-color: rgb(197,104,72); }
td.TdClassName
{
border-color: #C56848;
}
.TagClassName
{
border-color: #C56848;
}
</style>