Shades of Old Rose #C01555
Tints of Old Rose #C01555
RGB
CMYK
RGB Variations
Color information
#C01555 (or 0xC01555) is known color: Old Rose. HEX triplet: C0, 15 and 55. RGB value is (192,21,85). Sum of RGB (Red+Green+Blue) = 192+21+85=298 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.43% from 298); Green value is 21 (8.59% from 255 or 7.05% from 298); Blue value is 85 (33.59% from 255 or 28.52% from 298); Max value from RGB is 192 - color contains mainly: red. Hex color #C01555 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01555 is #3FEAAA. Grayscale: #4F4F4F. Windows color (decimal): -4188843 or 5576128. OLE color: 5576128.
HSL color Cylindrical-coordinate representation of color #C01555: hue angle of 337.54º 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 #C01555 is Cyan = 0, Magento = 0.89, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 21 | 85 | - |
| CMYK | 0 | 0.89 | 0.56 | 0.25 |
| HSL | 337.54º | 0.8% | 0.42% | - |
| HSV(B) | 337.54º | 0.89% | 0.75% | - |
| XYZ | 23.65 | 12.4 | 9.74 | - |
| YUV | 79.43 | 131.15 | 208.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 21 | 85 | 0 | 0.89 | 0.56 | 0.25 | 337.54 | 0.8 | 0.42 |
| Hex | C0 | 15 | 55 | 0 | 59 | 38 | 19 | 152 | 50 | 2A |
| Octal | 300 | 25 | 125 | 0 | 131 | 70 | 31 | 522 | 120 | 52 |
| Binary | 11000000 | 10101 | 1010101 | 0 | 1011001 | 111000 | 11001 | 101010010 | 1010000 | 101010 |
Color Harmonies of #C01555
Complementary color
Monochromatic Colors of #C01555
Black with #C01555
Text Example
Text Example
White with #C01555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01555; }
p { color: rgb(192,21,85); }
H1.HeaderClassName
{
color: #C01555;
}
.AnyTagClassName
{
color: #C01555;
}
</style>
background-color css
<style>
a { background-color: #C01555; }
a { background-color: rgb(192,21,85); }
div.DivClassName
{
background-color: #C01555;
}
.BgClassName
{
background-color: #C01555;
}
</style>
border-color css
<style>
span { border-color: #C01555; }
span { border-color: rgb(192,21,85); }
td.TdClassName
{
border-color: #C01555;
}
.TagClassName
{
border-color: #C01555;
}
</style>