Shades of Old Rose #C01E5A
Tints of Old Rose #C01E5A
RGB
CMYK
RGB Variations
Color information
#C01E5A (or 0xC01E5A) is known color: Old Rose. HEX triplet: C0, 1E and 5A. RGB value is (192,30,90). Sum of RGB (Red+Green+Blue) = 192+30+90=312 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.54% from 312); Green value is 30 (12.11% from 255 or 9.62% from 312); Blue value is 90 (35.55% from 255 or 28.85% from 312); Max value from RGB is 192 - color contains mainly: red. Hex color #C01E5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C01E5A is #3FE1A5. Grayscale: #555555. Windows color (decimal): -4186534 or 5906112. OLE color: 5906112.
HSL color Cylindrical-coordinate representation of color #C01E5A: hue angle of 337.78º 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 #C01E5A is Cyan = 0, Magento = 0.84, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 30 | 90 | - |
| CMYK | 0 | 0.84 | 0.53 | 0.25 |
| HSL | 337.78º | 0.73% | 0.44% | - |
| HSV(B) | 337.78º | 0.84% | 0.75% | - |
| XYZ | 24.05 | 12.87 | 10.89 | - |
| YUV | 85.28 | 130.67 | 204.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 30 | 90 | 0 | 0.84 | 0.53 | 0.25 | 337.78 | 0.73 | 0.44 |
| Hex | C0 | 1E | 5A | 0 | 54 | 35 | 19 | 152 | 49 | 2C |
| Octal | 300 | 36 | 132 | 0 | 124 | 65 | 31 | 522 | 111 | 54 |
| Binary | 11000000 | 11110 | 1011010 | 0 | 1010100 | 110101 | 11001 | 101010010 | 1001001 | 101100 |
Color Harmonies of #C01E5A
Complementary color
Monochromatic Colors of #C01E5A
Black with #C01E5A
Text Example
Text Example
White with #C01E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01E5A; }
p { color: rgb(192,30,90); }
H1.HeaderClassName
{
color: #C01E5A;
}
.AnyTagClassName
{
color: #C01E5A;
}
</style>
background-color css
<style>
a { background-color: #C01E5A; }
a { background-color: rgb(192,30,90); }
div.DivClassName
{
background-color: #C01E5A;
}
.BgClassName
{
background-color: #C01E5A;
}
</style>
border-color css
<style>
span { border-color: #C01E5A; }
span { border-color: rgb(192,30,90); }
td.TdClassName
{
border-color: #C01E5A;
}
.TagClassName
{
border-color: #C01E5A;
}
</style>