Shades of Old Rose #C12E47
Tints of Old Rose #C12E47
RGB
CMYK
RGB Variations
Color information
#C12E47 (or 0xC12E47) is known color: Old Rose. HEX triplet: C1, 2E and 47. RGB value is (193,46,71). Sum of RGB (Red+Green+Blue) = 193+46+71=310 (41% of max value = 765). Red value is 193 (75.78% from 255 or 62.26% from 310); Green value is 46 (18.36% from 255 or 14.84% from 310); Blue value is 71 (28.12% from 255 or 22.90% from 310); Max value from RGB is 193 - color contains mainly: red. Hex color #C12E47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12E47 is #3ED1B8. Grayscale: #5C5C5C. Windows color (decimal): -4116921 or 4665025. OLE color: 4665025.
HSL color Cylindrical-coordinate representation of color #C12E47: hue angle of 349.8º 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 #C12E47 is Cyan = 0, Magento = 0.76, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 46 | 71 | - |
| CMYK | 0 | 0.76 | 0.63 | 0.24 |
| HSL | 349.8º | 0.62% | 0.47% | - |
| HSV(B) | 349.8º | 0.76% | 0.76% | - |
| XYZ | 24.11 | 13.75 | 7.34 | - |
| YUV | 92.8 | 115.7 | 199.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 46 | 71 | 0 | 0.76 | 0.63 | 0.24 | 349.8 | 0.62 | 0.47 |
| Hex | C1 | 2E | 47 | 0 | 4C | 3F | 18 | 15E | 3E | 2F |
| Octal | 301 | 56 | 107 | 0 | 114 | 77 | 30 | 536 | 76 | 57 |
| Binary | 11000001 | 101110 | 1000111 | 0 | 1001100 | 111111 | 11000 | 101011110 | 111110 | 101111 |
Color Harmonies of #C12E47
Complementary color
Monochromatic Colors of #C12E47
Black with #C12E47
Text Example
Text Example
White with #C12E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12E47; }
p { color: rgb(193,46,71); }
H1.HeaderClassName
{
color: #C12E47;
}
.AnyTagClassName
{
color: #C12E47;
}
</style>
background-color css
<style>
a { background-color: #C12E47; }
a { background-color: rgb(193,46,71); }
div.DivClassName
{
background-color: #C12E47;
}
.BgClassName
{
background-color: #C12E47;
}
</style>
border-color css
<style>
span { border-color: #C12E47; }
span { border-color: rgb(193,46,71); }
td.TdClassName
{
border-color: #C12E47;
}
.TagClassName
{
border-color: #C12E47;
}
</style>