Shades of Old Rose #C11C4D
Tints of Old Rose #C11C4D
RGB
CMYK
RGB Variations
Color information
#C11C4D (or 0xC11C4D) is known color: Old Rose. HEX triplet: C1, 1C and 4D. RGB value is (193,28,77). Sum of RGB (Red+Green+Blue) = 193+28+77=298 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.77% from 298); Green value is 28 (11.33% from 255 or 9.40% from 298); Blue value is 77 (30.47% from 255 or 25.84% from 298); Max value from RGB is 193 - color contains mainly: red. Hex color #C11C4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C11C4D is #3EE3B2. Grayscale: #525252. Windows color (decimal): -4121523 or 5053633. OLE color: 5053633.
HSL color Cylindrical-coordinate representation of color #C11C4D: hue angle of 342.18º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C11C4D is Cyan = 0, Magento = 0.85, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 28 | 77 | - |
| CMYK | 0 | 0.85 | 0.60 | 0.24 |
| HSL | 342.18º | 0.75% | 0.43% | - |
| HSV(B) | 342.18º | 0.85% | 0.76% | - |
| XYZ | 23.75 | 12.7 | 8.22 | - |
| YUV | 82.92 | 124.66 | 206.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 28 | 77 | 0 | 0.85 | 0.60 | 0.24 | 342.18 | 0.75 | 0.43 |
| Hex | C1 | 1C | 4D | 0 | 55 | 3C | 18 | 156 | 4B | 2B |
| Octal | 301 | 34 | 115 | 0 | 125 | 74 | 30 | 526 | 113 | 53 |
| Binary | 11000001 | 11100 | 1001101 | 0 | 1010101 | 111100 | 11000 | 101010110 | 1001011 | 101011 |
Color Harmonies of #C11C4D
Complementary color
Monochromatic Colors of #C11C4D
Black with #C11C4D
Text Example
Text Example
White with #C11C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11C4D; }
p { color: rgb(193,28,77); }
H1.HeaderClassName
{
color: #C11C4D;
}
.AnyTagClassName
{
color: #C11C4D;
}
</style>
background-color css
<style>
a { background-color: #C11C4D; }
a { background-color: rgb(193,28,77); }
div.DivClassName
{
background-color: #C11C4D;
}
.BgClassName
{
background-color: #C11C4D;
}
</style>
border-color css
<style>
span { border-color: #C11C4D; }
span { border-color: rgb(193,28,77); }
td.TdClassName
{
border-color: #C11C4D;
}
.TagClassName
{
border-color: #C11C4D;
}
</style>