Shades of Old Rose #C01558
Tints of Old Rose #C01558
RGB
CMYK
RGB Variations
Color information
#C01558 (or 0xC01558) is known color: Old Rose. HEX triplet: C0, 15 and 58. RGB value is (192,21,88). Sum of RGB (Red+Green+Blue) = 192+21+88=301 (39% of max value = 765). Red value is 192 (75.39% from 255 or 63.79% from 301); Green value is 21 (8.59% from 255 or 6.98% from 301); Blue value is 88 (34.77% from 255 or 29.24% from 301); Max value from RGB is 192 - color contains mainly: red. Hex color #C01558 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01558 is #3FEAA7. Grayscale: #4F4F4F. Windows color (decimal): -4188840 or 5772736. OLE color: 5772736.
HSL color Cylindrical-coordinate representation of color #C01558: hue angle of 336.49º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C01558 is Cyan = 0, Magento = 0.89, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 21 | 88 | - |
| CMYK | 0 | 0.89 | 0.54 | 0.25 |
| HSL | 336.49º | 0.8% | 0.42% | - |
| HSV(B) | 336.49º | 0.89% | 0.75% | - |
| XYZ | 23.77 | 12.45 | 10.38 | - |
| YUV | 79.77 | 132.65 | 208.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 21 | 88 | 0 | 0.89 | 0.54 | 0.25 | 336.49 | 0.8 | 0.42 |
| Hex | C0 | 15 | 58 | 0 | 59 | 36 | 19 | 150 | 50 | 2A |
| Octal | 300 | 25 | 130 | 0 | 131 | 66 | 31 | 520 | 120 | 52 |
| Binary | 11000000 | 10101 | 1011000 | 0 | 1011001 | 110110 | 11001 | 101010000 | 1010000 | 101010 |
Color Harmonies of #C01558
Complementary color
Monochromatic Colors of #C01558
Black with #C01558
Text Example
Text Example
White with #C01558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01558; }
p { color: rgb(192,21,88); }
H1.HeaderClassName
{
color: #C01558;
}
.AnyTagClassName
{
color: #C01558;
}
</style>
background-color css
<style>
a { background-color: #C01558; }
a { background-color: rgb(192,21,88); }
div.DivClassName
{
background-color: #C01558;
}
.BgClassName
{
background-color: #C01558;
}
</style>
border-color css
<style>
span { border-color: #C01558; }
span { border-color: rgb(192,21,88); }
td.TdClassName
{
border-color: #C01558;
}
.TagClassName
{
border-color: #C01558;
}
</style>