Shades of Red Damask #C56844
Tints of Red Damask #C56844
RGB
CMYK
RGB Variations
Color information
#C56844 (or 0xC56844) is known color: Red Damask. HEX triplet: C5, 68 and 44. RGB value is (197,104,68). Sum of RGB (Red+Green+Blue) = 197+104+68=369 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.39% from 369); Green value is 104 (41.02% from 255 or 28.18% from 369); Blue value is 68 (26.95% from 255 or 18.43% from 369); Max value from RGB is 197 - color contains mainly: red. Hex color #C56844 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56844 is #3A97BB. Grayscale: #7F7F7F. Windows color (decimal): -3839932 or 4483269. OLE color: 4483269.
HSL color Cylindrical-coordinate representation of color #C56844: hue angle of 16.74º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C56844 is Cyan = 0, Magento = 0.47, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 104 | 68 | - |
| CMYK | 0 | 0.47 | 0.65 | 0.23 |
| HSL | 16.74º | 0.53% | 0.52% | - |
| HSV(B) | 16.74º | 0.65% | 0.77% | - |
| XYZ | 29.02 | 22.19 | 8.22 | - |
| YUV | 127.7 | 94.31 | 177.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 104 | 68 | 0 | 0.47 | 0.65 | 0.23 | 16.74 | 0.53 | 0.52 |
| Hex | C5 | 68 | 44 | 0 | 2F | 41 | 17 | 11 | 35 | 34 |
| Octal | 305 | 150 | 104 | 0 | 57 | 101 | 27 | 21 | 65 | 64 |
| Binary | 11000101 | 1101000 | 1000100 | 0 | 101111 | 1000001 | 10111 | 10001 | 110101 | 110100 |
Color Harmonies of #C56844
Complementary color
Monochromatic Colors of #C56844
Black with #C56844
Text Example
Text Example
White with #C56844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56844; }
p { color: rgb(197,104,68); }
H1.HeaderClassName
{
color: #C56844;
}
.AnyTagClassName
{
color: #C56844;
}
</style>
background-color css
<style>
a { background-color: #C56844; }
a { background-color: rgb(197,104,68); }
div.DivClassName
{
background-color: #C56844;
}
.BgClassName
{
background-color: #C56844;
}
</style>
border-color css
<style>
span { border-color: #C56844; }
span { border-color: rgb(197,104,68); }
td.TdClassName
{
border-color: #C56844;
}
.TagClassName
{
border-color: #C56844;
}
</style>