Shades of Old Rose #C41A4D
Tints of Old Rose #C41A4D
RGB
CMYK
RGB Variations
Color information
#C41A4D (or 0xC41A4D) is known color: Old Rose. HEX triplet: C4, 1A and 4D. RGB value is (196,26,77). Sum of RGB (Red+Green+Blue) = 196+26+77=299 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.55% from 299); Green value is 26 (10.55% from 255 or 8.70% from 299); Blue value is 77 (30.47% from 255 or 25.75% from 299); Max value from RGB is 196 - color contains mainly: red. Hex color #C41A4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C41A4D is #3BE5B2. Grayscale: #525252. Windows color (decimal): -3925427 or 5053124. OLE color: 5053124.
HSL color Cylindrical-coordinate representation of color #C41A4D: hue angle of 342º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C41A4D is Cyan = 0, Magento = 0.87, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 26 | 77 | - |
| CMYK | 0 | 0.87 | 0.61 | 0.23 |
| HSL | 342º | 0.77% | 0.44% | - |
| HSV(B) | 342º | 0.87% | 0.77% | - |
| XYZ | 24.47 | 13.01 | 8.24 | - |
| YUV | 82.64 | 124.82 | 208.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 26 | 77 | 0 | 0.87 | 0.61 | 0.23 | 342 | 0.77 | 0.44 |
| Hex | C4 | 1A | 4D | 0 | 57 | 3D | 17 | 156 | 4D | 2C |
| Octal | 304 | 32 | 115 | 0 | 127 | 75 | 27 | 526 | 115 | 54 |
| Binary | 11000100 | 11010 | 1001101 | 0 | 1010111 | 111101 | 10111 | 101010110 | 1001101 | 101100 |
Color Harmonies of #C41A4D
Complementary color
Monochromatic Colors of #C41A4D
Black with #C41A4D
Text Example
Text Example
White with #C41A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41A4D; }
p { color: rgb(196,26,77); }
H1.HeaderClassName
{
color: #C41A4D;
}
.AnyTagClassName
{
color: #C41A4D;
}
</style>
background-color css
<style>
a { background-color: #C41A4D; }
a { background-color: rgb(196,26,77); }
div.DivClassName
{
background-color: #C41A4D;
}
.BgClassName
{
background-color: #C41A4D;
}
</style>
border-color css
<style>
span { border-color: #C41A4D; }
span { border-color: rgb(196,26,77); }
td.TdClassName
{
border-color: #C41A4D;
}
.TagClassName
{
border-color: #C41A4D;
}
</style>