Shades of Old Rose #C41A59
Tints of Old Rose #C41A59
RGB
CMYK
RGB Variations
Color information
#C41A59 (or 0xC41A59) is known color: Old Rose. HEX triplet: C4, 1A and 59. RGB value is (196,26,89). Sum of RGB (Red+Green+Blue) = 196+26+89=311 (41% of max value = 765). Red value is 196 (76.95% from 255 or 63.02% from 311); Green value is 26 (10.55% from 255 or 8.36% from 311); Blue value is 89 (35.16% from 255 or 28.62% from 311); Max value from RGB is 196 - color contains mainly: red. Hex color #C41A59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C41A59 is #3BE5A6. Grayscale: #535353. Windows color (decimal): -3925415 or 5839556. OLE color: 5839556.
HSL color Cylindrical-coordinate representation of color #C41A59: hue angle of 337.76º 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 #C41A59 is Cyan = 0, Magento = 0.87, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 26 | 89 | - |
| CMYK | 0 | 0.87 | 0.55 | 0.23 |
| HSL | 337.76º | 0.77% | 0.44% | - |
| HSV(B) | 337.76º | 0.87% | 0.77% | - |
| XYZ | 24.94 | 13.2 | 10.68 | - |
| YUV | 84.01 | 130.82 | 207.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 26 | 89 | 0 | 0.87 | 0.55 | 0.23 | 337.76 | 0.77 | 0.44 |
| Hex | C4 | 1A | 59 | 0 | 57 | 37 | 17 | 152 | 4D | 2C |
| Octal | 304 | 32 | 131 | 0 | 127 | 67 | 27 | 522 | 115 | 54 |
| Binary | 11000100 | 11010 | 1011001 | 0 | 1010111 | 110111 | 10111 | 101010010 | 1001101 | 101100 |
Color Harmonies of #C41A59
Complementary color
Monochromatic Colors of #C41A59
Black with #C41A59
Text Example
Text Example
White with #C41A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41A59; }
p { color: rgb(196,26,89); }
H1.HeaderClassName
{
color: #C41A59;
}
.AnyTagClassName
{
color: #C41A59;
}
</style>
background-color css
<style>
a { background-color: #C41A59; }
a { background-color: rgb(196,26,89); }
div.DivClassName
{
background-color: #C41A59;
}
.BgClassName
{
background-color: #C41A59;
}
</style>
border-color css
<style>
span { border-color: #C41A59; }
span { border-color: rgb(196,26,89); }
td.TdClassName
{
border-color: #C41A59;
}
.TagClassName
{
border-color: #C41A59;
}
</style>