Shades of Old Rose #C11558
Tints of Old Rose #C11558
RGB
CMYK
RGB Variations
Color information
#C11558 (or 0xC11558) is known color: Old Rose. HEX triplet: C1, 15 and 58. RGB value is (193,21,88). Sum of RGB (Red+Green+Blue) = 193+21+88=302 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.91% from 302); Green value is 21 (8.59% from 255 or 6.95% from 302); Blue value is 88 (34.77% from 255 or 29.14% from 302); Max value from RGB is 193 - color contains mainly: red. Hex color #C11558 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11558 is #3EEAA7. Grayscale: #4F4F4F. Windows color (decimal): -4123304 or 5772737. OLE color: 5772737.
HSL color Cylindrical-coordinate representation of color #C11558: hue angle of 336.63º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C11558 is Cyan = 0, Magento = 0.89, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 21 | 88 | - |
| CMYK | 0 | 0.89 | 0.54 | 0.24 |
| HSL | 336.63º | 0.8% | 0.42% | - |
| HSV(B) | 336.63º | 0.89% | 0.76% | - |
| XYZ | 24.02 | 12.58 | 10.39 | - |
| YUV | 80.07 | 132.48 | 208.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 21 | 88 | 0 | 0.89 | 0.54 | 0.24 | 336.63 | 0.8 | 0.42 |
| Hex | C1 | 15 | 58 | 0 | 59 | 36 | 18 | 151 | 50 | 2A |
| Octal | 301 | 25 | 130 | 0 | 131 | 66 | 30 | 521 | 120 | 52 |
| Binary | 11000001 | 10101 | 1011000 | 0 | 1011001 | 110110 | 11000 | 101010001 | 1010000 | 101010 |
Color Harmonies of #C11558
Complementary color
Monochromatic Colors of #C11558
Black with #C11558
Text Example
Text Example
White with #C11558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11558; }
p { color: rgb(193,21,88); }
H1.HeaderClassName
{
color: #C11558;
}
.AnyTagClassName
{
color: #C11558;
}
</style>
background-color css
<style>
a { background-color: #C11558; }
a { background-color: rgb(193,21,88); }
div.DivClassName
{
background-color: #C11558;
}
.BgClassName
{
background-color: #C11558;
}
</style>
border-color css
<style>
span { border-color: #C11558; }
span { border-color: rgb(193,21,88); }
td.TdClassName
{
border-color: #C11558;
}
.TagClassName
{
border-color: #C11558;
}
</style>