Shades of Old Rose #C02D5E
Tints of Old Rose #C02D5E
RGB
CMYK
RGB Variations
Color information
#C02D5E (or 0xC02D5E) is known color: Old Rose. HEX triplet: C0, 2D and 5E. RGB value is (192,45,94). Sum of RGB (Red+Green+Blue) = 192+45+94=331 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.01% from 331); Green value is 45 (17.97% from 255 or 13.60% from 331); Blue value is 94 (37.11% from 255 or 28.40% from 331); Max value from RGB is 192 - color contains mainly: red. Hex color #C02D5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02D5E is #3FD2A1. Grayscale: #5E5E5E. Windows color (decimal): -4182690 or 6172096. OLE color: 6172096.
HSL color Cylindrical-coordinate representation of color #C02D5E: hue angle of 340º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C02D5E is Cyan = 0, Magento = 0.77, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 45 | 94 | - |
| CMYK | 0 | 0.77 | 0.51 | 0.25 |
| HSL | 340º | 0.62% | 0.46% | - |
| HSV(B) | 340º | 0.77% | 0.75% | - |
| XYZ | 24.7 | 13.89 | 11.97 | - |
| YUV | 94.54 | 127.7 | 197.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 45 | 94 | 0 | 0.77 | 0.51 | 0.25 | 340 | 0.62 | 0.46 |
| Hex | C0 | 2D | 5E | 0 | 4D | 33 | 19 | 154 | 3E | 2E |
| Octal | 300 | 55 | 136 | 0 | 115 | 63 | 31 | 524 | 76 | 56 |
| Binary | 11000000 | 101101 | 1011110 | 0 | 1001101 | 110011 | 11001 | 101010100 | 111110 | 101110 |
Color Harmonies of #C02D5E
Complementary color
Monochromatic Colors of #C02D5E
Black with #C02D5E
Text Example
Text Example
White with #C02D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02D5E; }
p { color: rgb(192,45,94); }
H1.HeaderClassName
{
color: #C02D5E;
}
.AnyTagClassName
{
color: #C02D5E;
}
</style>
background-color css
<style>
a { background-color: #C02D5E; }
a { background-color: rgb(192,45,94); }
div.DivClassName
{
background-color: #C02D5E;
}
.BgClassName
{
background-color: #C02D5E;
}
</style>
border-color css
<style>
span { border-color: #C02D5E; }
span { border-color: rgb(192,45,94); }
td.TdClassName
{
border-color: #C02D5E;
}
.TagClassName
{
border-color: #C02D5E;
}
</style>