Shades of Old Rose #C02A5E
Tints of Old Rose #C02A5E
RGB
CMYK
RGB Variations
Color information
#C02A5E (or 0xC02A5E) is known color: Old Rose. HEX triplet: C0, 2A and 5E. RGB value is (192,42,94). Sum of RGB (Red+Green+Blue) = 192+42+94=328 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.54% from 328); Green value is 42 (16.80% from 255 or 12.80% from 328); Blue value is 94 (37.11% from 255 or 28.66% from 328); Max value from RGB is 192 - color contains mainly: red. Hex color #C02A5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02A5E is #3FD5A1. Grayscale: #5C5C5C. Windows color (decimal): -4183458 or 6171328. OLE color: 6171328.
HSL color Cylindrical-coordinate representation of color #C02A5E: hue angle of 339.2º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C02A5E is Cyan = 0, Magento = 0.78, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 42 | 94 | - |
| CMYK | 0 | 0.78 | 0.51 | 0.25 |
| HSL | 339.2º | 0.64% | 0.46% | - |
| HSV(B) | 339.2º | 0.78% | 0.75% | - |
| XYZ | 24.59 | 13.67 | 11.93 | - |
| YUV | 92.78 | 128.7 | 198.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 42 | 94 | 0 | 0.78 | 0.51 | 0.25 | 339.2 | 0.64 | 0.46 |
| Hex | C0 | 2A | 5E | 0 | 4E | 33 | 19 | 153 | 40 | 2E |
| Octal | 300 | 52 | 136 | 0 | 116 | 63 | 31 | 523 | 100 | 56 |
| Binary | 11000000 | 101010 | 1011110 | 0 | 1001110 | 110011 | 11001 | 101010011 | 1000000 | 101110 |
Color Harmonies of #C02A5E
Complementary color
Monochromatic Colors of #C02A5E
Black with #C02A5E
Text Example
Text Example
White with #C02A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02A5E; }
p { color: rgb(192,42,94); }
H1.HeaderClassName
{
color: #C02A5E;
}
.AnyTagClassName
{
color: #C02A5E;
}
</style>
background-color css
<style>
a { background-color: #C02A5E; }
a { background-color: rgb(192,42,94); }
div.DivClassName
{
background-color: #C02A5E;
}
.BgClassName
{
background-color: #C02A5E;
}
</style>
border-color css
<style>
span { border-color: #C02A5E; }
span { border-color: rgb(192,42,94); }
td.TdClassName
{
border-color: #C02A5E;
}
.TagClassName
{
border-color: #C02A5E;
}
</style>