Shades of Old Rose #C01E5D
Tints of Old Rose #C01E5D
RGB
CMYK
RGB Variations
Color information
#C01E5D (or 0xC01E5D) is known color: Old Rose. HEX triplet: C0, 1E and 5D. RGB value is (192,30,93). Sum of RGB (Red+Green+Blue) = 192+30+93=315 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.95% from 315); Green value is 30 (12.11% from 255 or 9.52% from 315); Blue value is 93 (36.72% from 255 or 29.52% from 315); Max value from RGB is 192 - color contains mainly: red. Hex color #C01E5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C01E5D is #3FE1A2. Grayscale: #555555. Windows color (decimal): -4186531 or 6102720. OLE color: 6102720.
HSL color Cylindrical-coordinate representation of color #C01E5D: hue angle of 336.67º 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 #C01E5D is Cyan = 0, Magento = 0.84, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 30 | 93 | - |
| CMYK | 0 | 0.84 | 0.52 | 0.25 |
| HSL | 336.67º | 0.73% | 0.44% | - |
| HSV(B) | 336.67º | 0.84% | 0.75% | - |
| XYZ | 24.18 | 12.93 | 11.58 | - |
| YUV | 85.62 | 132.17 | 203.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 30 | 93 | 0 | 0.84 | 0.52 | 0.25 | 336.67 | 0.73 | 0.44 |
| Hex | C0 | 1E | 5D | 0 | 54 | 34 | 19 | 151 | 49 | 2C |
| Octal | 300 | 36 | 135 | 0 | 124 | 64 | 31 | 521 | 111 | 54 |
| Binary | 11000000 | 11110 | 1011101 | 0 | 1010100 | 110100 | 11001 | 101010001 | 1001001 | 101100 |
Color Harmonies of #C01E5D
Complementary color
Monochromatic Colors of #C01E5D
Black with #C01E5D
Text Example
Text Example
White with #C01E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01E5D; }
p { color: rgb(192,30,93); }
H1.HeaderClassName
{
color: #C01E5D;
}
.AnyTagClassName
{
color: #C01E5D;
}
</style>
background-color css
<style>
a { background-color: #C01E5D; }
a { background-color: rgb(192,30,93); }
div.DivClassName
{
background-color: #C01E5D;
}
.BgClassName
{
background-color: #C01E5D;
}
</style>
border-color css
<style>
span { border-color: #C01E5D; }
span { border-color: rgb(192,30,93); }
td.TdClassName
{
border-color: #C01E5D;
}
.TagClassName
{
border-color: #C01E5D;
}
</style>