Shades of Old Rose #C51957
Tints of Old Rose #C51957
RGB
CMYK
RGB Variations
Color information
#C51957 (or 0xC51957) is known color: Old Rose. HEX triplet: C5, 19 and 57. RGB value is (197,25,87). Sum of RGB (Red+Green+Blue) = 197+25+87=309 (40% of max value = 765). Red value is 197 (77.34% from 255 or 63.75% from 309); Green value is 25 (10.16% from 255 or 8.09% from 309); Blue value is 87 (34.38% from 255 or 28.16% from 309); Max value from RGB is 197 - color contains mainly: red. Hex color #C51957 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51957 is #3AE6A8. Grayscale: #535353. Windows color (decimal): -3860137 or 5708229. OLE color: 5708229.
HSL color Cylindrical-coordinate representation of color #C51957: hue angle of 338.37º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C51957 is Cyan = 0, Magento = 0.87, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 25 | 87 | - |
| CMYK | 0 | 0.87 | 0.56 | 0.23 |
| HSL | 338.37º | 0.77% | 0.44% | - |
| HSV(B) | 338.37º | 0.87% | 0.77% | - |
| XYZ | 25.09 | 13.25 | 10.25 | - |
| YUV | 83.5 | 129.98 | 208.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 25 | 87 | 0 | 0.87 | 0.56 | 0.23 | 338.37 | 0.77 | 0.44 |
| Hex | C5 | 19 | 57 | 0 | 57 | 38 | 17 | 152 | 4D | 2C |
| Octal | 305 | 31 | 127 | 0 | 127 | 70 | 27 | 522 | 115 | 54 |
| Binary | 11000101 | 11001 | 1010111 | 0 | 1010111 | 111000 | 10111 | 101010010 | 1001101 | 101100 |
Color Harmonies of #C51957
Complementary color
Monochromatic Colors of #C51957
Black with #C51957
Text Example
Text Example
White with #C51957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51957; }
p { color: rgb(197,25,87); }
H1.HeaderClassName
{
color: #C51957;
}
.AnyTagClassName
{
color: #C51957;
}
</style>
background-color css
<style>
a { background-color: #C51957; }
a { background-color: rgb(197,25,87); }
div.DivClassName
{
background-color: #C51957;
}
.BgClassName
{
background-color: #C51957;
}
</style>
border-color css
<style>
span { border-color: #C51957; }
span { border-color: rgb(197,25,87); }
td.TdClassName
{
border-color: #C51957;
}
.TagClassName
{
border-color: #C51957;
}
</style>