Shades of Old Rose #C12A5E
Tints of Old Rose #C12A5E
RGB
CMYK
RGB Variations
Color information
#C12A5E (or 0xC12A5E) is known color: Old Rose. HEX triplet: C1, 2A and 5E. RGB value is (193,42,94). Sum of RGB (Red+Green+Blue) = 193+42+94=329 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.66% from 329); Green value is 42 (16.80% from 255 or 12.77% from 329); Blue value is 94 (37.11% from 255 or 28.57% from 329); Max value from RGB is 193 - color contains mainly: red. Hex color #C12A5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12A5E is #3ED5A1. Grayscale: #5D5D5D. Windows color (decimal): -4117922 or 6171329. OLE color: 6171329.
HSL color Cylindrical-coordinate representation of color #C12A5E: hue angle of 339.34º 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 #C12A5E is Cyan = 0, Magento = 0.78, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 42 | 94 | - |
| CMYK | 0 | 0.78 | 0.51 | 0.24 |
| HSL | 339.34º | 0.64% | 0.46% | - |
| HSV(B) | 339.34º | 0.78% | 0.76% | - |
| XYZ | 24.84 | 13.8 | 11.94 | - |
| YUV | 93.08 | 128.53 | 199.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 42 | 94 | 0 | 0.78 | 0.51 | 0.24 | 339.34 | 0.64 | 0.46 |
| Hex | C1 | 2A | 5E | 0 | 4E | 33 | 18 | 153 | 40 | 2E |
| Octal | 301 | 52 | 136 | 0 | 116 | 63 | 30 | 523 | 100 | 56 |
| Binary | 11000001 | 101010 | 1011110 | 0 | 1001110 | 110011 | 11000 | 101010011 | 1000000 | 101110 |
Color Harmonies of #C12A5E
Complementary color
Monochromatic Colors of #C12A5E
Black with #C12A5E
Text Example
Text Example
White with #C12A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12A5E; }
p { color: rgb(193,42,94); }
H1.HeaderClassName
{
color: #C12A5E;
}
.AnyTagClassName
{
color: #C12A5E;
}
</style>
background-color css
<style>
a { background-color: #C12A5E; }
a { background-color: rgb(193,42,94); }
div.DivClassName
{
background-color: #C12A5E;
}
.BgClassName
{
background-color: #C12A5E;
}
</style>
border-color css
<style>
span { border-color: #C12A5E; }
span { border-color: rgb(193,42,94); }
td.TdClassName
{
border-color: #C12A5E;
}
.TagClassName
{
border-color: #C12A5E;
}
</style>