Shades of Old Rose #C01E4E
Tints of Old Rose #C01E4E
RGB
CMYK
RGB Variations
Color information
#C01E4E (or 0xC01E4E) is known color: Old Rose. HEX triplet: C0, 1E and 4E. RGB value is (192,30,78). Sum of RGB (Red+Green+Blue) = 192+30+78=300 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64% from 300); Green value is 30 (12.11% from 255 or 10% from 300); Blue value is 78 (30.86% from 255 or 26% from 300); Max value from RGB is 192 - color contains mainly: red. Hex color #C01E4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C01E4E is #3FE1B1. Grayscale: #535353. Windows color (decimal): -4186546 or 5119680. OLE color: 5119680.
HSL color Cylindrical-coordinate representation of color #C01E4E: hue angle of 342.22º 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 #C01E4E is Cyan = 0, Magento = 0.84, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 30 | 78 | - |
| CMYK | 0 | 0.84 | 0.59 | 0.25 |
| HSL | 342.22º | 0.73% | 0.44% | - |
| HSV(B) | 342.22º | 0.84% | 0.75% | - |
| XYZ | 23.58 | 12.69 | 8.41 | - |
| YUV | 83.91 | 124.67 | 205.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 30 | 78 | 0 | 0.84 | 0.59 | 0.25 | 342.22 | 0.73 | 0.44 |
| Hex | C0 | 1E | 4E | 0 | 54 | 3B | 19 | 156 | 49 | 2C |
| Octal | 300 | 36 | 116 | 0 | 124 | 73 | 31 | 526 | 111 | 54 |
| Binary | 11000000 | 11110 | 1001110 | 0 | 1010100 | 111011 | 11001 | 101010110 | 1001001 | 101100 |
Color Harmonies of #C01E4E
Complementary color
Monochromatic Colors of #C01E4E
Black with #C01E4E
Text Example
Text Example
White with #C01E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01E4E; }
p { color: rgb(192,30,78); }
H1.HeaderClassName
{
color: #C01E4E;
}
.AnyTagClassName
{
color: #C01E4E;
}
</style>
background-color css
<style>
a { background-color: #C01E4E; }
a { background-color: rgb(192,30,78); }
div.DivClassName
{
background-color: #C01E4E;
}
.BgClassName
{
background-color: #C01E4E;
}
</style>
border-color css
<style>
span { border-color: #C01E4E; }
span { border-color: rgb(192,30,78); }
td.TdClassName
{
border-color: #C01E4E;
}
.TagClassName
{
border-color: #C01E4E;
}
</style>