Shades of Old Rose #C01E59
Tints of Old Rose #C01E59
RGB
CMYK
RGB Variations
Color information
#C01E59 (or 0xC01E59) is known color: Old Rose. HEX triplet: C0, 1E and 59. RGB value is (192,30,89). Sum of RGB (Red+Green+Blue) = 192+30+89=311 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.74% from 311); Green value is 30 (12.11% from 255 or 9.65% from 311); Blue value is 89 (35.16% from 255 or 28.62% from 311); Max value from RGB is 192 - color contains mainly: red. Hex color #C01E59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C01E59 is #3FE1A6. Grayscale: #555555. Windows color (decimal): -4186535 or 5840576. OLE color: 5840576.
HSL color Cylindrical-coordinate representation of color #C01E59: hue angle of 338.15º 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 #C01E59 is Cyan = 0, Magento = 0.84, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 30 | 89 | - |
| CMYK | 0 | 0.84 | 0.54 | 0.25 |
| HSL | 338.15º | 0.73% | 0.44% | - |
| HSV(B) | 338.15º | 0.84% | 0.75% | - |
| XYZ | 24.01 | 12.86 | 10.67 | - |
| YUV | 85.16 | 130.17 | 204.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 30 | 89 | 0 | 0.84 | 0.54 | 0.25 | 338.15 | 0.73 | 0.44 |
| Hex | C0 | 1E | 59 | 0 | 54 | 36 | 19 | 152 | 49 | 2C |
| Octal | 300 | 36 | 131 | 0 | 124 | 66 | 31 | 522 | 111 | 54 |
| Binary | 11000000 | 11110 | 1011001 | 0 | 1010100 | 110110 | 11001 | 101010010 | 1001001 | 101100 |
Color Harmonies of #C01E59
Complementary color
Monochromatic Colors of #C01E59
Black with #C01E59
Text Example
Text Example
White with #C01E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01E59; }
p { color: rgb(192,30,89); }
H1.HeaderClassName
{
color: #C01E59;
}
.AnyTagClassName
{
color: #C01E59;
}
</style>
background-color css
<style>
a { background-color: #C01E59; }
a { background-color: rgb(192,30,89); }
div.DivClassName
{
background-color: #C01E59;
}
.BgClassName
{
background-color: #C01E59;
}
</style>
border-color css
<style>
span { border-color: #C01E59; }
span { border-color: rgb(192,30,89); }
td.TdClassName
{
border-color: #C01E59;
}
.TagClassName
{
border-color: #C01E59;
}
</style>