Shades of Old Rose #C52559
Tints of Old Rose #C52559
RGB
CMYK
RGB Variations
Color information
#C52559 (or 0xC52559) is known color: Old Rose. HEX triplet: C5, 25 and 59. RGB value is (197,37,89). Sum of RGB (Red+Green+Blue) = 197+37+89=323 (42% of max value = 765). Red value is 197 (77.34% from 255 or 60.99% from 323); Green value is 37 (14.84% from 255 or 11.46% from 323); Blue value is 89 (35.16% from 255 or 27.55% from 323); Max value from RGB is 197 - color contains mainly: red. Hex color #C52559 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52559 is #3ADAA6. Grayscale: #5A5A5A. Windows color (decimal): -3857063 or 5842373. OLE color: 5842373.
HSL color Cylindrical-coordinate representation of color #C52559: hue angle of 340.5º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C52559 is Cyan = 0, Magento = 0.81, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 37 | 89 | - |
| CMYK | 0 | 0.81 | 0.55 | 0.23 |
| HSL | 340.5º | 0.68% | 0.46% | - |
| HSV(B) | 340.5º | 0.81% | 0.77% | - |
| XYZ | 25.49 | 13.91 | 10.79 | - |
| YUV | 90.77 | 127.01 | 203.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 37 | 89 | 0 | 0.81 | 0.55 | 0.23 | 340.5 | 0.68 | 0.46 |
| Hex | C5 | 25 | 59 | 0 | 51 | 37 | 17 | 154 | 44 | 2E |
| Octal | 305 | 45 | 131 | 0 | 121 | 67 | 27 | 524 | 104 | 56 |
| Binary | 11000101 | 100101 | 1011001 | 0 | 1010001 | 110111 | 10111 | 101010100 | 1000100 | 101110 |
Color Harmonies of #C52559
Complementary color
Monochromatic Colors of #C52559
Black with #C52559
Text Example
Text Example
White with #C52559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52559; }
p { color: rgb(197,37,89); }
H1.HeaderClassName
{
color: #C52559;
}
.AnyTagClassName
{
color: #C52559;
}
</style>
background-color css
<style>
a { background-color: #C52559; }
a { background-color: rgb(197,37,89); }
div.DivClassName
{
background-color: #C52559;
}
.BgClassName
{
background-color: #C52559;
}
</style>
border-color css
<style>
span { border-color: #C52559; }
span { border-color: rgb(197,37,89); }
td.TdClassName
{
border-color: #C52559;
}
.TagClassName
{
border-color: #C52559;
}
</style>