Shades of Old Rose #C01556
Tints of Old Rose #C01556
RGB
CMYK
RGB Variations
Color information
#C01556 (or 0xC01556) is known color: Old Rose. HEX triplet: C0, 15 and 56. RGB value is (192,21,86). Sum of RGB (Red+Green+Blue) = 192+21+86=299 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.21% from 299); Green value is 21 (8.59% from 255 or 7.02% from 299); Blue value is 86 (33.98% from 255 or 28.76% from 299); Max value from RGB is 192 - color contains mainly: red. Hex color #C01556 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01556 is #3FEAA9. Grayscale: #4F4F4F. Windows color (decimal): -4188842 or 5641664. OLE color: 5641664.
HSL color Cylindrical-coordinate representation of color #C01556: hue angle of 337.19º 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 #C01556 is Cyan = 0, Magento = 0.89, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 21 | 86 | - |
| CMYK | 0 | 0.89 | 0.55 | 0.25 |
| HSL | 337.19º | 0.8% | 0.42% | - |
| HSV(B) | 337.19º | 0.89% | 0.75% | - |
| XYZ | 23.69 | 12.41 | 9.95 | - |
| YUV | 79.54 | 131.65 | 208.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 21 | 86 | 0 | 0.89 | 0.55 | 0.25 | 337.19 | 0.8 | 0.42 |
| Hex | C0 | 15 | 56 | 0 | 59 | 37 | 19 | 151 | 50 | 2A |
| Octal | 300 | 25 | 126 | 0 | 131 | 67 | 31 | 521 | 120 | 52 |
| Binary | 11000000 | 10101 | 1010110 | 0 | 1011001 | 110111 | 11001 | 101010001 | 1010000 | 101010 |
Color Harmonies of #C01556
Complementary color
Monochromatic Colors of #C01556
Black with #C01556
Text Example
Text Example
White with #C01556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01556; }
p { color: rgb(192,21,86); }
H1.HeaderClassName
{
color: #C01556;
}
.AnyTagClassName
{
color: #C01556;
}
</style>
background-color css
<style>
a { background-color: #C01556; }
a { background-color: rgb(192,21,86); }
div.DivClassName
{
background-color: #C01556;
}
.BgClassName
{
background-color: #C01556;
}
</style>
border-color css
<style>
span { border-color: #C01556; }
span { border-color: rgb(192,21,86); }
td.TdClassName
{
border-color: #C01556;
}
.TagClassName
{
border-color: #C01556;
}
</style>