Shades of Old Rose #C02555
Tints of Old Rose #C02555
RGB
CMYK
RGB Variations
Color information
#C02555 (or 0xC02555) is known color: Old Rose. HEX triplet: C0, 25 and 55. RGB value is (192,37,85). Sum of RGB (Red+Green+Blue) = 192+37+85=314 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.15% from 314); Green value is 37 (14.84% from 255 or 11.78% from 314); Blue value is 85 (33.59% from 255 or 27.07% from 314); Max value from RGB is 192 - color contains mainly: red. Hex color #C02555 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02555 is #3FDAAA. Grayscale: #585858. Windows color (decimal): -4184747 or 5580224. OLE color: 5580224.
HSL color Cylindrical-coordinate representation of color #C02555: hue angle of 341.42º 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 #C02555 is Cyan = 0, Magento = 0.81, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 37 | 85 | - |
| CMYK | 0 | 0.81 | 0.56 | 0.25 |
| HSL | 341.42º | 0.68% | 0.45% | - |
| HSV(B) | 341.42º | 0.81% | 0.75% | - |
| XYZ | 24.04 | 13.19 | 9.87 | - |
| YUV | 88.82 | 125.85 | 201.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 37 | 85 | 0 | 0.81 | 0.56 | 0.25 | 341.42 | 0.68 | 0.45 |
| Hex | C0 | 25 | 55 | 0 | 51 | 38 | 19 | 155 | 44 | 2D |
| Octal | 300 | 45 | 125 | 0 | 121 | 70 | 31 | 525 | 104 | 55 |
| Binary | 11000000 | 100101 | 1010101 | 0 | 1010001 | 111000 | 11001 | 101010101 | 1000100 | 101101 |
Color Harmonies of #C02555
Complementary color
Monochromatic Colors of #C02555
Black with #C02555
Text Example
Text Example
White with #C02555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02555; }
p { color: rgb(192,37,85); }
H1.HeaderClassName
{
color: #C02555;
}
.AnyTagClassName
{
color: #C02555;
}
</style>
background-color css
<style>
a { background-color: #C02555; }
a { background-color: rgb(192,37,85); }
div.DivClassName
{
background-color: #C02555;
}
.BgClassName
{
background-color: #C02555;
}
</style>
border-color css
<style>
span { border-color: #C02555; }
span { border-color: rgb(192,37,85); }
td.TdClassName
{
border-color: #C02555;
}
.TagClassName
{
border-color: #C02555;
}
</style>