Shades of Old Rose #C41C5B
Tints of Old Rose #C41C5B
RGB
CMYK
RGB Variations
Color information
#C41C5B (or 0xC41C5B) is known color: Old Rose. HEX triplet: C4, 1C and 5B. RGB value is (196,28,91). Sum of RGB (Red+Green+Blue) = 196+28+91=315 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.22% from 315); Green value is 28 (11.33% from 255 or 8.89% from 315); Blue value is 91 (35.94% from 255 or 28.89% from 315); Max value from RGB is 196 - color contains mainly: red. Hex color #C41C5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C41C5B is #3BE3A4. Grayscale: #555555. Windows color (decimal): -3924901 or 5971140. OLE color: 5971140.
HSL color Cylindrical-coordinate representation of color #C41C5B: hue angle of 337.5º 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 #C41C5B is Cyan = 0, Magento = 0.86, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 28 | 91 | - |
| CMYK | 0 | 0.86 | 0.54 | 0.23 |
| HSL | 337.5º | 0.75% | 0.44% | - |
| HSV(B) | 337.5º | 0.86% | 0.77% | - |
| XYZ | 25.07 | 13.32 | 11.15 | - |
| YUV | 85.41 | 131.16 | 206.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 28 | 91 | 0 | 0.86 | 0.54 | 0.23 | 337.5 | 0.75 | 0.44 |
| Hex | C4 | 1C | 5B | 0 | 56 | 36 | 17 | 152 | 4B | 2C |
| Octal | 304 | 34 | 133 | 0 | 126 | 66 | 27 | 522 | 113 | 54 |
| Binary | 11000100 | 11100 | 1011011 | 0 | 1010110 | 110110 | 10111 | 101010010 | 1001011 | 101100 |
Color Harmonies of #C41C5B
Complementary color
Monochromatic Colors of #C41C5B
Black with #C41C5B
Text Example
Text Example
White with #C41C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41C5B; }
p { color: rgb(196,28,91); }
H1.HeaderClassName
{
color: #C41C5B;
}
.AnyTagClassName
{
color: #C41C5B;
}
</style>
background-color css
<style>
a { background-color: #C41C5B; }
a { background-color: rgb(196,28,91); }
div.DivClassName
{
background-color: #C41C5B;
}
.BgClassName
{
background-color: #C41C5B;
}
</style>
border-color css
<style>
span { border-color: #C41C5B; }
span { border-color: rgb(196,28,91); }
td.TdClassName
{
border-color: #C41C5B;
}
.TagClassName
{
border-color: #C41C5B;
}
</style>