Shades of Old Rose #C52A5E
Tints of Old Rose #C52A5E
RGB
CMYK
RGB Variations
Color information
#C52A5E (or 0xC52A5E) is known color: Old Rose. HEX triplet: C5, 2A and 5E. RGB value is (197,42,94). Sum of RGB (Red+Green+Blue) = 197+42+94=333 (44% of max value = 765). Red value is 197 (77.34% from 255 or 59.16% from 333); Green value is 42 (16.80% from 255 or 12.61% from 333); Blue value is 94 (37.11% from 255 or 28.23% from 333); Max value from RGB is 197 - color contains mainly: red. Hex color #C52A5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52A5E is #3AD5A1. Grayscale: #5E5E5E. Windows color (decimal): -3855778 or 6171333. OLE color: 6171333.
HSL color Cylindrical-coordinate representation of color #C52A5E: hue angle of 339.87º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C52A5E is Cyan = 0, Magento = 0.79, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 42 | 94 | - |
| CMYK | 0 | 0.79 | 0.52 | 0.23 |
| HSL | 339.87º | 0.65% | 0.47% | - |
| HSV(B) | 339.87º | 0.79% | 0.77% | - |
| XYZ | 25.87 | 14.33 | 11.99 | - |
| YUV | 94.27 | 127.85 | 201.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 42 | 94 | 0 | 0.79 | 0.52 | 0.23 | 339.87 | 0.65 | 0.47 |
| Hex | C5 | 2A | 5E | 0 | 4F | 34 | 17 | 154 | 41 | 2F |
| Octal | 305 | 52 | 136 | 0 | 117 | 64 | 27 | 524 | 101 | 57 |
| Binary | 11000101 | 101010 | 1011110 | 0 | 1001111 | 110100 | 10111 | 101010100 | 1000001 | 101111 |
Color Harmonies of #C52A5E
Complementary color
Monochromatic Colors of #C52A5E
Black with #C52A5E
Text Example
Text Example
White with #C52A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52A5E; }
p { color: rgb(197,42,94); }
H1.HeaderClassName
{
color: #C52A5E;
}
.AnyTagClassName
{
color: #C52A5E;
}
</style>
background-color css
<style>
a { background-color: #C52A5E; }
a { background-color: rgb(197,42,94); }
div.DivClassName
{
background-color: #C52A5E;
}
.BgClassName
{
background-color: #C52A5E;
}
</style>
border-color css
<style>
span { border-color: #C52A5E; }
span { border-color: rgb(197,42,94); }
td.TdClassName
{
border-color: #C52A5E;
}
.TagClassName
{
border-color: #C52A5E;
}
</style>