Shades of Old Rose #C02551
Tints of Old Rose #C02551
RGB
CMYK
RGB Variations
Color information
#C02551 (or 0xC02551) is known color: Old Rose. HEX triplet: C0, 25 and 51. RGB value is (192,37,81). Sum of RGB (Red+Green+Blue) = 192+37+81=310 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.94% from 310); Green value is 37 (14.84% from 255 or 11.94% from 310); Blue value is 81 (32.03% from 255 or 26.13% from 310); Max value from RGB is 192 - color contains mainly: red. Hex color #C02551 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02551 is #3FDAAE. Grayscale: #585858. Windows color (decimal): -4184751 or 5318080. OLE color: 5318080.
HSL color Cylindrical-coordinate representation of color #C02551: hue angle of 342.97º 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 #C02551 is Cyan = 0, Magento = 0.81, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 37 | 81 | - |
| CMYK | 0 | 0.81 | 0.58 | 0.25 |
| HSL | 342.97º | 0.68% | 0.45% | - |
| HSV(B) | 342.97º | 0.81% | 0.75% | - |
| XYZ | 23.89 | 13.12 | 9.06 | - |
| YUV | 88.36 | 123.85 | 201.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 37 | 81 | 0 | 0.81 | 0.58 | 0.25 | 342.97 | 0.68 | 0.45 |
| Hex | C0 | 25 | 51 | 0 | 51 | 3A | 19 | 157 | 44 | 2D |
| Octal | 300 | 45 | 121 | 0 | 121 | 72 | 31 | 527 | 104 | 55 |
| Binary | 11000000 | 100101 | 1010001 | 0 | 1010001 | 111010 | 11001 | 101010111 | 1000100 | 101101 |
Color Harmonies of #C02551
Complementary color
Monochromatic Colors of #C02551
Black with #C02551
Text Example
Text Example
White with #C02551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02551; }
p { color: rgb(192,37,81); }
H1.HeaderClassName
{
color: #C02551;
}
.AnyTagClassName
{
color: #C02551;
}
</style>
background-color css
<style>
a { background-color: #C02551; }
a { background-color: rgb(192,37,81); }
div.DivClassName
{
background-color: #C02551;
}
.BgClassName
{
background-color: #C02551;
}
</style>
border-color css
<style>
span { border-color: #C02551; }
span { border-color: rgb(192,37,81); }
td.TdClassName
{
border-color: #C02551;
}
.TagClassName
{
border-color: #C02551;
}
</style>