Shades of Old Rose #C52459
Tints of Old Rose #C52459
RGB
CMYK
RGB Variations
Color information
#C52459 (or 0xC52459) is known color: Old Rose. HEX triplet: C5, 24 and 59. RGB value is (197,36,89). Sum of RGB (Red+Green+Blue) = 197+36+89=322 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.18% from 322); Green value is 36 (14.45% from 255 or 11.18% from 322); Blue value is 89 (35.16% from 255 or 27.64% from 322); Max value from RGB is 197 - color contains mainly: red. Hex color #C52459 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52459 is #3ADBA6. Grayscale: #5A5A5A. Windows color (decimal): -3857319 or 5842117. OLE color: 5842117.
HSL color Cylindrical-coordinate representation of color #C52459: hue angle of 340.25º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C52459 is Cyan = 0, Magento = 0.82, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 36 | 89 | - |
| CMYK | 0 | 0.82 | 0.55 | 0.23 |
| HSL | 340.25º | 0.69% | 0.46% | - |
| HSV(B) | 340.25º | 0.82% | 0.77% | - |
| XYZ | 25.46 | 13.85 | 10.78 | - |
| YUV | 90.18 | 127.34 | 204.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 36 | 89 | 0 | 0.82 | 0.55 | 0.23 | 340.25 | 0.69 | 0.46 |
| Hex | C5 | 24 | 59 | 0 | 52 | 37 | 17 | 154 | 45 | 2E |
| Octal | 305 | 44 | 131 | 0 | 122 | 67 | 27 | 524 | 105 | 56 |
| Binary | 11000101 | 100100 | 1011001 | 0 | 1010010 | 110111 | 10111 | 101010100 | 1000101 | 101110 |
Color Harmonies of #C52459
Complementary color
Monochromatic Colors of #C52459
Black with #C52459
Text Example
Text Example
White with #C52459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52459; }
p { color: rgb(197,36,89); }
H1.HeaderClassName
{
color: #C52459;
}
.AnyTagClassName
{
color: #C52459;
}
</style>
background-color css
<style>
a { background-color: #C52459; }
a { background-color: rgb(197,36,89); }
div.DivClassName
{
background-color: #C52459;
}
.BgClassName
{
background-color: #C52459;
}
</style>
border-color css
<style>
span { border-color: #C52459; }
span { border-color: rgb(197,36,89); }
td.TdClassName
{
border-color: #C52459;
}
.TagClassName
{
border-color: #C52459;
}
</style>