Shades of Old Rose #C51D59
Tints of Old Rose #C51D59
RGB
CMYK
RGB Variations
Color information
#C51D59 (or 0xC51D59) is known color: Old Rose. HEX triplet: C5, 1D and 59. RGB value is (197,29,89). Sum of RGB (Red+Green+Blue) = 197+29+89=315 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.54% from 315); Green value is 29 (11.72% from 255 or 9.21% from 315); Blue value is 89 (35.16% from 255 or 28.25% from 315); Max value from RGB is 197 - color contains mainly: red. Hex color #C51D59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C51D59 is #3AE2A6. Grayscale: #565656. Windows color (decimal): -3859111 or 5840325. OLE color: 5840325.
HSL color Cylindrical-coordinate representation of color #C51D59: hue angle of 338.57º 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 #C51D59 is Cyan = 0, Magento = 0.85, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 29 | 89 | - |
| CMYK | 0 | 0.85 | 0.55 | 0.23 |
| HSL | 338.57º | 0.74% | 0.44% | - |
| HSV(B) | 338.57º | 0.85% | 0.77% | - |
| XYZ | 25.27 | 13.47 | 10.72 | - |
| YUV | 86.07 | 129.66 | 207.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 29 | 89 | 0 | 0.85 | 0.55 | 0.23 | 338.57 | 0.74 | 0.44 |
| Hex | C5 | 1D | 59 | 0 | 55 | 37 | 17 | 153 | 4A | 2C |
| Octal | 305 | 35 | 131 | 0 | 125 | 67 | 27 | 523 | 112 | 54 |
| Binary | 11000101 | 11101 | 1011001 | 0 | 1010101 | 110111 | 10111 | 101010011 | 1001010 | 101100 |
Color Harmonies of #C51D59
Complementary color
Monochromatic Colors of #C51D59
Black with #C51D59
Text Example
Text Example
White with #C51D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51D59; }
p { color: rgb(197,29,89); }
H1.HeaderClassName
{
color: #C51D59;
}
.AnyTagClassName
{
color: #C51D59;
}
</style>
background-color css
<style>
a { background-color: #C51D59; }
a { background-color: rgb(197,29,89); }
div.DivClassName
{
background-color: #C51D59;
}
.BgClassName
{
background-color: #C51D59;
}
</style>
border-color css
<style>
span { border-color: #C51D59; }
span { border-color: rgb(197,29,89); }
td.TdClassName
{
border-color: #C51D59;
}
.TagClassName
{
border-color: #C51D59;
}
</style>