Shades of Old Rose #C52050
Tints of Old Rose #C52050
RGB
CMYK
RGB Variations
Color information
#C52050 (or 0xC52050) is known color: Old Rose. HEX triplet: C5, 20 and 50. RGB value is (197,32,80). Sum of RGB (Red+Green+Blue) = 197+32+80=309 (40% of max value = 765). Red value is 197 (77.34% from 255 or 63.75% from 309); Green value is 32 (12.89% from 255 or 10.36% from 309); Blue value is 80 (31.64% from 255 or 25.89% from 309); Max value from RGB is 197 - color contains mainly: red. Hex color #C52050 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52050 is #3ADFAF. Grayscale: #565656. Windows color (decimal): -3858352 or 5251269. OLE color: 5251269.
HSL color Cylindrical-coordinate representation of color #C52050: hue angle of 342.55º 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 #C52050 is Cyan = 0, Magento = 0.84, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 32 | 80 | - |
| CMYK | 0 | 0.84 | 0.59 | 0.23 |
| HSL | 342.55º | 0.72% | 0.45% | - |
| HSV(B) | 342.55º | 0.84% | 0.77% | - |
| XYZ | 24.99 | 13.48 | 8.87 | - |
| YUV | 86.81 | 124.16 | 206.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 32 | 80 | 0 | 0.84 | 0.59 | 0.23 | 342.55 | 0.72 | 0.45 |
| Hex | C5 | 20 | 50 | 0 | 54 | 3B | 17 | 157 | 48 | 2D |
| Octal | 305 | 40 | 120 | 0 | 124 | 73 | 27 | 527 | 110 | 55 |
| Binary | 11000101 | 100000 | 1010000 | 0 | 1010100 | 111011 | 10111 | 101010111 | 1001000 | 101101 |
Color Harmonies of #C52050
Complementary color
Monochromatic Colors of #C52050
Black with #C52050
Text Example
Text Example
White with #C52050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52050; }
p { color: rgb(197,32,80); }
H1.HeaderClassName
{
color: #C52050;
}
.AnyTagClassName
{
color: #C52050;
}
</style>
background-color css
<style>
a { background-color: #C52050; }
a { background-color: rgb(197,32,80); }
div.DivClassName
{
background-color: #C52050;
}
.BgClassName
{
background-color: #C52050;
}
</style>
border-color css
<style>
span { border-color: #C52050; }
span { border-color: rgb(197,32,80); }
td.TdClassName
{
border-color: #C52050;
}
.TagClassName
{
border-color: #C52050;
}
</style>