Shades of Old Rose #C01E58
Tints of Old Rose #C01E58
RGB
CMYK
RGB Variations
Color information
#C01E58 (or 0xC01E58) is known color: Old Rose. HEX triplet: C0, 1E and 58. RGB value is (192,30,88). Sum of RGB (Red+Green+Blue) = 192+30+88=310 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.94% from 310); Green value is 30 (12.11% from 255 or 9.68% from 310); Blue value is 88 (34.77% from 255 or 28.39% from 310); Max value from RGB is 192 - color contains mainly: red. Hex color #C01E58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C01E58 is #3FE1A7. Grayscale: #545454. Windows color (decimal): -4186536 or 5775040. OLE color: 5775040.
HSL color Cylindrical-coordinate representation of color #C01E58: hue angle of 338.52º 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 #C01E58 is Cyan = 0, Magento = 0.84, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 30 | 88 | - |
| CMYK | 0 | 0.84 | 0.54 | 0.25 |
| HSL | 338.52º | 0.73% | 0.44% | - |
| HSV(B) | 338.52º | 0.84% | 0.75% | - |
| XYZ | 23.96 | 12.84 | 10.45 | - |
| YUV | 85.05 | 129.67 | 204.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 30 | 88 | 0 | 0.84 | 0.54 | 0.25 | 338.52 | 0.73 | 0.44 |
| Hex | C0 | 1E | 58 | 0 | 54 | 36 | 19 | 153 | 49 | 2C |
| Octal | 300 | 36 | 130 | 0 | 124 | 66 | 31 | 523 | 111 | 54 |
| Binary | 11000000 | 11110 | 1011000 | 0 | 1010100 | 110110 | 11001 | 101010011 | 1001001 | 101100 |
Color Harmonies of #C01E58
Complementary color
Monochromatic Colors of #C01E58
Black with #C01E58
Text Example
Text Example
White with #C01E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01E58; }
p { color: rgb(192,30,88); }
H1.HeaderClassName
{
color: #C01E58;
}
.AnyTagClassName
{
color: #C01E58;
}
</style>
background-color css
<style>
a { background-color: #C01E58; }
a { background-color: rgb(192,30,88); }
div.DivClassName
{
background-color: #C01E58;
}
.BgClassName
{
background-color: #C01E58;
}
</style>
border-color css
<style>
span { border-color: #C01E58; }
span { border-color: rgb(192,30,88); }
td.TdClassName
{
border-color: #C01E58;
}
.TagClassName
{
border-color: #C01E58;
}
</style>