Shades of Old Rose #C12951
Tints of Old Rose #C12951
RGB
CMYK
RGB Variations
Color information
#C12951 (or 0xC12951) is known color: Old Rose. HEX triplet: C1, 29 and 51. RGB value is (193,41,81). Sum of RGB (Red+Green+Blue) = 193+41+81=315 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.27% from 315); Green value is 41 (16.41% from 255 or 13.02% from 315); Blue value is 81 (32.03% from 255 or 25.71% from 315); Max value from RGB is 193 - color contains mainly: red. Hex color #C12951 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12951 is #3ED6AE. Grayscale: #5B5B5B. Windows color (decimal): -4118191 or 5319105. OLE color: 5319105.
HSL color Cylindrical-coordinate representation of color #C12951: hue angle of 344.21º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C12951 is Cyan = 0, Magento = 0.79, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 41 | 81 | - |
| CMYK | 0 | 0.79 | 0.58 | 0.24 |
| HSL | 344.21º | 0.65% | 0.46% | - |
| HSV(B) | 344.21º | 0.79% | 0.76% | - |
| XYZ | 24.27 | 13.52 | 9.11 | - |
| YUV | 91.01 | 122.36 | 200.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 41 | 81 | 0 | 0.79 | 0.58 | 0.24 | 344.21 | 0.65 | 0.46 |
| Hex | C1 | 29 | 51 | 0 | 4F | 3A | 18 | 158 | 41 | 2E |
| Octal | 301 | 51 | 121 | 0 | 117 | 72 | 30 | 530 | 101 | 56 |
| Binary | 11000001 | 101001 | 1010001 | 0 | 1001111 | 111010 | 11000 | 101011000 | 1000001 | 101110 |
Color Harmonies of #C12951
Complementary color
Monochromatic Colors of #C12951
Black with #C12951
Text Example
Text Example
White with #C12951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12951; }
p { color: rgb(193,41,81); }
H1.HeaderClassName
{
color: #C12951;
}
.AnyTagClassName
{
color: #C12951;
}
</style>
background-color css
<style>
a { background-color: #C12951; }
a { background-color: rgb(193,41,81); }
div.DivClassName
{
background-color: #C12951;
}
.BgClassName
{
background-color: #C12951;
}
</style>
border-color css
<style>
span { border-color: #C12951; }
span { border-color: rgb(193,41,81); }
td.TdClassName
{
border-color: #C12951;
}
.TagClassName
{
border-color: #C12951;
}
</style>