Shades of Old Rose #C41B5A
Tints of Old Rose #C41B5A
RGB
CMYK
RGB Variations
Color information
#C41B5A (or 0xC41B5A) is known color: Old Rose. HEX triplet: C4, 1B and 5A. RGB value is (196,27,90). Sum of RGB (Red+Green+Blue) = 196+27+90=313 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.62% from 313); Green value is 27 (10.94% from 255 or 8.63% from 313); Blue value is 90 (35.55% from 255 or 28.75% from 313); Max value from RGB is 196 - color contains mainly: red. Hex color #C41B5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C41B5A is #3BE4A5. Grayscale: #545454. Windows color (decimal): -3925158 or 5905348. OLE color: 5905348.
HSL color Cylindrical-coordinate representation of color #C41B5A: hue angle of 337.63º degrees, saturation: 0.76, 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 #C41B5A is Cyan = 0, Magento = 0.86, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 27 | 90 | - |
| CMYK | 0 | 0.86 | 0.54 | 0.23 |
| HSL | 337.63º | 0.76% | 0.44% | - |
| HSV(B) | 337.63º | 0.86% | 0.77% | - |
| XYZ | 25 | 13.26 | 10.91 | - |
| YUV | 84.71 | 130.99 | 207.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 27 | 90 | 0 | 0.86 | 0.54 | 0.23 | 337.63 | 0.76 | 0.44 |
| Hex | C4 | 1B | 5A | 0 | 56 | 36 | 17 | 152 | 4C | 2C |
| Octal | 304 | 33 | 132 | 0 | 126 | 66 | 27 | 522 | 114 | 54 |
| Binary | 11000100 | 11011 | 1011010 | 0 | 1010110 | 110110 | 10111 | 101010010 | 1001100 | 101100 |
Color Harmonies of #C41B5A
Complementary color
Monochromatic Colors of #C41B5A
Black with #C41B5A
Text Example
Text Example
White with #C41B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41B5A; }
p { color: rgb(196,27,90); }
H1.HeaderClassName
{
color: #C41B5A;
}
.AnyTagClassName
{
color: #C41B5A;
}
</style>
background-color css
<style>
a { background-color: #C41B5A; }
a { background-color: rgb(196,27,90); }
div.DivClassName
{
background-color: #C41B5A;
}
.BgClassName
{
background-color: #C41B5A;
}
</style>
border-color css
<style>
span { border-color: #C41B5A; }
span { border-color: rgb(196,27,90); }
td.TdClassName
{
border-color: #C41B5A;
}
.TagClassName
{
border-color: #C41B5A;
}
</style>