Shades of Old Rose #C12D4D
Tints of Old Rose #C12D4D
RGB
CMYK
RGB Variations
Color information
#C12D4D (or 0xC12D4D) is known color: Old Rose. HEX triplet: C1, 2D and 4D. RGB value is (193,45,77). Sum of RGB (Red+Green+Blue) = 193+45+77=315 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.27% from 315); Green value is 45 (17.97% from 255 or 14.29% from 315); Blue value is 77 (30.47% from 255 or 24.44% from 315); Max value from RGB is 193 - color contains mainly: red. Hex color #C12D4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12D4D is #3ED2B2. Grayscale: #5C5C5C. Windows color (decimal): -4117171 or 5057985. OLE color: 5057985.
HSL color Cylindrical-coordinate representation of color #C12D4D: hue angle of 347.03º 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 #C12D4D is Cyan = 0, Magento = 0.77, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 45 | 77 | - |
| CMYK | 0 | 0.77 | 0.60 | 0.24 |
| HSL | 347.03º | 0.62% | 0.47% | - |
| HSV(B) | 347.03º | 0.77% | 0.76% | - |
| XYZ | 24.27 | 13.75 | 8.4 | - |
| YUV | 92.9 | 119.03 | 199.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 45 | 77 | 0 | 0.77 | 0.60 | 0.24 | 347.03 | 0.62 | 0.47 |
| Hex | C1 | 2D | 4D | 0 | 4D | 3C | 18 | 15B | 3E | 2F |
| Octal | 301 | 55 | 115 | 0 | 115 | 74 | 30 | 533 | 76 | 57 |
| Binary | 11000001 | 101101 | 1001101 | 0 | 1001101 | 111100 | 11000 | 101011011 | 111110 | 101111 |
Color Harmonies of #C12D4D
Complementary color
Monochromatic Colors of #C12D4D
Black with #C12D4D
Text Example
Text Example
White with #C12D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12D4D; }
p { color: rgb(193,45,77); }
H1.HeaderClassName
{
color: #C12D4D;
}
.AnyTagClassName
{
color: #C12D4D;
}
</style>
background-color css
<style>
a { background-color: #C12D4D; }
a { background-color: rgb(193,45,77); }
div.DivClassName
{
background-color: #C12D4D;
}
.BgClassName
{
background-color: #C12D4D;
}
</style>
border-color css
<style>
span { border-color: #C12D4D; }
span { border-color: rgb(193,45,77); }
td.TdClassName
{
border-color: #C12D4D;
}
.TagClassName
{
border-color: #C12D4D;
}
</style>