Shades of Old Rose #C01E57
Tints of Old Rose #C01E57
RGB
CMYK
RGB Variations
Color information
#C01E57 (or 0xC01E57) is known color: Old Rose. HEX triplet: C0, 1E and 57. RGB value is (192,30,87). Sum of RGB (Red+Green+Blue) = 192+30+87=309 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.14% from 309); Green value is 30 (12.11% from 255 or 9.71% from 309); Blue value is 87 (34.38% from 255 or 28.16% from 309); Max value from RGB is 192 - color contains mainly: red. Hex color #C01E57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C01E57 is #3FE1A8. Grayscale: #545454. Windows color (decimal): -4186537 or 5709504. OLE color: 5709504.
HSL color Cylindrical-coordinate representation of color #C01E57: hue angle of 338.89º 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 #C01E57 is Cyan = 0, Magento = 0.84, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 30 | 87 | - |
| CMYK | 0 | 0.84 | 0.55 | 0.25 |
| HSL | 338.89º | 0.73% | 0.44% | - |
| HSV(B) | 338.89º | 0.84% | 0.75% | - |
| XYZ | 23.92 | 12.82 | 10.23 | - |
| YUV | 84.94 | 129.17 | 204.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 30 | 87 | 0 | 0.84 | 0.55 | 0.25 | 338.89 | 0.73 | 0.44 |
| Hex | C0 | 1E | 57 | 0 | 54 | 37 | 19 | 153 | 49 | 2C |
| Octal | 300 | 36 | 127 | 0 | 124 | 67 | 31 | 523 | 111 | 54 |
| Binary | 11000000 | 11110 | 1010111 | 0 | 1010100 | 110111 | 11001 | 101010011 | 1001001 | 101100 |
Color Harmonies of #C01E57
Complementary color
Monochromatic Colors of #C01E57
Black with #C01E57
Text Example
Text Example
White with #C01E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01E57; }
p { color: rgb(192,30,87); }
H1.HeaderClassName
{
color: #C01E57;
}
.AnyTagClassName
{
color: #C01E57;
}
</style>
background-color css
<style>
a { background-color: #C01E57; }
a { background-color: rgb(192,30,87); }
div.DivClassName
{
background-color: #C01E57;
}
.BgClassName
{
background-color: #C01E57;
}
</style>
border-color css
<style>
span { border-color: #C01E57; }
span { border-color: rgb(192,30,87); }
td.TdClassName
{
border-color: #C01E57;
}
.TagClassName
{
border-color: #C01E57;
}
</style>