Shades of Old Rose #C02A51
Tints of Old Rose #C02A51
RGB
CMYK
RGB Variations
Color information
#C02A51 (or 0xC02A51) is known color: Old Rose. HEX triplet: C0, 2A and 51. RGB value is (192,42,81). Sum of RGB (Red+Green+Blue) = 192+42+81=315 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.95% from 315); Green value is 42 (16.80% from 255 or 13.33% from 315); Blue value is 81 (32.03% from 255 or 25.71% from 315); Max value from RGB is 192 - color contains mainly: red. Hex color #C02A51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02A51 is #3FD5AE. Grayscale: #5B5B5B. Windows color (decimal): -4183471 or 5319360. OLE color: 5319360.
HSL color Cylindrical-coordinate representation of color #C02A51: hue angle of 344.4º 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 #C02A51 is Cyan = 0, Magento = 0.78, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 42 | 81 | - |
| CMYK | 0 | 0.78 | 0.58 | 0.25 |
| HSL | 344.4º | 0.64% | 0.46% | - |
| HSV(B) | 344.4º | 0.78% | 0.75% | - |
| XYZ | 24.05 | 13.46 | 9.11 | - |
| YUV | 91.3 | 122.2 | 199.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 42 | 81 | 0 | 0.78 | 0.58 | 0.25 | 344.4 | 0.64 | 0.46 |
| Hex | C0 | 2A | 51 | 0 | 4E | 3A | 19 | 158 | 40 | 2E |
| Octal | 300 | 52 | 121 | 0 | 116 | 72 | 31 | 530 | 100 | 56 |
| Binary | 11000000 | 101010 | 1010001 | 0 | 1001110 | 111010 | 11001 | 101011000 | 1000000 | 101110 |
Color Harmonies of #C02A51
Complementary color
Monochromatic Colors of #C02A51
Black with #C02A51
Text Example
Text Example
White with #C02A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02A51; }
p { color: rgb(192,42,81); }
H1.HeaderClassName
{
color: #C02A51;
}
.AnyTagClassName
{
color: #C02A51;
}
</style>
background-color css
<style>
a { background-color: #C02A51; }
a { background-color: rgb(192,42,81); }
div.DivClassName
{
background-color: #C02A51;
}
.BgClassName
{
background-color: #C02A51;
}
</style>
border-color css
<style>
span { border-color: #C02A51; }
span { border-color: rgb(192,42,81); }
td.TdClassName
{
border-color: #C02A51;
}
.TagClassName
{
border-color: #C02A51;
}
</style>