Shades of Old Rose #C12D55
Tints of Old Rose #C12D55
RGB
CMYK
RGB Variations
Color information
#C12D55 (or 0xC12D55) is known color: Old Rose. HEX triplet: C1, 2D and 55. RGB value is (193,45,85). Sum of RGB (Red+Green+Blue) = 193+45+85=323 (42% of max value = 765). Red value is 193 (75.78% from 255 or 59.75% from 323); Green value is 45 (17.97% from 255 or 13.93% from 323); Blue value is 85 (33.59% from 255 or 26.32% from 323); Max value from RGB is 193 - color contains mainly: red. Hex color #C12D55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12D55 is #3ED2AA. Grayscale: #5D5D5D. Windows color (decimal): -4117163 or 5582273. OLE color: 5582273.
HSL color Cylindrical-coordinate representation of color #C12D55: hue angle of 343.78º 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 #C12D55 is Cyan = 0, Magento = 0.77, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 45 | 85 | - |
| CMYK | 0 | 0.77 | 0.56 | 0.24 |
| HSL | 343.78º | 0.62% | 0.47% | - |
| HSV(B) | 343.78º | 0.77% | 0.76% | - |
| XYZ | 24.57 | 13.87 | 9.98 | - |
| YUV | 93.81 | 123.03 | 198.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 45 | 85 | 0 | 0.77 | 0.56 | 0.24 | 343.78 | 0.62 | 0.47 |
| Hex | C1 | 2D | 55 | 0 | 4D | 38 | 18 | 158 | 3E | 2F |
| Octal | 301 | 55 | 125 | 0 | 115 | 70 | 30 | 530 | 76 | 57 |
| Binary | 11000001 | 101101 | 1010101 | 0 | 1001101 | 111000 | 11000 | 101011000 | 111110 | 101111 |
Color Harmonies of #C12D55
Complementary color
Monochromatic Colors of #C12D55
Black with #C12D55
Text Example
Text Example
White with #C12D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12D55; }
p { color: rgb(193,45,85); }
H1.HeaderClassName
{
color: #C12D55;
}
.AnyTagClassName
{
color: #C12D55;
}
</style>
background-color css
<style>
a { background-color: #C12D55; }
a { background-color: rgb(193,45,85); }
div.DivClassName
{
background-color: #C12D55;
}
.BgClassName
{
background-color: #C12D55;
}
</style>
border-color css
<style>
span { border-color: #C12D55; }
span { border-color: rgb(193,45,85); }
td.TdClassName
{
border-color: #C12D55;
}
.TagClassName
{
border-color: #C12D55;
}
</style>