Shades of Old Rose #C12D4E
Tints of Old Rose #C12D4E
RGB
CMYK
RGB Variations
Color information
#C12D4E (or 0xC12D4E) is known color: Old Rose. HEX triplet: C1, 2D and 4E. RGB value is (193,45,78). Sum of RGB (Red+Green+Blue) = 193+45+78=316 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.08% from 316); Green value is 45 (17.97% from 255 or 14.24% from 316); Blue value is 78 (30.86% from 255 or 24.68% from 316); Max value from RGB is 193 - color contains mainly: red. Hex color #C12D4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12D4E is #3ED2B1. Grayscale: #5D5D5D. Windows color (decimal): -4117170 or 5123521. OLE color: 5123521.
HSL color Cylindrical-coordinate representation of color #C12D4E: hue angle of 346.62º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C12D4E is Cyan = 0, Magento = 0.77, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 45 | 78 | - |
| CMYK | 0 | 0.77 | 0.60 | 0.24 |
| HSL | 346.62º | 0.62% | 0.47% | - |
| HSV(B) | 346.62º | 0.77% | 0.76% | - |
| XYZ | 24.31 | 13.76 | 8.58 | - |
| YUV | 93.01 | 119.53 | 199.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 45 | 78 | 0 | 0.77 | 0.60 | 0.24 | 346.62 | 0.62 | 0.47 |
| Hex | C1 | 2D | 4E | 0 | 4D | 3C | 18 | 15B | 3E | 2F |
| Octal | 301 | 55 | 116 | 0 | 115 | 74 | 30 | 533 | 76 | 57 |
| Binary | 11000001 | 101101 | 1001110 | 0 | 1001101 | 111100 | 11000 | 101011011 | 111110 | 101111 |
Color Harmonies of #C12D4E
Complementary color
Monochromatic Colors of #C12D4E
Black with #C12D4E
Text Example
Text Example
White with #C12D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12D4E; }
p { color: rgb(193,45,78); }
H1.HeaderClassName
{
color: #C12D4E;
}
.AnyTagClassName
{
color: #C12D4E;
}
</style>
background-color css
<style>
a { background-color: #C12D4E; }
a { background-color: rgb(193,45,78); }
div.DivClassName
{
background-color: #C12D4E;
}
.BgClassName
{
background-color: #C12D4E;
}
</style>
border-color css
<style>
span { border-color: #C12D4E; }
span { border-color: rgb(193,45,78); }
td.TdClassName
{
border-color: #C12D4E;
}
.TagClassName
{
border-color: #C12D4E;
}
</style>