Shades of Old Rose #C52059
Tints of Old Rose #C52059
RGB
CMYK
RGB Variations
Color information
#C52059 (or 0xC52059) is known color: Old Rose. HEX triplet: C5, 20 and 59. RGB value is (197,32,89). Sum of RGB (Red+Green+Blue) = 197+32+89=318 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.95% from 318); Green value is 32 (12.89% from 255 or 10.06% from 318); Blue value is 89 (35.16% from 255 or 27.99% from 318); Max value from RGB is 197 - color contains mainly: red. Hex color #C52059 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52059 is #3ADFA6. Grayscale: #575757. Windows color (decimal): -3858343 or 5841093. OLE color: 5841093.
HSL color Cylindrical-coordinate representation of color #C52059: hue angle of 339.27º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C52059 is Cyan = 0, Magento = 0.84, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 32 | 89 | - |
| CMYK | 0 | 0.84 | 0.55 | 0.23 |
| HSL | 339.27º | 0.72% | 0.45% | - |
| HSV(B) | 339.27º | 0.84% | 0.77% | - |
| XYZ | 25.35 | 13.62 | 10.75 | - |
| YUV | 87.83 | 128.66 | 205.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 32 | 89 | 0 | 0.84 | 0.55 | 0.23 | 339.27 | 0.72 | 0.45 |
| Hex | C5 | 20 | 59 | 0 | 54 | 37 | 17 | 153 | 48 | 2D |
| Octal | 305 | 40 | 131 | 0 | 124 | 67 | 27 | 523 | 110 | 55 |
| Binary | 11000101 | 100000 | 1011001 | 0 | 1010100 | 110111 | 10111 | 101010011 | 1001000 | 101101 |
Color Harmonies of #C52059
Complementary color
Monochromatic Colors of #C52059
Black with #C52059
Text Example
Text Example
White with #C52059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52059; }
p { color: rgb(197,32,89); }
H1.HeaderClassName
{
color: #C52059;
}
.AnyTagClassName
{
color: #C52059;
}
</style>
background-color css
<style>
a { background-color: #C52059; }
a { background-color: rgb(197,32,89); }
div.DivClassName
{
background-color: #C52059;
}
.BgClassName
{
background-color: #C52059;
}
</style>
border-color css
<style>
span { border-color: #C52059; }
span { border-color: rgb(197,32,89); }
td.TdClassName
{
border-color: #C52059;
}
.TagClassName
{
border-color: #C52059;
}
</style>