Shades of Red Damask #C57553
Tints of Red Damask #C57553
RGB
CMYK
RGB Variations
Color information
#C57553 (or 0xC57553) is known color: Red Damask. HEX triplet: C5, 75 and 53. RGB value is (197,117,83). Sum of RGB (Red+Green+Blue) = 197+117+83=397 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.62% from 397); Green value is 117 (46.09% from 255 or 29.47% from 397); Blue value is 83 (32.81% from 255 or 20.91% from 397); Max value from RGB is 197 - color contains mainly: red. Hex color #C57553 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57553 is #3A8AAC. Grayscale: #898989. Windows color (decimal): -3836589 or 5469637. OLE color: 5469637.
HSL color Cylindrical-coordinate representation of color #C57553: hue angle of 17.89º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C57553 is Cyan = 0, Magento = 0.41, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 117 | 83 | - |
| CMYK | 0 | 0.41 | 0.58 | 0.23 |
| HSL | 17.89º | 0.5% | 0.55% | - |
| HSV(B) | 17.89º | 0.58% | 0.77% | - |
| XYZ | 30.95 | 25.22 | 11.42 | - |
| YUV | 137.04 | 97.5 | 170.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 117 | 83 | 0 | 0.41 | 0.58 | 0.23 | 17.89 | 0.5 | 0.55 |
| Hex | C5 | 75 | 53 | 0 | 29 | 3A | 17 | 12 | 32 | 37 |
| Octal | 305 | 165 | 123 | 0 | 51 | 72 | 27 | 22 | 62 | 67 |
| Binary | 11000101 | 1110101 | 1010011 | 0 | 101001 | 111010 | 10111 | 10010 | 110010 | 110111 |
Color Harmonies of #C57553
Complementary color
Monochromatic Colors of #C57553
Black with #C57553
Text Example
Text Example
White with #C57553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57553; }
p { color: rgb(197,117,83); }
H1.HeaderClassName
{
color: #C57553;
}
.AnyTagClassName
{
color: #C57553;
}
</style>
background-color css
<style>
a { background-color: #C57553; }
a { background-color: rgb(197,117,83); }
div.DivClassName
{
background-color: #C57553;
}
.BgClassName
{
background-color: #C57553;
}
</style>
border-color css
<style>
span { border-color: #C57553; }
span { border-color: rgb(197,117,83); }
td.TdClassName
{
border-color: #C57553;
}
.TagClassName
{
border-color: #C57553;
}
</style>