Shades of Red Damask #C5704E
Tints of Red Damask #C5704E
RGB
CMYK
RGB Variations
Color information
#C5704E (or 0xC5704E) is known color: Red Damask. HEX triplet: C5, 70 and 4E. RGB value is (197,112,78). Sum of RGB (Red+Green+Blue) = 197+112+78=387 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.90% from 387); Green value is 112 (44.14% from 255 or 28.94% from 387); Blue value is 78 (30.86% from 255 or 20.16% from 387); Max value from RGB is 197 - color contains mainly: red. Hex color #C5704E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5704E is #3A8FB1. Grayscale: #858585. Windows color (decimal): -3837874 or 5140677. OLE color: 5140677.
HSL color Cylindrical-coordinate representation of color #C5704E: hue angle of 17.14º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C5704E is Cyan = 0, Magento = 0.43, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 112 | 78 | - |
| CMYK | 0 | 0.43 | 0.60 | 0.23 |
| HSL | 17.14º | 0.51% | 0.54% | - |
| HSV(B) | 17.14º | 0.6% | 0.77% | - |
| XYZ | 30.2 | 24.01 | 10.25 | - |
| YUV | 133.54 | 96.66 | 173.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 112 | 78 | 0 | 0.43 | 0.60 | 0.23 | 17.14 | 0.51 | 0.54 |
| Hex | C5 | 70 | 4E | 0 | 2B | 3C | 17 | 11 | 33 | 36 |
| Octal | 305 | 160 | 116 | 0 | 53 | 74 | 27 | 21 | 63 | 66 |
| Binary | 11000101 | 1110000 | 1001110 | 0 | 101011 | 111100 | 10111 | 10001 | 110011 | 110110 |
Color Harmonies of #C5704E
Complementary color
Monochromatic Colors of #C5704E
Black with #C5704E
Text Example
Text Example
White with #C5704E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5704E; }
p { color: rgb(197,112,78); }
H1.HeaderClassName
{
color: #C5704E;
}
.AnyTagClassName
{
color: #C5704E;
}
</style>
background-color css
<style>
a { background-color: #C5704E; }
a { background-color: rgb(197,112,78); }
div.DivClassName
{
background-color: #C5704E;
}
.BgClassName
{
background-color: #C5704E;
}
</style>
border-color css
<style>
span { border-color: #C5704E; }
span { border-color: rgb(197,112,78); }
td.TdClassName
{
border-color: #C5704E;
}
.TagClassName
{
border-color: #C5704E;
}
</style>