Shades of Red Damask #C5704D
Tints of Red Damask #C5704D
RGB
CMYK
RGB Variations
Color information
#C5704D (or 0xC5704D) is known color: Red Damask. HEX triplet: C5, 70 and 4D. RGB value is (197,112,77). Sum of RGB (Red+Green+Blue) = 197+112+77=386 (51% of max value = 765). Red value is 197 (77.34% from 255 or 51.04% from 386); Green value is 112 (44.14% from 255 or 29.02% from 386); Blue value is 77 (30.47% from 255 or 19.95% from 386); Max value from RGB is 197 - color contains mainly: red. Hex color #C5704D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5704D is #3A8FB2. Grayscale: #858585. Windows color (decimal): -3837875 or 5075141. OLE color: 5075141.
HSL color Cylindrical-coordinate representation of color #C5704D: hue angle of 17.5º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C5704D is Cyan = 0, Magento = 0.43, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 112 | 77 | - |
| CMYK | 0 | 0.43 | 0.61 | 0.23 |
| HSL | 17.5º | 0.51% | 0.54% | - |
| HSV(B) | 17.5º | 0.61% | 0.77% | - |
| XYZ | 30.16 | 23.99 | 10.06 | - |
| YUV | 133.43 | 96.16 | 173.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 112 | 77 | 0 | 0.43 | 0.61 | 0.23 | 17.5 | 0.51 | 0.54 |
| Hex | C5 | 70 | 4D | 0 | 2B | 3D | 17 | 12 | 33 | 36 |
| Octal | 305 | 160 | 115 | 0 | 53 | 75 | 27 | 22 | 63 | 66 |
| Binary | 11000101 | 1110000 | 1001101 | 0 | 101011 | 111101 | 10111 | 10010 | 110011 | 110110 |
Color Harmonies of #C5704D
Complementary color
Monochromatic Colors of #C5704D
Black with #C5704D
Text Example
Text Example
White with #C5704D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5704D; }
p { color: rgb(197,112,77); }
H1.HeaderClassName
{
color: #C5704D;
}
.AnyTagClassName
{
color: #C5704D;
}
</style>
background-color css
<style>
a { background-color: #C5704D; }
a { background-color: rgb(197,112,77); }
div.DivClassName
{
background-color: #C5704D;
}
.BgClassName
{
background-color: #C5704D;
}
</style>
border-color css
<style>
span { border-color: #C5704D; }
span { border-color: rgb(197,112,77); }
td.TdClassName
{
border-color: #C5704D;
}
.TagClassName
{
border-color: #C5704D;
}
</style>