Shades of Old Rose #C12A52
Tints of Old Rose #C12A52
RGB
CMYK
RGB Variations
Color information
#C12A52 (or 0xC12A52) is known color: Old Rose. HEX triplet: C1, 2A and 52. RGB value is (193,42,82). Sum of RGB (Red+Green+Blue) = 193+42+82=317 (41% of max value = 765). Red value is 193 (75.78% from 255 or 60.88% from 317); Green value is 42 (16.80% from 255 or 13.25% from 317); Blue value is 82 (32.42% from 255 or 25.87% from 317); Max value from RGB is 193 - color contains mainly: red. Hex color #C12A52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12A52 is #3ED5AD. Grayscale: #5B5B5B. Windows color (decimal): -4117934 or 5384897. OLE color: 5384897.
HSL color Cylindrical-coordinate representation of color #C12A52: hue angle of 344.11º 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 #C12A52 is Cyan = 0, Magento = 0.78, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 42 | 82 | - |
| CMYK | 0 | 0.78 | 0.58 | 0.24 |
| HSL | 344.11º | 0.64% | 0.46% | - |
| HSV(B) | 344.11º | 0.78% | 0.76% | - |
| XYZ | 24.34 | 13.6 | 9.33 | - |
| YUV | 91.71 | 122.53 | 200.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 42 | 82 | 0 | 0.78 | 0.58 | 0.24 | 344.11 | 0.64 | 0.46 |
| Hex | C1 | 2A | 52 | 0 | 4E | 3A | 18 | 158 | 40 | 2E |
| Octal | 301 | 52 | 122 | 0 | 116 | 72 | 30 | 530 | 100 | 56 |
| Binary | 11000001 | 101010 | 1010010 | 0 | 1001110 | 111010 | 11000 | 101011000 | 1000000 | 101110 |
Color Harmonies of #C12A52
Complementary color
Monochromatic Colors of #C12A52
Black with #C12A52
Text Example
Text Example
White with #C12A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12A52; }
p { color: rgb(193,42,82); }
H1.HeaderClassName
{
color: #C12A52;
}
.AnyTagClassName
{
color: #C12A52;
}
</style>
background-color css
<style>
a { background-color: #C12A52; }
a { background-color: rgb(193,42,82); }
div.DivClassName
{
background-color: #C12A52;
}
.BgClassName
{
background-color: #C12A52;
}
</style>
border-color css
<style>
span { border-color: #C12A52; }
span { border-color: rgb(193,42,82); }
td.TdClassName
{
border-color: #C12A52;
}
.TagClassName
{
border-color: #C12A52;
}
</style>