Shades of Old Rose #C02160
Tints of Old Rose #C02160
RGB
CMYK
RGB Variations
Color information
#C02160 (or 0xC02160) is known color: Old Rose. HEX triplet: C0, 21 and 60. RGB value is (192,33,96). Sum of RGB (Red+Green+Blue) = 192+33+96=321 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.81% from 321); Green value is 33 (13.28% from 255 or 10.28% from 321); Blue value is 96 (37.89% from 255 or 29.91% from 321); Max value from RGB is 192 - color contains mainly: red. Hex color #C02160 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02160 is #3FDE9F. Grayscale: #575757. Windows color (decimal): -4185760 or 6300096. OLE color: 6300096.
HSL color Cylindrical-coordinate representation of color #C02160: hue angle of 336.23º 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 #C02160 is Cyan = 0, Magento = 0.83, Yellow = 0.50 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 33 | 96 | - |
| CMYK | 0 | 0.83 | 0.50 | 0.25 |
| HSL | 336.23º | 0.71% | 0.44% | - |
| HSV(B) | 336.23º | 0.83% | 0.75% | - |
| XYZ | 24.39 | 13.14 | 12.32 | - |
| YUV | 87.72 | 132.68 | 202.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 33 | 96 | 0 | 0.83 | 0.50 | 0.25 | 336.23 | 0.71 | 0.44 |
| Hex | C0 | 21 | 60 | 0 | 53 | 32 | 19 | 150 | 47 | 2C |
| Octal | 300 | 41 | 140 | 0 | 123 | 62 | 31 | 520 | 107 | 54 |
| Binary | 11000000 | 100001 | 1100000 | 0 | 1010011 | 110010 | 11001 | 101010000 | 1000111 | 101100 |
Color Harmonies of #C02160
Complementary color
Monochromatic Colors of #C02160
Black with #C02160
Text Example
Text Example
White with #C02160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02160; }
p { color: rgb(192,33,96); }
H1.HeaderClassName
{
color: #C02160;
}
.AnyTagClassName
{
color: #C02160;
}
</style>
background-color css
<style>
a { background-color: #C02160; }
a { background-color: rgb(192,33,96); }
div.DivClassName
{
background-color: #C02160;
}
.BgClassName
{
background-color: #C02160;
}
</style>
border-color css
<style>
span { border-color: #C02160; }
span { border-color: rgb(192,33,96); }
td.TdClassName
{
border-color: #C02160;
}
.TagClassName
{
border-color: #C02160;
}
</style>