Shades of Old Rose #C52058
Tints of Old Rose #C52058
RGB
CMYK
RGB Variations
Color information
#C52058 (or 0xC52058) is known color: Old Rose. HEX triplet: C5, 20 and 58. RGB value is (197,32,88). Sum of RGB (Red+Green+Blue) = 197+32+88=317 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.15% from 317); Green value is 32 (12.89% from 255 or 10.09% from 317); Blue value is 88 (34.77% from 255 or 27.76% from 317); Max value from RGB is 197 - color contains mainly: red. Hex color #C52058 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52058 is #3ADFA7. Grayscale: #575757. Windows color (decimal): -3858344 or 5775557. OLE color: 5775557.
HSL color Cylindrical-coordinate representation of color #C52058: hue angle of 339.64º 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 #C52058 is Cyan = 0, Magento = 0.84, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 32 | 88 | - |
| CMYK | 0 | 0.84 | 0.55 | 0.23 |
| HSL | 339.64º | 0.72% | 0.45% | - |
| HSV(B) | 339.64º | 0.84% | 0.77% | - |
| XYZ | 25.3 | 13.61 | 10.53 | - |
| YUV | 87.72 | 128.16 | 205.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 32 | 88 | 0 | 0.84 | 0.55 | 0.23 | 339.64 | 0.72 | 0.45 |
| Hex | C5 | 20 | 58 | 0 | 54 | 37 | 17 | 154 | 48 | 2D |
| Octal | 305 | 40 | 130 | 0 | 124 | 67 | 27 | 524 | 110 | 55 |
| Binary | 11000101 | 100000 | 1011000 | 0 | 1010100 | 110111 | 10111 | 101010100 | 1001000 | 101101 |
Color Harmonies of #C52058
Complementary color
Monochromatic Colors of #C52058
Black with #C52058
Text Example
Text Example
White with #C52058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52058; }
p { color: rgb(197,32,88); }
H1.HeaderClassName
{
color: #C52058;
}
.AnyTagClassName
{
color: #C52058;
}
</style>
background-color css
<style>
a { background-color: #C52058; }
a { background-color: rgb(197,32,88); }
div.DivClassName
{
background-color: #C52058;
}
.BgClassName
{
background-color: #C52058;
}
</style>
border-color css
<style>
span { border-color: #C52058; }
span { border-color: rgb(197,32,88); }
td.TdClassName
{
border-color: #C52058;
}
.TagClassName
{
border-color: #C52058;
}
</style>