Shades of Old Rose #C41E51
Tints of Old Rose #C41E51
RGB
CMYK
RGB Variations
Color information
#C41E51 (or 0xC41E51) is known color: Old Rose. HEX triplet: C4, 1E and 51. RGB value is (196,30,81). Sum of RGB (Red+Green+Blue) = 196+30+81=307 (40% of max value = 765). Red value is 196 (76.95% from 255 or 63.84% from 307); Green value is 30 (12.11% from 255 or 9.77% from 307); Blue value is 81 (32.03% from 255 or 26.38% from 307); Max value from RGB is 196 - color contains mainly: red. Hex color #C41E51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C41E51 is #3BE1AE. Grayscale: #555555. Windows color (decimal): -3924399 or 5316292. OLE color: 5316292.
HSL color Cylindrical-coordinate representation of color #C41E51: hue angle of 341.57º degrees, saturation: 0.73, 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 #C41E51 is Cyan = 0, Magento = 0.85, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 30 | 81 | - |
| CMYK | 0 | 0.85 | 0.59 | 0.23 |
| HSL | 341.57º | 0.73% | 0.44% | - |
| HSV(B) | 341.57º | 0.85% | 0.77% | - |
| XYZ | 24.71 | 13.26 | 9.04 | - |
| YUV | 85.45 | 125.5 | 206.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 30 | 81 | 0 | 0.85 | 0.59 | 0.23 | 341.57 | 0.73 | 0.44 |
| Hex | C4 | 1E | 51 | 0 | 55 | 3B | 17 | 156 | 49 | 2C |
| Octal | 304 | 36 | 121 | 0 | 125 | 73 | 27 | 526 | 111 | 54 |
| Binary | 11000100 | 11110 | 1010001 | 0 | 1010101 | 111011 | 10111 | 101010110 | 1001001 | 101100 |
Color Harmonies of #C41E51
Complementary color
Monochromatic Colors of #C41E51
Black with #C41E51
Text Example
Text Example
White with #C41E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41E51; }
p { color: rgb(196,30,81); }
H1.HeaderClassName
{
color: #C41E51;
}
.AnyTagClassName
{
color: #C41E51;
}
</style>
background-color css
<style>
a { background-color: #C41E51; }
a { background-color: rgb(196,30,81); }
div.DivClassName
{
background-color: #C41E51;
}
.BgClassName
{
background-color: #C41E51;
}
</style>
border-color css
<style>
span { border-color: #C41E51; }
span { border-color: rgb(196,30,81); }
td.TdClassName
{
border-color: #C41E51;
}
.TagClassName
{
border-color: #C41E51;
}
</style>