Shades of Old Rose #C11851
Tints of Old Rose #C11851
RGB
CMYK
RGB Variations
Color information
#C11851 (or 0xC11851) is known color: Old Rose. HEX triplet: C1, 18 and 51. RGB value is (193,24,81). Sum of RGB (Red+Green+Blue) = 193+24+81=298 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.77% from 298); Green value is 24 (9.77% from 255 or 8.05% from 298); Blue value is 81 (32.03% from 255 or 27.18% from 298); Max value from RGB is 193 - color contains mainly: red. Hex color #C11851 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11851 is #3EE7AE. Grayscale: #505050. Windows color (decimal): -4122543 or 5314753. OLE color: 5314753.
HSL color Cylindrical-coordinate representation of color #C11851: hue angle of 339.76º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C11851 is Cyan = 0, Magento = 0.88, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 24 | 81 | - |
| CMYK | 0 | 0.88 | 0.58 | 0.24 |
| HSL | 339.76º | 0.78% | 0.43% | - |
| HSV(B) | 339.76º | 0.88% | 0.76% | - |
| XYZ | 23.8 | 12.58 | 8.96 | - |
| YUV | 81.03 | 127.99 | 207.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 24 | 81 | 0 | 0.88 | 0.58 | 0.24 | 339.76 | 0.78 | 0.43 |
| Hex | C1 | 18 | 51 | 0 | 58 | 3A | 18 | 154 | 4E | 2B |
| Octal | 301 | 30 | 121 | 0 | 130 | 72 | 30 | 524 | 116 | 53 |
| Binary | 11000001 | 11000 | 1010001 | 0 | 1011000 | 111010 | 11000 | 101010100 | 1001110 | 101011 |
Color Harmonies of #C11851
Complementary color
Monochromatic Colors of #C11851
Black with #C11851
Text Example
Text Example
White with #C11851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11851; }
p { color: rgb(193,24,81); }
H1.HeaderClassName
{
color: #C11851;
}
.AnyTagClassName
{
color: #C11851;
}
</style>
background-color css
<style>
a { background-color: #C11851; }
a { background-color: rgb(193,24,81); }
div.DivClassName
{
background-color: #C11851;
}
.BgClassName
{
background-color: #C11851;
}
</style>
border-color css
<style>
span { border-color: #C11851; }
span { border-color: rgb(193,24,81); }
td.TdClassName
{
border-color: #C11851;
}
.TagClassName
{
border-color: #C11851;
}
</style>