Shades of Old Rose #C52054
Tints of Old Rose #C52054
RGB
CMYK
RGB Variations
Color information
#C52054 (or 0xC52054) is known color: Old Rose. HEX triplet: C5, 20 and 54. RGB value is (197,32,84). Sum of RGB (Red+Green+Blue) = 197+32+84=313 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.94% from 313); Green value is 32 (12.89% from 255 or 10.22% from 313); Blue value is 84 (33.20% from 255 or 26.84% from 313); Max value from RGB is 197 - color contains mainly: red. Hex color #C52054 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52054 is #3ADFAB. Grayscale: #575757. Windows color (decimal): -3858348 or 5513413. OLE color: 5513413.
HSL color Cylindrical-coordinate representation of color #C52054: hue angle of 341.09º 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 #C52054 is Cyan = 0, Magento = 0.84, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 32 | 84 | - |
| CMYK | 0 | 0.84 | 0.57 | 0.23 |
| HSL | 341.09º | 0.72% | 0.45% | - |
| HSV(B) | 341.09º | 0.84% | 0.77% | - |
| XYZ | 25.14 | 13.54 | 9.68 | - |
| YUV | 87.26 | 126.16 | 206.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 32 | 84 | 0 | 0.84 | 0.57 | 0.23 | 341.09 | 0.72 | 0.45 |
| Hex | C5 | 20 | 54 | 0 | 54 | 39 | 17 | 155 | 48 | 2D |
| Octal | 305 | 40 | 124 | 0 | 124 | 71 | 27 | 525 | 110 | 55 |
| Binary | 11000101 | 100000 | 1010100 | 0 | 1010100 | 111001 | 10111 | 101010101 | 1001000 | 101101 |
Color Harmonies of #C52054
Complementary color
Monochromatic Colors of #C52054
Black with #C52054
Text Example
Text Example
White with #C52054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52054; }
p { color: rgb(197,32,84); }
H1.HeaderClassName
{
color: #C52054;
}
.AnyTagClassName
{
color: #C52054;
}
</style>
background-color css
<style>
a { background-color: #C52054; }
a { background-color: rgb(197,32,84); }
div.DivClassName
{
background-color: #C52054;
}
.BgClassName
{
background-color: #C52054;
}
</style>
border-color css
<style>
span { border-color: #C52054; }
span { border-color: rgb(197,32,84); }
td.TdClassName
{
border-color: #C52054;
}
.TagClassName
{
border-color: #C52054;
}
</style>