Shades of Old Rose #C53560
Tints of Old Rose #C53560
RGB
CMYK
RGB Variations
Color information
#C53560 (or 0xC53560) is known color: Old Rose. HEX triplet: C5, 35 and 60. RGB value is (197,53,96). Sum of RGB (Red+Green+Blue) = 197+53+96=346 (45% of max value = 765). Red value is 197 (77.34% from 255 or 56.94% from 346); Green value is 53 (21.09% from 255 or 15.32% from 346); Blue value is 96 (37.89% from 255 or 27.75% from 346); Max value from RGB is 197 - color contains mainly: red. Hex color #C53560 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53560 is #3ACA9F. Grayscale: #646464. Windows color (decimal): -3852960 or 6305221. OLE color: 6305221.
HSL color Cylindrical-coordinate representation of color #C53560: hue angle of 342.08º 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 #C53560 is Cyan = 0, Magento = 0.73, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 53 | 96 | - |
| CMYK | 0 | 0.73 | 0.51 | 0.23 |
| HSL | 342.08º | 0.58% | 0.49% | - |
| HSV(B) | 342.08º | 0.73% | 0.77% | - |
| XYZ | 26.41 | 15.26 | 12.62 | - |
| YUV | 100.96 | 125.21 | 196.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 53 | 96 | 0 | 0.73 | 0.51 | 0.23 | 342.08 | 0.58 | 0.49 |
| Hex | C5 | 35 | 60 | 0 | 49 | 33 | 17 | 156 | 3A | 31 |
| Octal | 305 | 65 | 140 | 0 | 111 | 63 | 27 | 526 | 72 | 61 |
| Binary | 11000101 | 110101 | 1100000 | 0 | 1001001 | 110011 | 10111 | 101010110 | 111010 | 110001 |
Color Harmonies of #C53560
Complementary color
Monochromatic Colors of #C53560
Black with #C53560
Text Example
Text Example
White with #C53560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53560; }
p { color: rgb(197,53,96); }
H1.HeaderClassName
{
color: #C53560;
}
.AnyTagClassName
{
color: #C53560;
}
</style>
background-color css
<style>
a { background-color: #C53560; }
a { background-color: rgb(197,53,96); }
div.DivClassName
{
background-color: #C53560;
}
.BgClassName
{
background-color: #C53560;
}
</style>
border-color css
<style>
span { border-color: #C53560; }
span { border-color: rgb(197,53,96); }
td.TdClassName
{
border-color: #C53560;
}
.TagClassName
{
border-color: #C53560;
}
</style>