Shades of Old Rose #C11959
Tints of Old Rose #C11959
RGB
CMYK
RGB Variations
Color information
#C11959 (or 0xC11959) is known color: Old Rose. HEX triplet: C1, 19 and 59. RGB value is (193,25,89). Sum of RGB (Red+Green+Blue) = 193+25+89=307 (40% of max value = 765). Red value is 193 (75.78% from 255 or 62.87% from 307); Green value is 25 (10.16% from 255 or 8.14% from 307); Blue value is 89 (35.16% from 255 or 28.99% from 307); Max value from RGB is 193 - color contains mainly: red. Hex color #C11959 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11959 is #3EE6A6. Grayscale: #525252. Windows color (decimal): -4122279 or 5839297. OLE color: 5839297.
HSL color Cylindrical-coordinate representation of color #C11959: hue angle of 337.14º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C11959 is Cyan = 0, Magento = 0.87, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 25 | 89 | - |
| CMYK | 0 | 0.87 | 0.54 | 0.24 |
| HSL | 337.14º | 0.77% | 0.43% | - |
| HSV(B) | 337.14º | 0.87% | 0.76% | - |
| XYZ | 24.14 | 12.75 | 10.64 | - |
| YUV | 82.53 | 131.66 | 206.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 25 | 89 | 0 | 0.87 | 0.54 | 0.24 | 337.14 | 0.77 | 0.43 |
| Hex | C1 | 19 | 59 | 0 | 57 | 36 | 18 | 151 | 4D | 2B |
| Octal | 301 | 31 | 131 | 0 | 127 | 66 | 30 | 521 | 115 | 53 |
| Binary | 11000001 | 11001 | 1011001 | 0 | 1010111 | 110110 | 11000 | 101010001 | 1001101 | 101011 |
Color Harmonies of #C11959
Complementary color
Monochromatic Colors of #C11959
Black with #C11959
Text Example
Text Example
White with #C11959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11959; }
p { color: rgb(193,25,89); }
H1.HeaderClassName
{
color: #C11959;
}
.AnyTagClassName
{
color: #C11959;
}
</style>
background-color css
<style>
a { background-color: #C11959; }
a { background-color: rgb(193,25,89); }
div.DivClassName
{
background-color: #C11959;
}
.BgClassName
{
background-color: #C11959;
}
</style>
border-color css
<style>
span { border-color: #C11959; }
span { border-color: rgb(193,25,89); }
td.TdClassName
{
border-color: #C11959;
}
.TagClassName
{
border-color: #C11959;
}
</style>