Shades of Old Rose #C01F56
Tints of Old Rose #C01F56
RGB
CMYK
RGB Variations
Color information
#C01F56 (or 0xC01F56) is known color: Old Rose. HEX triplet: C0, 1F and 56. RGB value is (192,31,86). Sum of RGB (Red+Green+Blue) = 192+31+86=309 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.14% from 309); Green value is 31 (12.5% from 255 or 10.03% from 309); Blue value is 86 (33.98% from 255 or 27.83% from 309); Max value from RGB is 192 - color contains mainly: red. Hex color #C01F56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C01F56 is #3FE0A9. Grayscale: #555555. Windows color (decimal): -4186282 or 5644224. OLE color: 5644224.
HSL color Cylindrical-coordinate representation of color #C01F56: hue angle of 339.5º 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 #C01F56 is Cyan = 0, Magento = 0.84, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 31 | 86 | - |
| CMYK | 0 | 0.84 | 0.55 | 0.25 |
| HSL | 339.5º | 0.72% | 0.44% | - |
| HSV(B) | 339.5º | 0.84% | 0.75% | - |
| XYZ | 23.91 | 12.86 | 10.03 | - |
| YUV | 85.41 | 128.34 | 204.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 31 | 86 | 0 | 0.84 | 0.55 | 0.25 | 339.5 | 0.72 | 0.44 |
| Hex | C0 | 1F | 56 | 0 | 54 | 37 | 19 | 154 | 48 | 2C |
| Octal | 300 | 37 | 126 | 0 | 124 | 67 | 31 | 524 | 110 | 54 |
| Binary | 11000000 | 11111 | 1010110 | 0 | 1010100 | 110111 | 11001 | 101010100 | 1001000 | 101100 |
Color Harmonies of #C01F56
Complementary color
Monochromatic Colors of #C01F56
Black with #C01F56
Text Example
Text Example
White with #C01F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01F56; }
p { color: rgb(192,31,86); }
H1.HeaderClassName
{
color: #C01F56;
}
.AnyTagClassName
{
color: #C01F56;
}
</style>
background-color css
<style>
a { background-color: #C01F56; }
a { background-color: rgb(192,31,86); }
div.DivClassName
{
background-color: #C01F56;
}
.BgClassName
{
background-color: #C01F56;
}
</style>
border-color css
<style>
span { border-color: #C01F56; }
span { border-color: rgb(192,31,86); }
td.TdClassName
{
border-color: #C01F56;
}
.TagClassName
{
border-color: #C01F56;
}
</style>