Shades of Old Rose #C41E5E
Tints of Old Rose #C41E5E
RGB
CMYK
RGB Variations
Color information
#C41E5E (or 0xC41E5E) is known color: Old Rose. HEX triplet: C4, 1E and 5E. RGB value is (196,30,94). Sum of RGB (Red+Green+Blue) = 196+30+94=320 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.25% from 320); Green value is 30 (12.11% from 255 or 9.38% from 320); Blue value is 94 (37.11% from 255 or 29.38% from 320); Max value from RGB is 196 - color contains mainly: red. Hex color #C41E5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C41E5E is #3BE1A1. Grayscale: #565656. Windows color (decimal): -3924386 or 6168260. OLE color: 6168260.
HSL color Cylindrical-coordinate representation of color #C41E5E: hue angle of 336.87º 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 #C41E5E is Cyan = 0, Magento = 0.85, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 30 | 94 | - |
| CMYK | 0 | 0.85 | 0.52 | 0.23 |
| HSL | 336.87º | 0.73% | 0.44% | - |
| HSV(B) | 336.87º | 0.85% | 0.77% | - |
| XYZ | 25.25 | 13.47 | 11.86 | - |
| YUV | 86.93 | 132 | 205.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 30 | 94 | 0 | 0.85 | 0.52 | 0.23 | 336.87 | 0.73 | 0.44 |
| Hex | C4 | 1E | 5E | 0 | 55 | 34 | 17 | 151 | 49 | 2C |
| Octal | 304 | 36 | 136 | 0 | 125 | 64 | 27 | 521 | 111 | 54 |
| Binary | 11000100 | 11110 | 1011110 | 0 | 1010101 | 110100 | 10111 | 101010001 | 1001001 | 101100 |
Color Harmonies of #C41E5E
Complementary color
Monochromatic Colors of #C41E5E
Black with #C41E5E
Text Example
Text Example
White with #C41E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41E5E; }
p { color: rgb(196,30,94); }
H1.HeaderClassName
{
color: #C41E5E;
}
.AnyTagClassName
{
color: #C41E5E;
}
</style>
background-color css
<style>
a { background-color: #C41E5E; }
a { background-color: rgb(196,30,94); }
div.DivClassName
{
background-color: #C41E5E;
}
.BgClassName
{
background-color: #C41E5E;
}
</style>
border-color css
<style>
span { border-color: #C41E5E; }
span { border-color: rgb(196,30,94); }
td.TdClassName
{
border-color: #C41E5E;
}
.TagClassName
{
border-color: #C41E5E;
}
</style>