Shades of Old Rose #C52D5E
Tints of Old Rose #C52D5E
RGB
CMYK
RGB Variations
Color information
#C52D5E (or 0xC52D5E) is known color: Old Rose. HEX triplet: C5, 2D and 5E. RGB value is (197,45,94). Sum of RGB (Red+Green+Blue) = 197+45+94=336 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.63% from 336); Green value is 45 (17.97% from 255 or 13.39% from 336); Blue value is 94 (37.11% from 255 or 27.98% from 336); Max value from RGB is 197 - color contains mainly: red. Hex color #C52D5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52D5E is #3AD2A1. Grayscale: #5F5F5F. Windows color (decimal): -3855010 or 6172101. OLE color: 6172101.
HSL color Cylindrical-coordinate representation of color #C52D5E: hue angle of 340.66º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C52D5E is Cyan = 0, Magento = 0.77, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 45 | 94 | - |
| CMYK | 0 | 0.77 | 0.52 | 0.23 |
| HSL | 340.66º | 0.63% | 0.47% | - |
| HSV(B) | 340.66º | 0.77% | 0.77% | - |
| XYZ | 25.98 | 14.56 | 12.03 | - |
| YUV | 96.03 | 126.86 | 200.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 45 | 94 | 0 | 0.77 | 0.52 | 0.23 | 340.66 | 0.63 | 0.47 |
| Hex | C5 | 2D | 5E | 0 | 4D | 34 | 17 | 155 | 3F | 2F |
| Octal | 305 | 55 | 136 | 0 | 115 | 64 | 27 | 525 | 77 | 57 |
| Binary | 11000101 | 101101 | 1011110 | 0 | 1001101 | 110100 | 10111 | 101010101 | 111111 | 101111 |
Color Harmonies of #C52D5E
Complementary color
Monochromatic Colors of #C52D5E
Black with #C52D5E
Text Example
Text Example
White with #C52D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52D5E; }
p { color: rgb(197,45,94); }
H1.HeaderClassName
{
color: #C52D5E;
}
.AnyTagClassName
{
color: #C52D5E;
}
</style>
background-color css
<style>
a { background-color: #C52D5E; }
a { background-color: rgb(197,45,94); }
div.DivClassName
{
background-color: #C52D5E;
}
.BgClassName
{
background-color: #C52D5E;
}
</style>
border-color css
<style>
span { border-color: #C52D5E; }
span { border-color: rgb(197,45,94); }
td.TdClassName
{
border-color: #C52D5E;
}
.TagClassName
{
border-color: #C52D5E;
}
</style>