Shades of Old Rose #C01553
Tints of Old Rose #C01553
RGB
CMYK
RGB Variations
Color information
#C01553 (or 0xC01553) is known color: Old Rose. HEX triplet: C0, 15 and 53. RGB value is (192,21,83). Sum of RGB (Red+Green+Blue) = 192+21+83=296 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.86% from 296); Green value is 21 (8.59% from 255 or 7.09% from 296); Blue value is 83 (32.81% from 255 or 28.04% from 296); Max value from RGB is 192 - color contains mainly: red. Hex color #C01553 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01553 is #3FEAAC. Grayscale: #4F4F4F. Windows color (decimal): -4188845 or 5445056. OLE color: 5445056.
HSL color Cylindrical-coordinate representation of color #C01553: hue angle of 338.25º 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 #C01553 is Cyan = 0, Magento = 0.89, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 21 | 83 | - |
| CMYK | 0 | 0.89 | 0.57 | 0.25 |
| HSL | 338.25º | 0.8% | 0.42% | - |
| HSV(B) | 338.25º | 0.89% | 0.75% | - |
| XYZ | 23.57 | 12.37 | 9.33 | - |
| YUV | 79.2 | 130.15 | 208.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 21 | 83 | 0 | 0.89 | 0.57 | 0.25 | 338.25 | 0.8 | 0.42 |
| Hex | C0 | 15 | 53 | 0 | 59 | 39 | 19 | 152 | 50 | 2A |
| Octal | 300 | 25 | 123 | 0 | 131 | 71 | 31 | 522 | 120 | 52 |
| Binary | 11000000 | 10101 | 1010011 | 0 | 1011001 | 111001 | 11001 | 101010010 | 1010000 | 101010 |
Color Harmonies of #C01553
Complementary color
Monochromatic Colors of #C01553
Black with #C01553
Text Example
Text Example
White with #C01553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01553; }
p { color: rgb(192,21,83); }
H1.HeaderClassName
{
color: #C01553;
}
.AnyTagClassName
{
color: #C01553;
}
</style>
background-color css
<style>
a { background-color: #C01553; }
a { background-color: rgb(192,21,83); }
div.DivClassName
{
background-color: #C01553;
}
.BgClassName
{
background-color: #C01553;
}
</style>
border-color css
<style>
span { border-color: #C01553; }
span { border-color: rgb(192,21,83); }
td.TdClassName
{
border-color: #C01553;
}
.TagClassName
{
border-color: #C01553;
}
</style>