Shades of Old Rose #C12B5A
Tints of Old Rose #C12B5A
RGB
CMYK
RGB Variations
Color information
#C12B5A (or 0xC12B5A) is known color: Old Rose. HEX triplet: C1, 2B and 5A. RGB value is (193,43,90). Sum of RGB (Red+Green+Blue) = 193+43+90=326 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.20% from 326); Green value is 43 (17.19% from 255 or 13.19% from 326); Blue value is 90 (35.55% from 255 or 27.61% from 326); Max value from RGB is 193 - color contains mainly: red. Hex color #C12B5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12B5A is #3ED4A5. Grayscale: #5D5D5D. Windows color (decimal): -4117670 or 5909441. OLE color: 5909441.
HSL color Cylindrical-coordinate representation of color #C12B5A: hue angle of 341.2º 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 #C12B5A is Cyan = 0, Magento = 0.78, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 43 | 90 | - |
| CMYK | 0 | 0.78 | 0.53 | 0.24 |
| HSL | 341.2º | 0.64% | 0.46% | - |
| HSV(B) | 341.2º | 0.78% | 0.76% | - |
| XYZ | 24.7 | 13.8 | 11.04 | - |
| YUV | 93.21 | 126.2 | 199.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 43 | 90 | 0 | 0.78 | 0.53 | 0.24 | 341.2 | 0.64 | 0.46 |
| Hex | C1 | 2B | 5A | 0 | 4E | 35 | 18 | 155 | 40 | 2E |
| Octal | 301 | 53 | 132 | 0 | 116 | 65 | 30 | 525 | 100 | 56 |
| Binary | 11000001 | 101011 | 1011010 | 0 | 1001110 | 110101 | 11000 | 101010101 | 1000000 | 101110 |
Color Harmonies of #C12B5A
Complementary color
Monochromatic Colors of #C12B5A
Black with #C12B5A
Text Example
Text Example
White with #C12B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12B5A; }
p { color: rgb(193,43,90); }
H1.HeaderClassName
{
color: #C12B5A;
}
.AnyTagClassName
{
color: #C12B5A;
}
</style>
background-color css
<style>
a { background-color: #C12B5A; }
a { background-color: rgb(193,43,90); }
div.DivClassName
{
background-color: #C12B5A;
}
.BgClassName
{
background-color: #C12B5A;
}
</style>
border-color css
<style>
span { border-color: #C12B5A; }
span { border-color: rgb(193,43,90); }
td.TdClassName
{
border-color: #C12B5A;
}
.TagClassName
{
border-color: #C12B5A;
}
</style>