Shades of Old Rose #C51E5F
Tints of Old Rose #C51E5F
RGB
CMYK
RGB Variations
Color information
#C51E5F (or 0xC51E5F) is known color: Old Rose. HEX triplet: C5, 1E and 5F. RGB value is (197,30,95). Sum of RGB (Red+Green+Blue) = 197+30+95=322 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.18% from 322); Green value is 30 (12.11% from 255 or 9.32% from 322); Blue value is 95 (37.5% from 255 or 29.50% from 322); Max value from RGB is 197 - color contains mainly: red. Hex color #C51E5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C51E5F is #3AE1A0. Grayscale: #575757. Windows color (decimal): -3858849 or 6233797. OLE color: 6233797.
HSL color Cylindrical-coordinate representation of color #C51E5F: hue angle of 336.65º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C51E5F is Cyan = 0, Magento = 0.85, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 30 | 95 | - |
| CMYK | 0 | 0.85 | 0.52 | 0.23 |
| HSL | 336.65º | 0.74% | 0.45% | - |
| HSV(B) | 336.65º | 0.85% | 0.77% | - |
| XYZ | 25.56 | 13.63 | 12.11 | - |
| YUV | 87.34 | 132.33 | 206.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 30 | 95 | 0 | 0.85 | 0.52 | 0.23 | 336.65 | 0.74 | 0.45 |
| Hex | C5 | 1E | 5F | 0 | 55 | 34 | 17 | 151 | 4A | 2D |
| Octal | 305 | 36 | 137 | 0 | 125 | 64 | 27 | 521 | 112 | 55 |
| Binary | 11000101 | 11110 | 1011111 | 0 | 1010101 | 110100 | 10111 | 101010001 | 1001010 | 101101 |
Color Harmonies of #C51E5F
Complementary color
Monochromatic Colors of #C51E5F
Black with #C51E5F
Text Example
Text Example
White with #C51E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51E5F; }
p { color: rgb(197,30,95); }
H1.HeaderClassName
{
color: #C51E5F;
}
.AnyTagClassName
{
color: #C51E5F;
}
</style>
background-color css
<style>
a { background-color: #C51E5F; }
a { background-color: rgb(197,30,95); }
div.DivClassName
{
background-color: #C51E5F;
}
.BgClassName
{
background-color: #C51E5F;
}
</style>
border-color css
<style>
span { border-color: #C51E5F; }
span { border-color: rgb(197,30,95); }
td.TdClassName
{
border-color: #C51E5F;
}
.TagClassName
{
border-color: #C51E5F;
}
</style>