Shades of Old Rose #C52E59
Tints of Old Rose #C52E59
RGB
CMYK
RGB Variations
Color information
#C52E59 (or 0xC52E59) is known color: Old Rose. HEX triplet: C5, 2E and 59. RGB value is (197,46,89). Sum of RGB (Red+Green+Blue) = 197+46+89=332 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.34% from 332); Green value is 46 (18.36% from 255 or 13.86% from 332); Blue value is 89 (35.16% from 255 or 26.81% from 332); Max value from RGB is 197 - color contains mainly: red. Hex color #C52E59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52E59 is #3AD1A6. Grayscale: #606060. Windows color (decimal): -3854759 or 5844677. OLE color: 5844677.
HSL color Cylindrical-coordinate representation of color #C52E59: hue angle of 342.91º 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 #C52E59 is Cyan = 0, Magento = 0.77, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 46 | 89 | - |
| CMYK | 0 | 0.77 | 0.55 | 0.23 |
| HSL | 342.91º | 0.62% | 0.48% | - |
| HSV(B) | 342.91º | 0.77% | 0.77% | - |
| XYZ | 25.81 | 14.55 | 10.9 | - |
| YUV | 96.05 | 124.03 | 200 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 46 | 89 | 0 | 0.77 | 0.55 | 0.23 | 342.91 | 0.62 | 0.48 |
| Hex | C5 | 2E | 59 | 0 | 4D | 37 | 17 | 157 | 3E | 30 |
| Octal | 305 | 56 | 131 | 0 | 115 | 67 | 27 | 527 | 76 | 60 |
| Binary | 11000101 | 101110 | 1011001 | 0 | 1001101 | 110111 | 10111 | 101010111 | 111110 | 110000 |
Color Harmonies of #C52E59
Complementary color
Monochromatic Colors of #C52E59
Black with #C52E59
Text Example
Text Example
White with #C52E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52E59; }
p { color: rgb(197,46,89); }
H1.HeaderClassName
{
color: #C52E59;
}
.AnyTagClassName
{
color: #C52E59;
}
</style>
background-color css
<style>
a { background-color: #C52E59; }
a { background-color: rgb(197,46,89); }
div.DivClassName
{
background-color: #C52E59;
}
.BgClassName
{
background-color: #C52E59;
}
</style>
border-color css
<style>
span { border-color: #C52E59; }
span { border-color: rgb(197,46,89); }
td.TdClassName
{
border-color: #C52E59;
}
.TagClassName
{
border-color: #C52E59;
}
</style>