Shades of Old Rose #C12E49
Tints of Old Rose #C12E49
RGB
CMYK
RGB Variations
Color information
#C12E49 (or 0xC12E49) is known color: Old Rose. HEX triplet: C1, 2E and 49. RGB value is (193,46,73). Sum of RGB (Red+Green+Blue) = 193+46+73=312 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.86% from 312); Green value is 46 (18.36% from 255 or 14.74% from 312); Blue value is 73 (28.91% from 255 or 23.40% from 312); Max value from RGB is 193 - color contains mainly: red. Hex color #C12E49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12E49 is #3ED1B6. Grayscale: #5D5D5D. Windows color (decimal): -4116919 or 4796097. OLE color: 4796097.
HSL color Cylindrical-coordinate representation of color #C12E49: hue angle of 348.98º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C12E49 is Cyan = 0, Magento = 0.76, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 46 | 73 | - |
| CMYK | 0 | 0.76 | 0.62 | 0.24 |
| HSL | 348.98º | 0.62% | 0.47% | - |
| HSV(B) | 348.98º | 0.76% | 0.76% | - |
| XYZ | 24.17 | 13.77 | 7.69 | - |
| YUV | 93.03 | 116.7 | 199.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 46 | 73 | 0 | 0.76 | 0.62 | 0.24 | 348.98 | 0.62 | 0.47 |
| Hex | C1 | 2E | 49 | 0 | 4C | 3E | 18 | 15D | 3E | 2F |
| Octal | 301 | 56 | 111 | 0 | 114 | 76 | 30 | 535 | 76 | 57 |
| Binary | 11000001 | 101110 | 1001001 | 0 | 1001100 | 111110 | 11000 | 101011101 | 111110 | 101111 |
Color Harmonies of #C12E49
Complementary color
Monochromatic Colors of #C12E49
Black with #C12E49
Text Example
Text Example
White with #C12E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12E49; }
p { color: rgb(193,46,73); }
H1.HeaderClassName
{
color: #C12E49;
}
.AnyTagClassName
{
color: #C12E49;
}
</style>
background-color css
<style>
a { background-color: #C12E49; }
a { background-color: rgb(193,46,73); }
div.DivClassName
{
background-color: #C12E49;
}
.BgClassName
{
background-color: #C12E49;
}
</style>
border-color css
<style>
span { border-color: #C12E49; }
span { border-color: rgb(193,46,73); }
td.TdClassName
{
border-color: #C12E49;
}
.TagClassName
{
border-color: #C12E49;
}
</style>