Shades of Old Rose #C02049
Tints of Old Rose #C02049
RGB
CMYK
RGB Variations
Color information
#C02049 (or 0xC02049) is known color: Old Rose. HEX triplet: C0, 20 and 49. RGB value is (192,32,73). Sum of RGB (Red+Green+Blue) = 192+32+73=297 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.65% from 297); Green value is 32 (12.89% from 255 or 10.77% from 297); Blue value is 73 (28.91% from 255 or 24.58% from 297); Max value from RGB is 192 - color contains mainly: red. Hex color #C02049 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02049 is #3FDFB6. Grayscale: #545454. Windows color (decimal): -4186039 or 4792512. OLE color: 4792512.
HSL color Cylindrical-coordinate representation of color #C02049: hue angle of 344.62º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C02049 is Cyan = 0, Magento = 0.83, Yellow = 0.62 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 32 | 73 | - |
| CMYK | 0 | 0.83 | 0.62 | 0.25 |
| HSL | 344.63º | 0.71% | 0.44% | - |
| HSV(B) | 344.63º | 0.83% | 0.75% | - |
| XYZ | 23.46 | 12.72 | 7.52 | - |
| YUV | 84.51 | 121.51 | 204.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 32 | 73 | 0 | 0.83 | 0.62 | 0.25 | 344.63 | 0.71 | 0.44 |
| Hex | C0 | 20 | 49 | 0 | 53 | 3E | 19 | 159 | 47 | 2C |
| Octal | 300 | 40 | 111 | 0 | 123 | 76 | 31 | 531 | 107 | 54 |
| Binary | 11000000 | 100000 | 1001001 | 0 | 1010011 | 111110 | 11001 | 101011001 | 1000111 | 101100 |
Color Harmonies of #C02049
Complementary color
Monochromatic Colors of #C02049
Black with #C02049
Text Example
Text Example
White with #C02049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02049; }
p { color: rgb(192,32,73); }
H1.HeaderClassName
{
color: #C02049;
}
.AnyTagClassName
{
color: #C02049;
}
</style>
background-color css
<style>
a { background-color: #C02049; }
a { background-color: rgb(192,32,73); }
div.DivClassName
{
background-color: #C02049;
}
.BgClassName
{
background-color: #C02049;
}
</style>
border-color css
<style>
span { border-color: #C02049; }
span { border-color: rgb(192,32,73); }
td.TdClassName
{
border-color: #C02049;
}
.TagClassName
{
border-color: #C02049;
}
</style>