Shades of Old Rose #C52458
Tints of Old Rose #C52458
RGB
CMYK
RGB Variations
Color information
#C52458 (or 0xC52458) is known color: Old Rose. HEX triplet: C5, 24 and 58. RGB value is (197,36,88). Sum of RGB (Red+Green+Blue) = 197+36+88=321 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.37% from 321); Green value is 36 (14.45% from 255 or 11.21% from 321); Blue value is 88 (34.77% from 255 or 27.41% from 321); Max value from RGB is 197 - color contains mainly: red. Hex color #C52458 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52458 is #3ADBA7. Grayscale: #5A5A5A. Windows color (decimal): -3857320 or 5776581. OLE color: 5776581.
HSL color Cylindrical-coordinate representation of color #C52458: hue angle of 340.62º 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 #C52458 is Cyan = 0, Magento = 0.82, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 36 | 88 | - |
| CMYK | 0 | 0.82 | 0.55 | 0.23 |
| HSL | 340.62º | 0.69% | 0.46% | - |
| HSV(B) | 340.62º | 0.82% | 0.77% | - |
| XYZ | 25.42 | 13.84 | 10.56 | - |
| YUV | 90.07 | 126.84 | 204.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 36 | 88 | 0 | 0.82 | 0.55 | 0.23 | 340.62 | 0.69 | 0.46 |
| Hex | C5 | 24 | 58 | 0 | 52 | 37 | 17 | 155 | 45 | 2E |
| Octal | 305 | 44 | 130 | 0 | 122 | 67 | 27 | 525 | 105 | 56 |
| Binary | 11000101 | 100100 | 1011000 | 0 | 1010010 | 110111 | 10111 | 101010101 | 1000101 | 101110 |
Color Harmonies of #C52458
Complementary color
Monochromatic Colors of #C52458
Black with #C52458
Text Example
Text Example
White with #C52458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52458; }
p { color: rgb(197,36,88); }
H1.HeaderClassName
{
color: #C52458;
}
.AnyTagClassName
{
color: #C52458;
}
</style>
background-color css
<style>
a { background-color: #C52458; }
a { background-color: rgb(197,36,88); }
div.DivClassName
{
background-color: #C52458;
}
.BgClassName
{
background-color: #C52458;
}
</style>
border-color css
<style>
span { border-color: #C52458; }
span { border-color: rgb(197,36,88); }
td.TdClassName
{
border-color: #C52458;
}
.TagClassName
{
border-color: #C52458;
}
</style>