Shades of Red Damask #C56941
Tints of Red Damask #C56941
RGB
CMYK
RGB Variations
Color information
#C56941 (or 0xC56941) is known color: Red Damask. HEX triplet: C5, 69 and 41. RGB value is (197,105,65). Sum of RGB (Red+Green+Blue) = 197+105+65=367 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.68% from 367); Green value is 105 (41.41% from 255 or 28.61% from 367); Blue value is 65 (25.78% from 255 or 17.71% from 367); Max value from RGB is 197 - color contains mainly: red. Hex color #C56941 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56941 is #3A96BE. Grayscale: #808080. Windows color (decimal): -3839679 or 4286917. OLE color: 4286917.
HSL color Cylindrical-coordinate representation of color #C56941: hue angle of 18.18º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C56941 is Cyan = 0, Magento = 0.47, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 105 | 65 | - |
| CMYK | 0 | 0.47 | 0.67 | 0.23 |
| HSL | 18.18º | 0.53% | 0.51% | - |
| HSV(B) | 18.18º | 0.67% | 0.77% | - |
| XYZ | 29.03 | 22.36 | 7.79 | - |
| YUV | 127.95 | 92.48 | 177.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 105 | 65 | 0 | 0.47 | 0.67 | 0.23 | 18.18 | 0.53 | 0.51 |
| Hex | C5 | 69 | 41 | 0 | 2F | 43 | 17 | 12 | 35 | 33 |
| Octal | 305 | 151 | 101 | 0 | 57 | 103 | 27 | 22 | 65 | 63 |
| Binary | 11000101 | 1101001 | 1000001 | 0 | 101111 | 1000011 | 10111 | 10010 | 110101 | 110011 |
Color Harmonies of #C56941
Complementary color
Monochromatic Colors of #C56941
Black with #C56941
Text Example
Text Example
White with #C56941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56941; }
p { color: rgb(197,105,65); }
H1.HeaderClassName
{
color: #C56941;
}
.AnyTagClassName
{
color: #C56941;
}
</style>
background-color css
<style>
a { background-color: #C56941; }
a { background-color: rgb(197,105,65); }
div.DivClassName
{
background-color: #C56941;
}
.BgClassName
{
background-color: #C56941;
}
</style>
border-color css
<style>
span { border-color: #C56941; }
span { border-color: rgb(197,105,65); }
td.TdClassName
{
border-color: #C56941;
}
.TagClassName
{
border-color: #C56941;
}
</style>