Shades of Old Rose #C11454
Tints of Old Rose #C11454
RGB
CMYK
RGB Variations
Color information
#C11454 (or 0xC11454) is known color: Old Rose. HEX triplet: C1, 14 and 54. RGB value is (193,20,84). Sum of RGB (Red+Green+Blue) = 193+20+84=297 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.98% from 297); Green value is 20 (8.20% from 255 or 6.73% from 297); Blue value is 84 (33.20% from 255 or 28.28% from 297); Max value from RGB is 193 - color contains mainly: red. Hex color #C11454 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11454 is #3EEBAB. Grayscale: #4E4E4E. Windows color (decimal): -4123564 or 5510337. OLE color: 5510337.
HSL color Cylindrical-coordinate representation of color #C11454: hue angle of 337.8º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C11454 is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 20 | 84 | - |
| CMYK | 0 | 0.90 | 0.56 | 0.24 |
| HSL | 337.8º | 0.81% | 0.42% | - |
| HSV(B) | 337.8º | 0.9% | 0.76% | - |
| XYZ | 23.84 | 12.48 | 9.54 | - |
| YUV | 79.02 | 130.81 | 209.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 20 | 84 | 0 | 0.90 | 0.56 | 0.24 | 337.8 | 0.81 | 0.42 |
| Hex | C1 | 14 | 54 | 0 | 5A | 38 | 18 | 152 | 51 | 2A |
| Octal | 301 | 24 | 124 | 0 | 132 | 70 | 30 | 522 | 121 | 52 |
| Binary | 11000001 | 10100 | 1010100 | 0 | 1011010 | 111000 | 11000 | 101010010 | 1010001 | 101010 |
Color Harmonies of #C11454
Complementary color
Monochromatic Colors of #C11454
Black with #C11454
Text Example
Text Example
White with #C11454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11454; }
p { color: rgb(193,20,84); }
H1.HeaderClassName
{
color: #C11454;
}
.AnyTagClassName
{
color: #C11454;
}
</style>
background-color css
<style>
a { background-color: #C11454; }
a { background-color: rgb(193,20,84); }
div.DivClassName
{
background-color: #C11454;
}
.BgClassName
{
background-color: #C11454;
}
</style>
border-color css
<style>
span { border-color: #C11454; }
span { border-color: rgb(193,20,84); }
td.TdClassName
{
border-color: #C11454;
}
.TagClassName
{
border-color: #C11454;
}
</style>