Shades of Old Rose #C52555
Tints of Old Rose #C52555
RGB
CMYK
RGB Variations
Color information
#C52555 (or 0xC52555) is known color: Old Rose. HEX triplet: C5, 25 and 55. RGB value is (197,37,85). Sum of RGB (Red+Green+Blue) = 197+37+85=319 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.76% from 319); Green value is 37 (14.84% from 255 or 11.60% from 319); Blue value is 85 (33.59% from 255 or 26.65% from 319); Max value from RGB is 197 - color contains mainly: red. Hex color #C52555 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52555 is #3ADAAA. Grayscale: #5A5A5A. Windows color (decimal): -3857067 or 5580229. OLE color: 5580229.
HSL color Cylindrical-coordinate representation of color #C52555: hue angle of 342º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C52555 is Cyan = 0, Magento = 0.81, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 37 | 85 | - |
| CMYK | 0 | 0.81 | 0.57 | 0.23 |
| HSL | 342º | 0.68% | 0.46% | - |
| HSV(B) | 342º | 0.81% | 0.77% | - |
| XYZ | 25.33 | 13.85 | 9.93 | - |
| YUV | 90.31 | 125.01 | 204.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 37 | 85 | 0 | 0.81 | 0.57 | 0.23 | 342 | 0.68 | 0.46 |
| Hex | C5 | 25 | 55 | 0 | 51 | 39 | 17 | 156 | 44 | 2E |
| Octal | 305 | 45 | 125 | 0 | 121 | 71 | 27 | 526 | 104 | 56 |
| Binary | 11000101 | 100101 | 1010101 | 0 | 1010001 | 111001 | 10111 | 101010110 | 1000100 | 101110 |
Color Harmonies of #C52555
Complementary color
Monochromatic Colors of #C52555
Black with #C52555
Text Example
Text Example
White with #C52555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52555; }
p { color: rgb(197,37,85); }
H1.HeaderClassName
{
color: #C52555;
}
.AnyTagClassName
{
color: #C52555;
}
</style>
background-color css
<style>
a { background-color: #C52555; }
a { background-color: rgb(197,37,85); }
div.DivClassName
{
background-color: #C52555;
}
.BgClassName
{
background-color: #C52555;
}
</style>
border-color css
<style>
span { border-color: #C52555; }
span { border-color: rgb(197,37,85); }
td.TdClassName
{
border-color: #C52555;
}
.TagClassName
{
border-color: #C52555;
}
</style>