Shades of Old Rose #C52E52
Tints of Old Rose #C52E52
RGB
CMYK
RGB Variations
Color information
#C52E52 (or 0xC52E52) is known color: Old Rose. HEX triplet: C5, 2E and 52. RGB value is (197,46,82). Sum of RGB (Red+Green+Blue) = 197+46+82=325 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.62% from 325); Green value is 46 (18.36% from 255 or 14.15% from 325); Blue value is 82 (32.42% from 255 or 25.23% from 325); Max value from RGB is 197 - color contains mainly: red. Hex color #C52E52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52E52 is #3AD1AD. Grayscale: #5F5F5F. Windows color (decimal): -3854766 or 5385925. OLE color: 5385925.
HSL color Cylindrical-coordinate representation of color #C52E52: hue angle of 345.7º 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 #C52E52 is Cyan = 0, Magento = 0.77, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 46 | 82 | - |
| CMYK | 0 | 0.77 | 0.58 | 0.23 |
| HSL | 345.7º | 0.62% | 0.48% | - |
| HSV(B) | 345.7º | 0.77% | 0.77% | - |
| XYZ | 25.53 | 14.43 | 9.42 | - |
| YUV | 95.25 | 120.53 | 200.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 46 | 82 | 0 | 0.77 | 0.58 | 0.23 | 345.7 | 0.62 | 0.48 |
| Hex | C5 | 2E | 52 | 0 | 4D | 3A | 17 | 15A | 3E | 30 |
| Octal | 305 | 56 | 122 | 0 | 115 | 72 | 27 | 532 | 76 | 60 |
| Binary | 11000101 | 101110 | 1010010 | 0 | 1001101 | 111010 | 10111 | 101011010 | 111110 | 110000 |
Color Harmonies of #C52E52
Complementary color
Monochromatic Colors of #C52E52
Black with #C52E52
Text Example
Text Example
White with #C52E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52E52; }
p { color: rgb(197,46,82); }
H1.HeaderClassName
{
color: #C52E52;
}
.AnyTagClassName
{
color: #C52E52;
}
</style>
background-color css
<style>
a { background-color: #C52E52; }
a { background-color: rgb(197,46,82); }
div.DivClassName
{
background-color: #C52E52;
}
.BgClassName
{
background-color: #C52E52;
}
</style>
border-color css
<style>
span { border-color: #C52E52; }
span { border-color: rgb(197,46,82); }
td.TdClassName
{
border-color: #C52E52;
}
.TagClassName
{
border-color: #C52E52;
}
</style>