Shades of Old Rose #C01551
Tints of Old Rose #C01551
RGB
CMYK
RGB Variations
Color information
#C01551 (or 0xC01551) is known color: Old Rose. HEX triplet: C0, 15 and 51. RGB value is (192,21,81). Sum of RGB (Red+Green+Blue) = 192+21+81=294 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.31% from 294); Green value is 21 (8.59% from 255 or 7.14% from 294); Blue value is 81 (32.03% from 255 or 27.55% from 294); Max value from RGB is 192 - color contains mainly: red. Hex color #C01551 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01551 is #3FEAAE. Grayscale: #4E4E4E. Windows color (decimal): -4188847 or 5313984. OLE color: 5313984.
HSL color Cylindrical-coordinate representation of color #C01551: hue angle of 338.95º 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 #C01551 is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 21 | 81 | - |
| CMYK | 0 | 0.89 | 0.58 | 0.25 |
| HSL | 338.95º | 0.8% | 0.42% | - |
| HSV(B) | 338.95º | 0.89% | 0.75% | - |
| XYZ | 23.49 | 12.34 | 8.93 | - |
| YUV | 78.97 | 129.15 | 208.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 21 | 81 | 0 | 0.89 | 0.58 | 0.25 | 338.95 | 0.8 | 0.42 |
| Hex | C0 | 15 | 51 | 0 | 59 | 3A | 19 | 153 | 50 | 2A |
| Octal | 300 | 25 | 121 | 0 | 131 | 72 | 31 | 523 | 120 | 52 |
| Binary | 11000000 | 10101 | 1010001 | 0 | 1011001 | 111010 | 11001 | 101010011 | 1010000 | 101010 |
Color Harmonies of #C01551
Complementary color
Monochromatic Colors of #C01551
Black with #C01551
Text Example
Text Example
White with #C01551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01551; }
p { color: rgb(192,21,81); }
H1.HeaderClassName
{
color: #C01551;
}
.AnyTagClassName
{
color: #C01551;
}
</style>
background-color css
<style>
a { background-color: #C01551; }
a { background-color: rgb(192,21,81); }
div.DivClassName
{
background-color: #C01551;
}
.BgClassName
{
background-color: #C01551;
}
</style>
border-color css
<style>
span { border-color: #C01551; }
span { border-color: rgb(192,21,81); }
td.TdClassName
{
border-color: #C01551;
}
.TagClassName
{
border-color: #C01551;
}
</style>