Shades of Old Rose #C51651
Tints of Old Rose #C51651
RGB
CMYK
RGB Variations
Color information
#C51651 (or 0xC51651) is known color: Old Rose. HEX triplet: C5, 16 and 51. RGB value is (197,22,81). Sum of RGB (Red+Green+Blue) = 197+22+81=300 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.67% from 300); Green value is 22 (8.98% from 255 or 7.33% from 300); Blue value is 81 (32.03% from 255 or 27% from 300); Max value from RGB is 197 - color contains mainly: red. Hex color #C51651 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51651 is #3AE9AE. Grayscale: #505050. Windows color (decimal): -3860911 or 5314245. OLE color: 5314245.
HSL color Cylindrical-coordinate representation of color #C51651: hue angle of 339.77º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C51651 is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 22 | 81 | - |
| CMYK | 0 | 0.89 | 0.59 | 0.23 |
| HSL | 339.77º | 0.8% | 0.43% | - |
| HSV(B) | 339.77º | 0.89% | 0.77% | - |
| XYZ | 24.8 | 13.04 | 8.99 | - |
| YUV | 81.05 | 127.98 | 210.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 22 | 81 | 0 | 0.89 | 0.59 | 0.23 | 339.77 | 0.8 | 0.43 |
| Hex | C5 | 16 | 51 | 0 | 59 | 3B | 17 | 154 | 50 | 2B |
| Octal | 305 | 26 | 121 | 0 | 131 | 73 | 27 | 524 | 120 | 53 |
| Binary | 11000101 | 10110 | 1010001 | 0 | 1011001 | 111011 | 10111 | 101010100 | 1010000 | 101011 |
Color Harmonies of #C51651
Complementary color
Monochromatic Colors of #C51651
Black with #C51651
Text Example
Text Example
White with #C51651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51651; }
p { color: rgb(197,22,81); }
H1.HeaderClassName
{
color: #C51651;
}
.AnyTagClassName
{
color: #C51651;
}
</style>
background-color css
<style>
a { background-color: #C51651; }
a { background-color: rgb(197,22,81); }
div.DivClassName
{
background-color: #C51651;
}
.BgClassName
{
background-color: #C51651;
}
</style>
border-color css
<style>
span { border-color: #C51651; }
span { border-color: rgb(197,22,81); }
td.TdClassName
{
border-color: #C51651;
}
.TagClassName
{
border-color: #C51651;
}
</style>