Shades of Old Rose #C02550
Tints of Old Rose #C02550
RGB
CMYK
RGB Variations
Color information
#C02550 (or 0xC02550) is known color: Old Rose. HEX triplet: C0, 25 and 50. RGB value is (192,37,80). Sum of RGB (Red+Green+Blue) = 192+37+80=309 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.14% from 309); Green value is 37 (14.84% from 255 or 11.97% from 309); Blue value is 80 (31.64% from 255 or 25.89% from 309); Max value from RGB is 192 - color contains mainly: red. Hex color #C02550 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02550 is #3FDAAF. Grayscale: #585858. Windows color (decimal): -4184752 or 5252544. OLE color: 5252544.
HSL color Cylindrical-coordinate representation of color #C02550: hue angle of 343.35º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C02550 is Cyan = 0, Magento = 0.81, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 37 | 80 | - |
| CMYK | 0 | 0.81 | 0.58 | 0.25 |
| HSL | 343.35º | 0.68% | 0.45% | - |
| HSV(B) | 343.35º | 0.81% | 0.75% | - |
| XYZ | 23.85 | 13.11 | 8.86 | - |
| YUV | 88.25 | 123.35 | 202 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 37 | 80 | 0 | 0.81 | 0.58 | 0.25 | 343.35 | 0.68 | 0.45 |
| Hex | C0 | 25 | 50 | 0 | 51 | 3A | 19 | 157 | 44 | 2D |
| Octal | 300 | 45 | 120 | 0 | 121 | 72 | 31 | 527 | 104 | 55 |
| Binary | 11000000 | 100101 | 1010000 | 0 | 1010001 | 111010 | 11001 | 101010111 | 1000100 | 101101 |
Color Harmonies of #C02550
Complementary color
Monochromatic Colors of #C02550
Black with #C02550
Text Example
Text Example
White with #C02550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02550; }
p { color: rgb(192,37,80); }
H1.HeaderClassName
{
color: #C02550;
}
.AnyTagClassName
{
color: #C02550;
}
</style>
background-color css
<style>
a { background-color: #C02550; }
a { background-color: rgb(192,37,80); }
div.DivClassName
{
background-color: #C02550;
}
.BgClassName
{
background-color: #C02550;
}
</style>
border-color css
<style>
span { border-color: #C02550; }
span { border-color: rgb(192,37,80); }
td.TdClassName
{
border-color: #C02550;
}
.TagClassName
{
border-color: #C02550;
}
</style>