Shades of Old Rose #C41E5D
Tints of Old Rose #C41E5D
RGB
CMYK
RGB Variations
Color information
#C41E5D (or 0xC41E5D) is known color: Old Rose. HEX triplet: C4, 1E and 5D. RGB value is (196,30,93). Sum of RGB (Red+Green+Blue) = 196+30+93=319 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.44% from 319); Green value is 30 (12.11% from 255 or 9.40% from 319); Blue value is 93 (36.72% from 255 or 29.15% from 319); Max value from RGB is 196 - color contains mainly: red. Hex color #C41E5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C41E5D is #3BE1A2. Grayscale: #565656. Windows color (decimal): -3924387 or 6102724. OLE color: 6102724.
HSL color Cylindrical-coordinate representation of color #C41E5D: hue angle of 337.23º 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 #C41E5D is Cyan = 0, Magento = 0.85, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 30 | 93 | - |
| CMYK | 0 | 0.85 | 0.53 | 0.23 |
| HSL | 337.23º | 0.73% | 0.44% | - |
| HSV(B) | 337.23º | 0.85% | 0.77% | - |
| XYZ | 25.21 | 13.45 | 11.62 | - |
| YUV | 86.82 | 131.5 | 205.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 30 | 93 | 0 | 0.85 | 0.53 | 0.23 | 337.23 | 0.73 | 0.44 |
| Hex | C4 | 1E | 5D | 0 | 55 | 35 | 17 | 151 | 49 | 2C |
| Octal | 304 | 36 | 135 | 0 | 125 | 65 | 27 | 521 | 111 | 54 |
| Binary | 11000100 | 11110 | 1011101 | 0 | 1010101 | 110101 | 10111 | 101010001 | 1001001 | 101100 |
Color Harmonies of #C41E5D
Complementary color
Monochromatic Colors of #C41E5D
Black with #C41E5D
Text Example
Text Example
White with #C41E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41E5D; }
p { color: rgb(196,30,93); }
H1.HeaderClassName
{
color: #C41E5D;
}
.AnyTagClassName
{
color: #C41E5D;
}
</style>
background-color css
<style>
a { background-color: #C41E5D; }
a { background-color: rgb(196,30,93); }
div.DivClassName
{
background-color: #C41E5D;
}
.BgClassName
{
background-color: #C41E5D;
}
</style>
border-color css
<style>
span { border-color: #C41E5D; }
span { border-color: rgb(196,30,93); }
td.TdClassName
{
border-color: #C41E5D;
}
.TagClassName
{
border-color: #C41E5D;
}
</style>