Shades of Old Rose #C51D5A
Tints of Old Rose #C51D5A
RGB
CMYK
RGB Variations
Color information
#C51D5A (or 0xC51D5A) is known color: Old Rose. HEX triplet: C5, 1D and 5A. RGB value is (197,29,90). Sum of RGB (Red+Green+Blue) = 197+29+90=316 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.34% from 316); Green value is 29 (11.72% from 255 or 9.18% from 316); Blue value is 90 (35.55% from 255 or 28.48% from 316); Max value from RGB is 197 - color contains mainly: red. Hex color #C51D5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C51D5A is #3AE2A5. Grayscale: #565656. Windows color (decimal): -3859110 or 5905861. OLE color: 5905861.
HSL color Cylindrical-coordinate representation of color #C51D5A: hue angle of 338.21º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C51D5A is Cyan = 0, Magento = 0.85, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 29 | 90 | - |
| CMYK | 0 | 0.85 | 0.54 | 0.23 |
| HSL | 338.21º | 0.74% | 0.44% | - |
| HSV(B) | 338.21º | 0.85% | 0.77% | - |
| XYZ | 25.31 | 13.49 | 10.94 | - |
| YUV | 86.19 | 130.16 | 207.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 29 | 90 | 0 | 0.85 | 0.54 | 0.23 | 338.21 | 0.74 | 0.44 |
| Hex | C5 | 1D | 5A | 0 | 55 | 36 | 17 | 152 | 4A | 2C |
| Octal | 305 | 35 | 132 | 0 | 125 | 66 | 27 | 522 | 112 | 54 |
| Binary | 11000101 | 11101 | 1011010 | 0 | 1010101 | 110110 | 10111 | 101010010 | 1001010 | 101100 |
Color Harmonies of #C51D5A
Complementary color
Monochromatic Colors of #C51D5A
Black with #C51D5A
Text Example
Text Example
White with #C51D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51D5A; }
p { color: rgb(197,29,90); }
H1.HeaderClassName
{
color: #C51D5A;
}
.AnyTagClassName
{
color: #C51D5A;
}
</style>
background-color css
<style>
a { background-color: #C51D5A; }
a { background-color: rgb(197,29,90); }
div.DivClassName
{
background-color: #C51D5A;
}
.BgClassName
{
background-color: #C51D5A;
}
</style>
border-color css
<style>
span { border-color: #C51D5A; }
span { border-color: rgb(197,29,90); }
td.TdClassName
{
border-color: #C51D5A;
}
.TagClassName
{
border-color: #C51D5A;
}
</style>