Shades of Old Rose #C52C55
Tints of Old Rose #C52C55
RGB
CMYK
RGB Variations
Color information
#C52C55 (or 0xC52C55) is known color: Old Rose. HEX triplet: C5, 2C and 55. RGB value is (197,44,85). Sum of RGB (Red+Green+Blue) = 197+44+85=326 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.43% from 326); Green value is 44 (17.58% from 255 or 13.50% from 326); Blue value is 85 (33.59% from 255 or 26.07% from 326); Max value from RGB is 197 - color contains mainly: red. Hex color #C52C55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52C55 is #3AD3AA. Grayscale: #5E5E5E. Windows color (decimal): -3855275 or 5582021. OLE color: 5582021.
HSL color Cylindrical-coordinate representation of color #C52C55: hue angle of 343.92º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C52C55 is Cyan = 0, Magento = 0.78, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 44 | 85 | - |
| CMYK | 0 | 0.78 | 0.57 | 0.23 |
| HSL | 343.92º | 0.63% | 0.47% | - |
| HSV(B) | 343.92º | 0.78% | 0.77% | - |
| XYZ | 25.57 | 14.33 | 10.01 | - |
| YUV | 94.42 | 122.69 | 201.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 44 | 85 | 0 | 0.78 | 0.57 | 0.23 | 343.92 | 0.63 | 0.47 |
| Hex | C5 | 2C | 55 | 0 | 4E | 39 | 17 | 158 | 3F | 2F |
| Octal | 305 | 54 | 125 | 0 | 116 | 71 | 27 | 530 | 77 | 57 |
| Binary | 11000101 | 101100 | 1010101 | 0 | 1001110 | 111001 | 10111 | 101011000 | 111111 | 101111 |
Color Harmonies of #C52C55
Complementary color
Monochromatic Colors of #C52C55
Black with #C52C55
Text Example
Text Example
White with #C52C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52C55; }
p { color: rgb(197,44,85); }
H1.HeaderClassName
{
color: #C52C55;
}
.AnyTagClassName
{
color: #C52C55;
}
</style>
background-color css
<style>
a { background-color: #C52C55; }
a { background-color: rgb(197,44,85); }
div.DivClassName
{
background-color: #C52C55;
}
.BgClassName
{
background-color: #C52C55;
}
</style>
border-color css
<style>
span { border-color: #C52C55; }
span { border-color: rgb(197,44,85); }
td.TdClassName
{
border-color: #C52C55;
}
.TagClassName
{
border-color: #C52C55;
}
</style>