Shades of Old Rose #C52E60
Tints of Old Rose #C52E60
RGB
CMYK
RGB Variations
Color information
#C52E60 (or 0xC52E60) is known color: Old Rose. HEX triplet: C5, 2E and 60. RGB value is (197,46,96). Sum of RGB (Red+Green+Blue) = 197+46+96=339 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.11% from 339); Green value is 46 (18.36% from 255 or 13.57% from 339); Blue value is 96 (37.89% from 255 or 28.32% from 339); Max value from RGB is 197 - color contains mainly: red. Hex color #C52E60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52E60 is #3AD19F. Grayscale: #606060. Windows color (decimal): -3854752 or 6303429. OLE color: 6303429.
HSL color Cylindrical-coordinate representation of color #C52E60: hue angle of 340.13º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C52E60 is Cyan = 0, Magento = 0.77, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 46 | 96 | - |
| CMYK | 0 | 0.77 | 0.51 | 0.23 |
| HSL | 340.13º | 0.62% | 0.48% | - |
| HSV(B) | 340.13º | 0.77% | 0.77% | - |
| XYZ | 26.11 | 14.67 | 12.52 | - |
| YUV | 96.85 | 127.53 | 199.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 46 | 96 | 0 | 0.77 | 0.51 | 0.23 | 340.13 | 0.62 | 0.48 |
| Hex | C5 | 2E | 60 | 0 | 4D | 33 | 17 | 154 | 3E | 30 |
| Octal | 305 | 56 | 140 | 0 | 115 | 63 | 27 | 524 | 76 | 60 |
| Binary | 11000101 | 101110 | 1100000 | 0 | 1001101 | 110011 | 10111 | 101010100 | 111110 | 110000 |
Color Harmonies of #C52E60
Complementary color
Monochromatic Colors of #C52E60
Black with #C52E60
Text Example
Text Example
White with #C52E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52E60; }
p { color: rgb(197,46,96); }
H1.HeaderClassName
{
color: #C52E60;
}
.AnyTagClassName
{
color: #C52E60;
}
</style>
background-color css
<style>
a { background-color: #C52E60; }
a { background-color: rgb(197,46,96); }
div.DivClassName
{
background-color: #C52E60;
}
.BgClassName
{
background-color: #C52E60;
}
</style>
border-color css
<style>
span { border-color: #C52E60; }
span { border-color: rgb(197,46,96); }
td.TdClassName
{
border-color: #C52E60;
}
.TagClassName
{
border-color: #C52E60;
}
</style>