Shades of Old Rose #C53557
Tints of Old Rose #C53557
RGB
CMYK
RGB Variations
Color information
#C53557 (or 0xC53557) is known color: Old Rose. HEX triplet: C5, 35 and 57. RGB value is (197,53,87). Sum of RGB (Red+Green+Blue) = 197+53+87=337 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.46% from 337); Green value is 53 (21.09% from 255 or 15.73% from 337); Blue value is 87 (34.38% from 255 or 25.82% from 337); Max value from RGB is 197 - color contains mainly: red. Hex color #C53557 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53557 is #3ACAA8. Grayscale: #636363. Windows color (decimal): -3852969 or 5715397. OLE color: 5715397.
HSL color Cylindrical-coordinate representation of color #C53557: hue angle of 345.83º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C53557 is Cyan = 0, Magento = 0.73, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 53 | 87 | - |
| CMYK | 0 | 0.73 | 0.56 | 0.23 |
| HSL | 345.83º | 0.58% | 0.49% | - |
| HSV(B) | 345.83º | 0.73% | 0.77% | - |
| XYZ | 26.02 | 15.1 | 10.56 | - |
| YUV | 99.93 | 120.71 | 197.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 53 | 87 | 0 | 0.73 | 0.56 | 0.23 | 345.83 | 0.58 | 0.49 |
| Hex | C5 | 35 | 57 | 0 | 49 | 38 | 17 | 15A | 3A | 31 |
| Octal | 305 | 65 | 127 | 0 | 111 | 70 | 27 | 532 | 72 | 61 |
| Binary | 11000101 | 110101 | 1010111 | 0 | 1001001 | 111000 | 10111 | 101011010 | 111010 | 110001 |
Color Harmonies of #C53557
Complementary color
Monochromatic Colors of #C53557
Black with #C53557
Text Example
Text Example
White with #C53557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53557; }
p { color: rgb(197,53,87); }
H1.HeaderClassName
{
color: #C53557;
}
.AnyTagClassName
{
color: #C53557;
}
</style>
background-color css
<style>
a { background-color: #C53557; }
a { background-color: rgb(197,53,87); }
div.DivClassName
{
background-color: #C53557;
}
.BgClassName
{
background-color: #C53557;
}
</style>
border-color css
<style>
span { border-color: #C53557; }
span { border-color: rgb(197,53,87); }
td.TdClassName
{
border-color: #C53557;
}
.TagClassName
{
border-color: #C53557;
}
</style>