Shades of Old Rose #C12A5C
Tints of Old Rose #C12A5C
RGB
CMYK
RGB Variations
Color information
#C12A5C (or 0xC12A5C) is known color: Old Rose. HEX triplet: C1, 2A and 5C. RGB value is (193,42,92). Sum of RGB (Red+Green+Blue) = 193+42+92=327 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.02% from 327); Green value is 42 (16.80% from 255 or 12.84% from 327); Blue value is 92 (36.33% from 255 or 28.13% from 327); Max value from RGB is 193 - color contains mainly: red. Hex color #C12A5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12A5C is #3ED5A3. Grayscale: #5C5C5C. Windows color (decimal): -4117924 or 6040257. OLE color: 6040257.
HSL color Cylindrical-coordinate representation of color #C12A5C: hue angle of 340.13º 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 #C12A5C is Cyan = 0, Magento = 0.78, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 42 | 92 | - |
| CMYK | 0 | 0.78 | 0.52 | 0.24 |
| HSL | 340.13º | 0.64% | 0.46% | - |
| HSV(B) | 340.13º | 0.78% | 0.76% | - |
| XYZ | 24.75 | 13.77 | 11.48 | - |
| YUV | 92.85 | 127.53 | 199.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 42 | 92 | 0 | 0.78 | 0.52 | 0.24 | 340.13 | 0.64 | 0.46 |
| Hex | C1 | 2A | 5C | 0 | 4E | 34 | 18 | 154 | 40 | 2E |
| Octal | 301 | 52 | 134 | 0 | 116 | 64 | 30 | 524 | 100 | 56 |
| Binary | 11000001 | 101010 | 1011100 | 0 | 1001110 | 110100 | 11000 | 101010100 | 1000000 | 101110 |
Color Harmonies of #C12A5C
Complementary color
Monochromatic Colors of #C12A5C
Black with #C12A5C
Text Example
Text Example
White with #C12A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12A5C; }
p { color: rgb(193,42,92); }
H1.HeaderClassName
{
color: #C12A5C;
}
.AnyTagClassName
{
color: #C12A5C;
}
</style>
background-color css
<style>
a { background-color: #C12A5C; }
a { background-color: rgb(193,42,92); }
div.DivClassName
{
background-color: #C12A5C;
}
.BgClassName
{
background-color: #C12A5C;
}
</style>
border-color css
<style>
span { border-color: #C12A5C; }
span { border-color: rgb(193,42,92); }
td.TdClassName
{
border-color: #C12A5C;
}
.TagClassName
{
border-color: #C12A5C;
}
</style>