Shades of Old Rose #C12558
Tints of Old Rose #C12558
RGB
CMYK
RGB Variations
Color information
#C12558 (or 0xC12558) is known color: Old Rose. HEX triplet: C1, 25 and 58. RGB value is (193,37,88). Sum of RGB (Red+Green+Blue) = 193+37+88=318 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.69% from 318); Green value is 37 (14.84% from 255 or 11.64% from 318); Blue value is 88 (34.77% from 255 or 27.67% from 318); Max value from RGB is 193 - color contains mainly: red. Hex color #C12558 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12558 is #3EDAA7. Grayscale: #595959. Windows color (decimal): -4119208 or 5776833. OLE color: 5776833.
HSL color Cylindrical-coordinate representation of color #C12558: hue angle of 340.38º 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 #C12558 is Cyan = 0, Magento = 0.81, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 37 | 88 | - |
| CMYK | 0 | 0.81 | 0.54 | 0.24 |
| HSL | 340.38º | 0.68% | 0.45% | - |
| HSV(B) | 340.38º | 0.81% | 0.76% | - |
| XYZ | 24.42 | 13.37 | 10.53 | - |
| YUV | 89.46 | 127.18 | 201.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 37 | 88 | 0 | 0.81 | 0.54 | 0.24 | 340.38 | 0.68 | 0.45 |
| Hex | C1 | 25 | 58 | 0 | 51 | 36 | 18 | 154 | 44 | 2D |
| Octal | 301 | 45 | 130 | 0 | 121 | 66 | 30 | 524 | 104 | 55 |
| Binary | 11000001 | 100101 | 1011000 | 0 | 1010001 | 110110 | 11000 | 101010100 | 1000100 | 101101 |
Color Harmonies of #C12558
Complementary color
Monochromatic Colors of #C12558
Black with #C12558
Text Example
Text Example
White with #C12558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12558; }
p { color: rgb(193,37,88); }
H1.HeaderClassName
{
color: #C12558;
}
.AnyTagClassName
{
color: #C12558;
}
</style>
background-color css
<style>
a { background-color: #C12558; }
a { background-color: rgb(193,37,88); }
div.DivClassName
{
background-color: #C12558;
}
.BgClassName
{
background-color: #C12558;
}
</style>
border-color css
<style>
span { border-color: #C12558; }
span { border-color: rgb(193,37,88); }
td.TdClassName
{
border-color: #C12558;
}
.TagClassName
{
border-color: #C12558;
}
</style>