Shades of Old Rose #C01F55
Tints of Old Rose #C01F55
RGB
CMYK
RGB Variations
Color information
#C01F55 (or 0xC01F55) is known color: Old Rose. HEX triplet: C0, 1F and 55. RGB value is (192,31,85). Sum of RGB (Red+Green+Blue) = 192+31+85=308 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.34% from 308); Green value is 31 (12.5% from 255 or 10.06% from 308); Blue value is 85 (33.59% from 255 or 27.60% from 308); Max value from RGB is 192 - color contains mainly: red. Hex color #C01F55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C01F55 is #3FE0AA. Grayscale: #555555. Windows color (decimal): -4186283 or 5578688. OLE color: 5578688.
HSL color Cylindrical-coordinate representation of color #C01F55: hue angle of 339.88º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C01F55 is Cyan = 0, Magento = 0.84, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 31 | 85 | - |
| CMYK | 0 | 0.84 | 0.56 | 0.25 |
| HSL | 339.88º | 0.72% | 0.44% | - |
| HSV(B) | 339.88º | 0.84% | 0.75% | - |
| XYZ | 23.87 | 12.84 | 9.82 | - |
| YUV | 85.3 | 127.84 | 204.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 31 | 85 | 0 | 0.84 | 0.56 | 0.25 | 339.88 | 0.72 | 0.44 |
| Hex | C0 | 1F | 55 | 0 | 54 | 38 | 19 | 154 | 48 | 2C |
| Octal | 300 | 37 | 125 | 0 | 124 | 70 | 31 | 524 | 110 | 54 |
| Binary | 11000000 | 11111 | 1010101 | 0 | 1010100 | 111000 | 11001 | 101010100 | 1001000 | 101100 |
Color Harmonies of #C01F55
Complementary color
Monochromatic Colors of #C01F55
Black with #C01F55
Text Example
Text Example
White with #C01F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01F55; }
p { color: rgb(192,31,85); }
H1.HeaderClassName
{
color: #C01F55;
}
.AnyTagClassName
{
color: #C01F55;
}
</style>
background-color css
<style>
a { background-color: #C01F55; }
a { background-color: rgb(192,31,85); }
div.DivClassName
{
background-color: #C01F55;
}
.BgClassName
{
background-color: #C01F55;
}
</style>
border-color css
<style>
span { border-color: #C01F55; }
span { border-color: rgb(192,31,85); }
td.TdClassName
{
border-color: #C01F55;
}
.TagClassName
{
border-color: #C01F55;
}
</style>