Shades of Old Rose #C53C57
Tints of Old Rose #C53C57
RGB
CMYK
RGB Variations
Color information
#C53C57 (or 0xC53C57) is known color: Old Rose. HEX triplet: C5, 3C and 57. RGB value is (197,60,87). Sum of RGB (Red+Green+Blue) = 197+60+87=344 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.27% from 344); Green value is 60 (23.83% from 255 or 17.44% from 344); Blue value is 87 (34.38% from 255 or 25.29% from 344); Max value from RGB is 197 - color contains mainly: red. Hex color #C53C57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53C57 is #3AC3A8. Grayscale: #686868. Windows color (decimal): -3851177 or 5717189. OLE color: 5717189.
HSL color Cylindrical-coordinate representation of color #C53C57: hue angle of 348.18º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C53C57 is Cyan = 0, Magento = 0.70, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 60 | 87 | - |
| CMYK | 0 | 0.70 | 0.56 | 0.23 |
| HSL | 348.18º | 0.54% | 0.5% | - |
| HSV(B) | 348.18º | 0.7% | 0.77% | - |
| XYZ | 26.36 | 15.79 | 10.68 | - |
| YUV | 104.04 | 118.39 | 194.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 60 | 87 | 0 | 0.70 | 0.56 | 0.23 | 348.18 | 0.54 | 0.5 |
| Hex | C5 | 3C | 57 | 0 | 46 | 38 | 17 | 15C | 36 | 32 |
| Octal | 305 | 74 | 127 | 0 | 106 | 70 | 27 | 534 | 66 | 62 |
| Binary | 11000101 | 111100 | 1010111 | 0 | 1000110 | 111000 | 10111 | 101011100 | 110110 | 110010 |
Color Harmonies of #C53C57
Complementary color
Monochromatic Colors of #C53C57
Black with #C53C57
Text Example
Text Example
White with #C53C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53C57; }
p { color: rgb(197,60,87); }
H1.HeaderClassName
{
color: #C53C57;
}
.AnyTagClassName
{
color: #C53C57;
}
</style>
background-color css
<style>
a { background-color: #C53C57; }
a { background-color: rgb(197,60,87); }
div.DivClassName
{
background-color: #C53C57;
}
.BgClassName
{
background-color: #C53C57;
}
</style>
border-color css
<style>
span { border-color: #C53C57; }
span { border-color: rgb(197,60,87); }
td.TdClassName
{
border-color: #C53C57;
}
.TagClassName
{
border-color: #C53C57;
}
</style>