Shades of Old Rose #C51F55
Tints of Old Rose #C51F55
RGB
CMYK
RGB Variations
Color information
#C51F55 (or 0xC51F55) is known color: Old Rose. HEX triplet: C5, 1F and 55. RGB value is (197,31,85). Sum of RGB (Red+Green+Blue) = 197+31+85=313 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.94% from 313); Green value is 31 (12.5% from 255 or 9.90% from 313); Blue value is 85 (33.59% from 255 or 27.16% from 313); Max value from RGB is 197 - color contains mainly: red. Hex color #C51F55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C51F55 is #3AE0AA. Grayscale: #565656. Windows color (decimal): -3858603 or 5578693. OLE color: 5578693.
HSL color Cylindrical-coordinate representation of color #C51F55: hue angle of 340.48º degrees, saturation: 0.73, 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 #C51F55 is Cyan = 0, Magento = 0.84, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 31 | 85 | - |
| CMYK | 0 | 0.84 | 0.57 | 0.23 |
| HSL | 340.48º | 0.73% | 0.45% | - |
| HSV(B) | 340.48º | 0.84% | 0.77% | - |
| XYZ | 25.16 | 13.51 | 9.88 | - |
| YUV | 86.79 | 127 | 206.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 31 | 85 | 0 | 0.84 | 0.57 | 0.23 | 340.48 | 0.73 | 0.45 |
| Hex | C5 | 1F | 55 | 0 | 54 | 39 | 17 | 154 | 49 | 2D |
| Octal | 305 | 37 | 125 | 0 | 124 | 71 | 27 | 524 | 111 | 55 |
| Binary | 11000101 | 11111 | 1010101 | 0 | 1010100 | 111001 | 10111 | 101010100 | 1001001 | 101101 |
Color Harmonies of #C51F55
Complementary color
Monochromatic Colors of #C51F55
Black with #C51F55
Text Example
Text Example
White with #C51F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51F55; }
p { color: rgb(197,31,85); }
H1.HeaderClassName
{
color: #C51F55;
}
.AnyTagClassName
{
color: #C51F55;
}
</style>
background-color css
<style>
a { background-color: #C51F55; }
a { background-color: rgb(197,31,85); }
div.DivClassName
{
background-color: #C51F55;
}
.BgClassName
{
background-color: #C51F55;
}
</style>
border-color css
<style>
span { border-color: #C51F55; }
span { border-color: rgb(197,31,85); }
td.TdClassName
{
border-color: #C51F55;
}
.TagClassName
{
border-color: #C51F55;
}
</style>