Shades of Old Rose #C12959
Tints of Old Rose #C12959
RGB
CMYK
RGB Variations
Color information
#C12959 (or 0xC12959) is known color: Old Rose. HEX triplet: C1, 29 and 59. RGB value is (193,41,89). Sum of RGB (Red+Green+Blue) = 193+41+89=323 (42% of max value = 765). Red value is 193 (75.78% from 255 or 59.75% from 323); Green value is 41 (16.41% from 255 or 12.69% from 323); Blue value is 89 (35.16% from 255 or 27.55% from 323); Max value from RGB is 193 - color contains mainly: red. Hex color #C12959 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12959 is #3ED6A6. Grayscale: #5B5B5B. Windows color (decimal): -4118183 or 5843393. OLE color: 5843393.
HSL color Cylindrical-coordinate representation of color #C12959: hue angle of 341.05º 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 #C12959 is Cyan = 0, Magento = 0.79, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 41 | 89 | - |
| CMYK | 0 | 0.79 | 0.54 | 0.24 |
| HSL | 341.05º | 0.65% | 0.46% | - |
| HSV(B) | 341.05º | 0.79% | 0.76% | - |
| XYZ | 24.59 | 13.64 | 10.79 | - |
| YUV | 91.92 | 126.36 | 200.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 41 | 89 | 0 | 0.79 | 0.54 | 0.24 | 341.05 | 0.65 | 0.46 |
| Hex | C1 | 29 | 59 | 0 | 4F | 36 | 18 | 155 | 41 | 2E |
| Octal | 301 | 51 | 131 | 0 | 117 | 66 | 30 | 525 | 101 | 56 |
| Binary | 11000001 | 101001 | 1011001 | 0 | 1001111 | 110110 | 11000 | 101010101 | 1000001 | 101110 |
Color Harmonies of #C12959
Complementary color
Monochromatic Colors of #C12959
Black with #C12959
Text Example
Text Example
White with #C12959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12959; }
p { color: rgb(193,41,89); }
H1.HeaderClassName
{
color: #C12959;
}
.AnyTagClassName
{
color: #C12959;
}
</style>
background-color css
<style>
a { background-color: #C12959; }
a { background-color: rgb(193,41,89); }
div.DivClassName
{
background-color: #C12959;
}
.BgClassName
{
background-color: #C12959;
}
</style>
border-color css
<style>
span { border-color: #C12959; }
span { border-color: rgb(193,41,89); }
td.TdClassName
{
border-color: #C12959;
}
.TagClassName
{
border-color: #C12959;
}
</style>