Shades of Old Rose #C12559
Tints of Old Rose #C12559
RGB
CMYK
RGB Variations
Color information
#C12559 (or 0xC12559) is known color: Old Rose. HEX triplet: C1, 25 and 59. RGB value is (193,37,89). Sum of RGB (Red+Green+Blue) = 193+37+89=319 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.50% from 319); Green value is 37 (14.84% from 255 or 11.60% from 319); Blue value is 89 (35.16% from 255 or 27.90% from 319); Max value from RGB is 193 - color contains mainly: red. Hex color #C12559 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12559 is #3EDAA6. Grayscale: #595959. Windows color (decimal): -4119207 or 5842369. OLE color: 5842369.
HSL color Cylindrical-coordinate representation of color #C12559: hue angle of 340º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C12559 is Cyan = 0, Magento = 0.81, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 37 | 89 | - |
| CMYK | 0 | 0.81 | 0.54 | 0.24 |
| HSL | 340º | 0.68% | 0.45% | - |
| HSV(B) | 340º | 0.81% | 0.76% | - |
| XYZ | 24.46 | 13.38 | 10.75 | - |
| YUV | 89.57 | 127.68 | 201.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 37 | 89 | 0 | 0.81 | 0.54 | 0.24 | 340 | 0.68 | 0.45 |
| Hex | C1 | 25 | 59 | 0 | 51 | 36 | 18 | 154 | 44 | 2D |
| Octal | 301 | 45 | 131 | 0 | 121 | 66 | 30 | 524 | 104 | 55 |
| Binary | 11000001 | 100101 | 1011001 | 0 | 1010001 | 110110 | 11000 | 101010100 | 1000100 | 101101 |
Color Harmonies of #C12559
Complementary color
Monochromatic Colors of #C12559
Black with #C12559
Text Example
Text Example
White with #C12559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12559; }
p { color: rgb(193,37,89); }
H1.HeaderClassName
{
color: #C12559;
}
.AnyTagClassName
{
color: #C12559;
}
</style>
background-color css
<style>
a { background-color: #C12559; }
a { background-color: rgb(193,37,89); }
div.DivClassName
{
background-color: #C12559;
}
.BgClassName
{
background-color: #C12559;
}
</style>
border-color css
<style>
span { border-color: #C12559; }
span { border-color: rgb(193,37,89); }
td.TdClassName
{
border-color: #C12559;
}
.TagClassName
{
border-color: #C12559;
}
</style>