Shades of Red Damask #C57C54
Tints of Red Damask #C57C54
RGB
CMYK
RGB Variations
Color information
#C57C54 (or 0xC57C54) is known color: Red Damask. HEX triplet: C5, 7C and 54. RGB value is (197,124,84). Sum of RGB (Red+Green+Blue) = 197+124+84=405 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.64% from 405); Green value is 124 (48.83% from 255 or 30.62% from 405); Blue value is 84 (33.20% from 255 or 20.74% from 405); Max value from RGB is 197 - color contains mainly: red. Hex color #C57C54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57C54 is #3A83AB. Grayscale: #8D8D8D. Windows color (decimal): -3834796 or 5536965. OLE color: 5536965.
HSL color Cylindrical-coordinate representation of color #C57C54: hue angle of 21.24º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C57C54 is Cyan = 0, Magento = 0.37, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 124 | 84 | - |
| CMYK | 0 | 0.37 | 0.57 | 0.23 |
| HSL | 21.24º | 0.49% | 0.55% | - |
| HSV(B) | 21.24º | 0.57% | 0.77% | - |
| XYZ | 31.83 | 26.93 | 11.91 | - |
| YUV | 141.27 | 95.68 | 167.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 124 | 84 | 0 | 0.37 | 0.57 | 0.23 | 21.24 | 0.49 | 0.55 |
| Hex | C5 | 7C | 54 | 0 | 25 | 39 | 17 | 15 | 31 | 37 |
| Octal | 305 | 174 | 124 | 0 | 45 | 71 | 27 | 25 | 61 | 67 |
| Binary | 11000101 | 1111100 | 1010100 | 0 | 100101 | 111001 | 10111 | 10101 | 110001 | 110111 |
Color Harmonies of #C57C54
Complementary color
Monochromatic Colors of #C57C54
Black with #C57C54
Text Example
Text Example
White with #C57C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57C54; }
p { color: rgb(197,124,84); }
H1.HeaderClassName
{
color: #C57C54;
}
.AnyTagClassName
{
color: #C57C54;
}
</style>
background-color css
<style>
a { background-color: #C57C54; }
a { background-color: rgb(197,124,84); }
div.DivClassName
{
background-color: #C57C54;
}
.BgClassName
{
background-color: #C57C54;
}
</style>
border-color css
<style>
span { border-color: #C57C54; }
span { border-color: rgb(197,124,84); }
td.TdClassName
{
border-color: #C57C54;
}
.TagClassName
{
border-color: #C57C54;
}
</style>