Shades of Old Rose #C02F50
Tints of Old Rose #C02F50
RGB
CMYK
RGB Variations
Color information
#C02F50 (or 0xC02F50) is known color: Old Rose. HEX triplet: C0, 2F and 50. RGB value is (192,47,80). Sum of RGB (Red+Green+Blue) = 192+47+80=319 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60.19% from 319); Green value is 47 (18.75% from 255 or 14.73% from 319); Blue value is 80 (31.64% from 255 or 25.08% from 319); Max value from RGB is 192 - color contains mainly: red. Hex color #C02F50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02F50 is #3FD0AF. Grayscale: #5E5E5E. Windows color (decimal): -4182192 or 5255104. OLE color: 5255104.
HSL color Cylindrical-coordinate representation of color #C02F50: hue angle of 346.34º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C02F50 is Cyan = 0, Magento = 0.76, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 47 | 80 | - |
| CMYK | 0 | 0.76 | 0.58 | 0.25 |
| HSL | 346.34º | 0.61% | 0.47% | - |
| HSV(B) | 346.34º | 0.76% | 0.75% | - |
| XYZ | 24.2 | 13.82 | 8.98 | - |
| YUV | 94.12 | 120.04 | 197.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 47 | 80 | 0 | 0.76 | 0.58 | 0.25 | 346.34 | 0.61 | 0.47 |
| Hex | C0 | 2F | 50 | 0 | 4C | 3A | 19 | 15A | 3D | 2F |
| Octal | 300 | 57 | 120 | 0 | 114 | 72 | 31 | 532 | 75 | 57 |
| Binary | 11000000 | 101111 | 1010000 | 0 | 1001100 | 111010 | 11001 | 101011010 | 111101 | 101111 |
Color Harmonies of #C02F50
Complementary color
Monochromatic Colors of #C02F50
Black with #C02F50
Text Example
Text Example
White with #C02F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02F50; }
p { color: rgb(192,47,80); }
H1.HeaderClassName
{
color: #C02F50;
}
.AnyTagClassName
{
color: #C02F50;
}
</style>
background-color css
<style>
a { background-color: #C02F50; }
a { background-color: rgb(192,47,80); }
div.DivClassName
{
background-color: #C02F50;
}
.BgClassName
{
background-color: #C02F50;
}
</style>
border-color css
<style>
span { border-color: #C02F50; }
span { border-color: rgb(192,47,80); }
td.TdClassName
{
border-color: #C02F50;
}
.TagClassName
{
border-color: #C02F50;
}
</style>