Shades of Old Rose #C41C50
Tints of Old Rose #C41C50
RGB
CMYK
RGB Variations
Color information
#C41C50 (or 0xC41C50) is known color: Old Rose. HEX triplet: C4, 1C and 50. RGB value is (196,28,80). Sum of RGB (Red+Green+Blue) = 196+28+80=304 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.47% from 304); Green value is 28 (11.33% from 255 or 9.21% from 304); Blue value is 80 (31.64% from 255 or 26.32% from 304); Max value from RGB is 196 - color contains mainly: red. Hex color #C41C50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C41C50 is #3BE3AF. Grayscale: #545454. Windows color (decimal): -3924912 or 5250244. OLE color: 5250244.
HSL color Cylindrical-coordinate representation of color #C41C50: hue angle of 341.43º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C41C50 is Cyan = 0, Magento = 0.86, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 28 | 80 | - |
| CMYK | 0 | 0.86 | 0.59 | 0.23 |
| HSL | 341.43º | 0.75% | 0.44% | - |
| HSV(B) | 341.43º | 0.86% | 0.77% | - |
| XYZ | 24.63 | 13.15 | 8.83 | - |
| YUV | 84.16 | 125.66 | 207.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 28 | 80 | 0 | 0.86 | 0.59 | 0.23 | 341.43 | 0.75 | 0.44 |
| Hex | C4 | 1C | 50 | 0 | 56 | 3B | 17 | 155 | 4B | 2C |
| Octal | 304 | 34 | 120 | 0 | 126 | 73 | 27 | 525 | 113 | 54 |
| Binary | 11000100 | 11100 | 1010000 | 0 | 1010110 | 111011 | 10111 | 101010101 | 1001011 | 101100 |
Color Harmonies of #C41C50
Complementary color
Monochromatic Colors of #C41C50
Black with #C41C50
Text Example
Text Example
White with #C41C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41C50; }
p { color: rgb(196,28,80); }
H1.HeaderClassName
{
color: #C41C50;
}
.AnyTagClassName
{
color: #C41C50;
}
</style>
background-color css
<style>
a { background-color: #C41C50; }
a { background-color: rgb(196,28,80); }
div.DivClassName
{
background-color: #C41C50;
}
.BgClassName
{
background-color: #C41C50;
}
</style>
border-color css
<style>
span { border-color: #C41C50; }
span { border-color: rgb(196,28,80); }
td.TdClassName
{
border-color: #C41C50;
}
.TagClassName
{
border-color: #C41C50;
}
</style>