Shades of Old Rose #C12B5D
Tints of Old Rose #C12B5D
RGB
CMYK
RGB Variations
Color information
#C12B5D (or 0xC12B5D) is known color: Old Rose. HEX triplet: C1, 2B and 5D. RGB value is (193,43,93). Sum of RGB (Red+Green+Blue) = 193+43+93=329 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.66% from 329); Green value is 43 (17.19% from 255 or 13.07% from 329); Blue value is 93 (36.72% from 255 or 28.27% from 329); Max value from RGB is 193 - color contains mainly: red. Hex color #C12B5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12B5D is #3ED4A2. Grayscale: #5D5D5D. Windows color (decimal): -4117667 or 6106049. OLE color: 6106049.
HSL color Cylindrical-coordinate representation of color #C12B5D: hue angle of 340º 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 #C12B5D is Cyan = 0, Magento = 0.78, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 43 | 93 | - |
| CMYK | 0 | 0.78 | 0.52 | 0.24 |
| HSL | 340º | 0.64% | 0.46% | - |
| HSV(B) | 340º | 0.78% | 0.76% | - |
| XYZ | 24.83 | 13.86 | 11.72 | - |
| YUV | 93.55 | 127.7 | 198.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 43 | 93 | 0 | 0.78 | 0.52 | 0.24 | 340 | 0.64 | 0.46 |
| Hex | C1 | 2B | 5D | 0 | 4E | 34 | 18 | 154 | 40 | 2E |
| Octal | 301 | 53 | 135 | 0 | 116 | 64 | 30 | 524 | 100 | 56 |
| Binary | 11000001 | 101011 | 1011101 | 0 | 1001110 | 110100 | 11000 | 101010100 | 1000000 | 101110 |
Color Harmonies of #C12B5D
Complementary color
Monochromatic Colors of #C12B5D
Black with #C12B5D
Text Example
Text Example
White with #C12B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12B5D; }
p { color: rgb(193,43,93); }
H1.HeaderClassName
{
color: #C12B5D;
}
.AnyTagClassName
{
color: #C12B5D;
}
</style>
background-color css
<style>
a { background-color: #C12B5D; }
a { background-color: rgb(193,43,93); }
div.DivClassName
{
background-color: #C12B5D;
}
.BgClassName
{
background-color: #C12B5D;
}
</style>
border-color css
<style>
span { border-color: #C12B5D; }
span { border-color: rgb(193,43,93); }
td.TdClassName
{
border-color: #C12B5D;
}
.TagClassName
{
border-color: #C12B5D;
}
</style>