Shades of Red Damask #C56944
Tints of Red Damask #C56944
RGB
CMYK
RGB Variations
Color information
#C56944 (or 0xC56944) is known color: Red Damask. HEX triplet: C5, 69 and 44. RGB value is (197,105,68). Sum of RGB (Red+Green+Blue) = 197+105+68=370 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.24% from 370); Green value is 105 (41.41% from 255 or 28.38% from 370); Blue value is 68 (26.95% from 255 or 18.38% from 370); Max value from RGB is 197 - color contains mainly: red. Hex color #C56944 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56944 is #3A96BB. Grayscale: #808080. Windows color (decimal): -3839676 or 4483525. OLE color: 4483525.
HSL color Cylindrical-coordinate representation of color #C56944: hue angle of 17.21º 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 #C56944 is Cyan = 0, Magento = 0.47, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 105 | 68 | - |
| CMYK | 0 | 0.47 | 0.65 | 0.23 |
| HSL | 17.21º | 0.53% | 0.52% | - |
| HSV(B) | 17.21º | 0.65% | 0.77% | - |
| XYZ | 29.12 | 22.39 | 8.26 | - |
| YUV | 128.29 | 93.98 | 177.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 105 | 68 | 0 | 0.47 | 0.65 | 0.23 | 17.21 | 0.53 | 0.52 |
| Hex | C5 | 69 | 44 | 0 | 2F | 41 | 17 | 11 | 35 | 34 |
| Octal | 305 | 151 | 104 | 0 | 57 | 101 | 27 | 21 | 65 | 64 |
| Binary | 11000101 | 1101001 | 1000100 | 0 | 101111 | 1000001 | 10111 | 10001 | 110101 | 110100 |
Color Harmonies of #C56944
Complementary color
Monochromatic Colors of #C56944
Black with #C56944
Text Example
Text Example
White with #C56944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56944; }
p { color: rgb(197,105,68); }
H1.HeaderClassName
{
color: #C56944;
}
.AnyTagClassName
{
color: #C56944;
}
</style>
background-color css
<style>
a { background-color: #C56944; }
a { background-color: rgb(197,105,68); }
div.DivClassName
{
background-color: #C56944;
}
.BgClassName
{
background-color: #C56944;
}
</style>
border-color css
<style>
span { border-color: #C56944; }
span { border-color: rgb(197,105,68); }
td.TdClassName
{
border-color: #C56944;
}
.TagClassName
{
border-color: #C56944;
}
</style>