Shades of Old Rose #C51F57
Tints of Old Rose #C51F57
RGB
CMYK
RGB Variations
Color information
#C51F57 (or 0xC51F57) is known color: Old Rose. HEX triplet: C5, 1F and 57. RGB value is (197,31,87). Sum of RGB (Red+Green+Blue) = 197+31+87=315 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.54% from 315); Green value is 31 (12.5% from 255 or 9.84% from 315); Blue value is 87 (34.38% from 255 or 27.62% from 315); Max value from RGB is 197 - color contains mainly: red. Hex color #C51F57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C51F57 is #3AE0A8. Grayscale: #565656. Windows color (decimal): -3858601 or 5709765. OLE color: 5709765.
HSL color Cylindrical-coordinate representation of color #C51F57: hue angle of 339.76º 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 #C51F57 is Cyan = 0, Magento = 0.84, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 31 | 87 | - |
| CMYK | 0 | 0.84 | 0.56 | 0.23 |
| HSL | 339.76º | 0.73% | 0.45% | - |
| HSV(B) | 339.76º | 0.84% | 0.77% | - |
| XYZ | 25.24 | 13.54 | 10.3 | - |
| YUV | 87.02 | 128 | 206.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 31 | 87 | 0 | 0.84 | 0.56 | 0.23 | 339.76 | 0.73 | 0.45 |
| Hex | C5 | 1F | 57 | 0 | 54 | 38 | 17 | 154 | 49 | 2D |
| Octal | 305 | 37 | 127 | 0 | 124 | 70 | 27 | 524 | 111 | 55 |
| Binary | 11000101 | 11111 | 1010111 | 0 | 1010100 | 111000 | 10111 | 101010100 | 1001001 | 101101 |
Color Harmonies of #C51F57
Complementary color
Monochromatic Colors of #C51F57
Black with #C51F57
Text Example
Text Example
White with #C51F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51F57; }
p { color: rgb(197,31,87); }
H1.HeaderClassName
{
color: #C51F57;
}
.AnyTagClassName
{
color: #C51F57;
}
</style>
background-color css
<style>
a { background-color: #C51F57; }
a { background-color: rgb(197,31,87); }
div.DivClassName
{
background-color: #C51F57;
}
.BgClassName
{
background-color: #C51F57;
}
</style>
border-color css
<style>
span { border-color: #C51F57; }
span { border-color: rgb(197,31,87); }
td.TdClassName
{
border-color: #C51F57;
}
.TagClassName
{
border-color: #C51F57;
}
</style>