Shades of Old Rose #C11E58
Tints of Old Rose #C11E58
RGB
CMYK
RGB Variations
Color information
#C11E58 (or 0xC11E58) is known color: Old Rose. HEX triplet: C1, 1E and 58. RGB value is (193,30,88). Sum of RGB (Red+Green+Blue) = 193+30+88=311 (41% of max value = 765). Red value is 193 (75.78% from 255 or 62.06% from 311); Green value is 30 (12.11% from 255 or 9.65% from 311); Blue value is 88 (34.77% from 255 or 28.30% from 311); Max value from RGB is 193 - color contains mainly: red. Hex color #C11E58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C11E58 is #3EE1A7. Grayscale: #555555. Windows color (decimal): -4121000 or 5775041. OLE color: 5775041.
HSL color Cylindrical-coordinate representation of color #C11E58: hue angle of 338.65º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C11E58 is Cyan = 0, Magento = 0.84, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 30 | 88 | - |
| CMYK | 0 | 0.84 | 0.54 | 0.24 |
| HSL | 338.65º | 0.73% | 0.44% | - |
| HSV(B) | 338.65º | 0.84% | 0.76% | - |
| XYZ | 24.22 | 12.97 | 10.46 | - |
| YUV | 85.35 | 129.5 | 204.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 30 | 88 | 0 | 0.84 | 0.54 | 0.24 | 338.65 | 0.73 | 0.44 |
| Hex | C1 | 1E | 58 | 0 | 54 | 36 | 18 | 153 | 49 | 2C |
| Octal | 301 | 36 | 130 | 0 | 124 | 66 | 30 | 523 | 111 | 54 |
| Binary | 11000001 | 11110 | 1011000 | 0 | 1010100 | 110110 | 11000 | 101010011 | 1001001 | 101100 |
Color Harmonies of #C11E58
Complementary color
Monochromatic Colors of #C11E58
Black with #C11E58
Text Example
Text Example
White with #C11E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11E58; }
p { color: rgb(193,30,88); }
H1.HeaderClassName
{
color: #C11E58;
}
.AnyTagClassName
{
color: #C11E58;
}
</style>
background-color css
<style>
a { background-color: #C11E58; }
a { background-color: rgb(193,30,88); }
div.DivClassName
{
background-color: #C11E58;
}
.BgClassName
{
background-color: #C11E58;
}
</style>
border-color css
<style>
span { border-color: #C11E58; }
span { border-color: rgb(193,30,88); }
td.TdClassName
{
border-color: #C11E58;
}
.TagClassName
{
border-color: #C11E58;
}
</style>