Shades of Old Rose #C01E61
Tints of Old Rose #C01E61
RGB
CMYK
RGB Variations
Color information
#C01E61 (or 0xC01E61) is known color: Old Rose. HEX triplet: C0, 1E and 61. RGB value is (192,30,97). Sum of RGB (Red+Green+Blue) = 192+30+97=319 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60.19% from 319); Green value is 30 (12.11% from 255 or 9.40% from 319); Blue value is 97 (38.28% from 255 or 30.41% from 319); Max value from RGB is 192 - color contains mainly: red. Hex color #C01E61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C01E61 is #3FE19E. Grayscale: #555555. Windows color (decimal): -4186527 or 6364864. OLE color: 6364864.
HSL color Cylindrical-coordinate representation of color #C01E61: hue angle of 335.19º degrees, saturation: 0.73, 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 #C01E61 is Cyan = 0, Magento = 0.84, Yellow = 0.49 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 30 | 97 | - |
| CMYK | 0 | 0.84 | 0.49 | 0.25 |
| HSL | 335.19º | 0.73% | 0.44% | - |
| HSV(B) | 335.19º | 0.84% | 0.75% | - |
| XYZ | 24.36 | 13 | 12.53 | - |
| YUV | 86.08 | 134.17 | 203.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 30 | 97 | 0 | 0.84 | 0.49 | 0.25 | 335.19 | 0.73 | 0.44 |
| Hex | C0 | 1E | 61 | 0 | 54 | 31 | 19 | 14F | 49 | 2C |
| Octal | 300 | 36 | 141 | 0 | 124 | 61 | 31 | 517 | 111 | 54 |
| Binary | 11000000 | 11110 | 1100001 | 0 | 1010100 | 110001 | 11001 | 101001111 | 1001001 | 101100 |
Color Harmonies of #C01E61
Complementary color
Monochromatic Colors of #C01E61
Black with #C01E61
Text Example
Text Example
White with #C01E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01E61; }
p { color: rgb(192,30,97); }
H1.HeaderClassName
{
color: #C01E61;
}
.AnyTagClassName
{
color: #C01E61;
}
</style>
background-color css
<style>
a { background-color: #C01E61; }
a { background-color: rgb(192,30,97); }
div.DivClassName
{
background-color: #C01E61;
}
.BgClassName
{
background-color: #C01E61;
}
</style>
border-color css
<style>
span { border-color: #C01E61; }
span { border-color: rgb(192,30,97); }
td.TdClassName
{
border-color: #C01E61;
}
.TagClassName
{
border-color: #C01E61;
}
</style>