Shades of Old Rose #C41D5A
Tints of Old Rose #C41D5A
RGB
CMYK
RGB Variations
Color information
#C41D5A (or 0xC41D5A) is known color: Old Rose. HEX triplet: C4, 1D and 5A. RGB value is (196,29,90). Sum of RGB (Red+Green+Blue) = 196+29+90=315 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.22% from 315); Green value is 29 (11.72% from 255 or 9.21% from 315); Blue value is 90 (35.55% from 255 or 28.57% from 315); Max value from RGB is 196 - color contains mainly: red. Hex color #C41D5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C41D5A is #3BE2A5. Grayscale: #555555. Windows color (decimal): -3924646 or 5905860. OLE color: 5905860.
HSL color Cylindrical-coordinate representation of color #C41D5A: hue angle of 338.08º 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 #C41D5A is Cyan = 0, Magento = 0.85, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 29 | 90 | - |
| CMYK | 0 | 0.85 | 0.54 | 0.23 |
| HSL | 338.08º | 0.74% | 0.44% | - |
| HSV(B) | 338.08º | 0.85% | 0.77% | - |
| XYZ | 25.05 | 13.35 | 10.93 | - |
| YUV | 85.89 | 130.33 | 206.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 29 | 90 | 0 | 0.85 | 0.54 | 0.23 | 338.08 | 0.74 | 0.44 |
| Hex | C4 | 1D | 5A | 0 | 55 | 36 | 17 | 152 | 4A | 2C |
| Octal | 304 | 35 | 132 | 0 | 125 | 66 | 27 | 522 | 112 | 54 |
| Binary | 11000100 | 11101 | 1011010 | 0 | 1010101 | 110110 | 10111 | 101010010 | 1001010 | 101100 |
Color Harmonies of #C41D5A
Complementary color
Monochromatic Colors of #C41D5A
Black with #C41D5A
Text Example
Text Example
White with #C41D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41D5A; }
p { color: rgb(196,29,90); }
H1.HeaderClassName
{
color: #C41D5A;
}
.AnyTagClassName
{
color: #C41D5A;
}
</style>
background-color css
<style>
a { background-color: #C41D5A; }
a { background-color: rgb(196,29,90); }
div.DivClassName
{
background-color: #C41D5A;
}
.BgClassName
{
background-color: #C41D5A;
}
</style>
border-color css
<style>
span { border-color: #C41D5A; }
span { border-color: rgb(196,29,90); }
td.TdClassName
{
border-color: #C41D5A;
}
.TagClassName
{
border-color: #C41D5A;
}
</style>