Shades of Old Rose #C11556
Tints of Old Rose #C11556
RGB
CMYK
RGB Variations
Color information
#C11556 (or 0xC11556) is known color: Old Rose. HEX triplet: C1, 15 and 56. RGB value is (193,21,86). Sum of RGB (Red+Green+Blue) = 193+21+86=300 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.33% from 300); Green value is 21 (8.59% from 255 or 7% from 300); Blue value is 86 (33.98% from 255 or 28.67% from 300); Max value from RGB is 193 - color contains mainly: red. Hex color #C11556 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11556 is #3EEAA9. Grayscale: #4F4F4F. Windows color (decimal): -4123306 or 5641665. OLE color: 5641665.
HSL color Cylindrical-coordinate representation of color #C11556: hue angle of 337.33º 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 #C11556 is Cyan = 0, Magento = 0.89, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 21 | 86 | - |
| CMYK | 0 | 0.89 | 0.55 | 0.24 |
| HSL | 337.33º | 0.8% | 0.42% | - |
| HSV(B) | 337.33º | 0.89% | 0.76% | - |
| XYZ | 23.94 | 12.55 | 9.96 | - |
| YUV | 79.84 | 131.48 | 208.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 21 | 86 | 0 | 0.89 | 0.55 | 0.24 | 337.33 | 0.8 | 0.42 |
| Hex | C1 | 15 | 56 | 0 | 59 | 37 | 18 | 151 | 50 | 2A |
| Octal | 301 | 25 | 126 | 0 | 131 | 67 | 30 | 521 | 120 | 52 |
| Binary | 11000001 | 10101 | 1010110 | 0 | 1011001 | 110111 | 11000 | 101010001 | 1010000 | 101010 |
Color Harmonies of #C11556
Complementary color
Monochromatic Colors of #C11556
Black with #C11556
Text Example
Text Example
White with #C11556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11556; }
p { color: rgb(193,21,86); }
H1.HeaderClassName
{
color: #C11556;
}
.AnyTagClassName
{
color: #C11556;
}
</style>
background-color css
<style>
a { background-color: #C11556; }
a { background-color: rgb(193,21,86); }
div.DivClassName
{
background-color: #C11556;
}
.BgClassName
{
background-color: #C11556;
}
</style>
border-color css
<style>
span { border-color: #C11556; }
span { border-color: rgb(193,21,86); }
td.TdClassName
{
border-color: #C11556;
}
.TagClassName
{
border-color: #C11556;
}
</style>