Shades of Old Rose #C51A52
Tints of Old Rose #C51A52
RGB
CMYK
RGB Variations
Color information
#C51A52 (or 0xC51A52) is known color: Old Rose. HEX triplet: C5, 1A and 52. RGB value is (197,26,82). Sum of RGB (Red+Green+Blue) = 197+26+82=305 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.59% from 305); Green value is 26 (10.55% from 255 or 8.52% from 305); Blue value is 82 (32.42% from 255 or 26.89% from 305); Max value from RGB is 197 - color contains mainly: red. Hex color #C51A52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C51A52 is #3AE5AD. Grayscale: #535353. Windows color (decimal): -3859886 or 5380805. OLE color: 5380805.
HSL color Cylindrical-coordinate representation of color #C51A52: hue angle of 340.35º 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 #C51A52 is Cyan = 0, Magento = 0.87, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 26 | 82 | - |
| CMYK | 0 | 0.87 | 0.58 | 0.23 |
| HSL | 340.35º | 0.77% | 0.44% | - |
| HSV(B) | 340.35º | 0.87% | 0.77% | - |
| XYZ | 24.92 | 13.22 | 9.22 | - |
| YUV | 83.51 | 127.15 | 208.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 26 | 82 | 0 | 0.87 | 0.58 | 0.23 | 340.35 | 0.77 | 0.44 |
| Hex | C5 | 1A | 52 | 0 | 57 | 3A | 17 | 154 | 4D | 2C |
| Octal | 305 | 32 | 122 | 0 | 127 | 72 | 27 | 524 | 115 | 54 |
| Binary | 11000101 | 11010 | 1010010 | 0 | 1010111 | 111010 | 10111 | 101010100 | 1001101 | 101100 |
Color Harmonies of #C51A52
Complementary color
Monochromatic Colors of #C51A52
Black with #C51A52
Text Example
Text Example
White with #C51A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51A52; }
p { color: rgb(197,26,82); }
H1.HeaderClassName
{
color: #C51A52;
}
.AnyTagClassName
{
color: #C51A52;
}
</style>
background-color css
<style>
a { background-color: #C51A52; }
a { background-color: rgb(197,26,82); }
div.DivClassName
{
background-color: #C51A52;
}
.BgClassName
{
background-color: #C51A52;
}
</style>
border-color css
<style>
span { border-color: #C51A52; }
span { border-color: rgb(197,26,82); }
td.TdClassName
{
border-color: #C51A52;
}
.TagClassName
{
border-color: #C51A52;
}
</style>