Shades of Old Rose #C12A47
Tints of Old Rose #C12A47
RGB
CMYK
RGB Variations
Color information
#C12A47 (or 0xC12A47) is known color: Old Rose. HEX triplet: C1, 2A and 47. RGB value is (193,42,71). Sum of RGB (Red+Green+Blue) = 193+42+71=306 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.07% from 306); Green value is 42 (16.80% from 255 or 13.73% from 306); Blue value is 71 (28.12% from 255 or 23.20% from 306); Max value from RGB is 193 - color contains mainly: red. Hex color #C12A47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12A47 is #3ED5B8. Grayscale: #5A5A5A. Windows color (decimal): -4117945 or 4664001. OLE color: 4664001.
HSL color Cylindrical-coordinate representation of color #C12A47: hue angle of 348.48º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C12A47 is Cyan = 0, Magento = 0.78, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 42 | 71 | - |
| CMYK | 0 | 0.78 | 0.63 | 0.24 |
| HSL | 348.48º | 0.64% | 0.46% | - |
| HSV(B) | 348.48º | 0.78% | 0.76% | - |
| XYZ | 23.96 | 13.45 | 7.29 | - |
| YUV | 90.46 | 117.03 | 201.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 42 | 71 | 0 | 0.78 | 0.63 | 0.24 | 348.48 | 0.64 | 0.46 |
| Hex | C1 | 2A | 47 | 0 | 4E | 3F | 18 | 15C | 40 | 2E |
| Octal | 301 | 52 | 107 | 0 | 116 | 77 | 30 | 534 | 100 | 56 |
| Binary | 11000001 | 101010 | 1000111 | 0 | 1001110 | 111111 | 11000 | 101011100 | 1000000 | 101110 |
Color Harmonies of #C12A47
Complementary color
Monochromatic Colors of #C12A47
Black with #C12A47
Text Example
Text Example
White with #C12A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12A47; }
p { color: rgb(193,42,71); }
H1.HeaderClassName
{
color: #C12A47;
}
.AnyTagClassName
{
color: #C12A47;
}
</style>
background-color css
<style>
a { background-color: #C12A47; }
a { background-color: rgb(193,42,71); }
div.DivClassName
{
background-color: #C12A47;
}
.BgClassName
{
background-color: #C12A47;
}
</style>
border-color css
<style>
span { border-color: #C12A47; }
span { border-color: rgb(193,42,71); }
td.TdClassName
{
border-color: #C12A47;
}
.TagClassName
{
border-color: #C12A47;
}
</style>