Shades of Old Rose #C41D50
Tints of Old Rose #C41D50
RGB
CMYK
RGB Variations
Color information
#C41D50 (or 0xC41D50) is known color: Old Rose. HEX triplet: C4, 1D and 50. RGB value is (196,29,80). Sum of RGB (Red+Green+Blue) = 196+29+80=305 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.26% from 305); Green value is 29 (11.72% from 255 or 9.51% from 305); Blue value is 80 (31.64% from 255 or 26.23% from 305); Max value from RGB is 196 - color contains mainly: red. Hex color #C41D50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C41D50 is #3BE2AF. Grayscale: #545454. Windows color (decimal): -3924656 or 5250500. OLE color: 5250500.
HSL color Cylindrical-coordinate representation of color #C41D50: hue angle of 341.68º 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 #C41D50 is Cyan = 0, Magento = 0.85, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 29 | 80 | - |
| CMYK | 0 | 0.85 | 0.59 | 0.23 |
| HSL | 341.68º | 0.74% | 0.44% | - |
| HSV(B) | 341.68º | 0.85% | 0.77% | - |
| XYZ | 24.65 | 13.19 | 8.84 | - |
| YUV | 84.75 | 125.33 | 207.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 29 | 80 | 0 | 0.85 | 0.59 | 0.23 | 341.68 | 0.74 | 0.44 |
| Hex | C4 | 1D | 50 | 0 | 55 | 3B | 17 | 156 | 4A | 2C |
| Octal | 304 | 35 | 120 | 0 | 125 | 73 | 27 | 526 | 112 | 54 |
| Binary | 11000100 | 11101 | 1010000 | 0 | 1010101 | 111011 | 10111 | 101010110 | 1001010 | 101100 |
Color Harmonies of #C41D50
Complementary color
Monochromatic Colors of #C41D50
Black with #C41D50
Text Example
Text Example
White with #C41D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41D50; }
p { color: rgb(196,29,80); }
H1.HeaderClassName
{
color: #C41D50;
}
.AnyTagClassName
{
color: #C41D50;
}
</style>
background-color css
<style>
a { background-color: #C41D50; }
a { background-color: rgb(196,29,80); }
div.DivClassName
{
background-color: #C41D50;
}
.BgClassName
{
background-color: #C41D50;
}
</style>
border-color css
<style>
span { border-color: #C41D50; }
span { border-color: rgb(196,29,80); }
td.TdClassName
{
border-color: #C41D50;
}
.TagClassName
{
border-color: #C41D50;
}
</style>