Shades of Old Rose #C22260
Tints of Old Rose #C22260
RGB
CMYK
RGB Variations
Color information
#C22260 (or 0xC22260) is known color: Old Rose. HEX triplet: C2, 22 and 60. RGB value is (194,34,96). Sum of RGB (Red+Green+Blue) = 194+34+96=324 (42% of max value = 765). Red value is 194 (76.17% from 255 or 59.88% from 324); Green value is 34 (13.67% from 255 or 10.49% from 324); Blue value is 96 (37.89% from 255 or 29.63% from 324); Max value from RGB is 194 - color contains mainly: red. Hex color #C22260 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22260 is #3DDD9F. Grayscale: #585858. Windows color (decimal): -4054432 or 6300354. OLE color: 6300354.
HSL color Cylindrical-coordinate representation of color #C22260: hue angle of 336.75º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C22260 is Cyan = 0, Magento = 0.82, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 34 | 96 | - |
| CMYK | 0 | 0.82 | 0.51 | 0.24 |
| HSL | 336.75º | 0.7% | 0.45% | - |
| HSV(B) | 336.75º | 0.82% | 0.76% | - |
| XYZ | 24.93 | 13.46 | 12.35 | - |
| YUV | 88.91 | 132.01 | 202.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 34 | 96 | 0 | 0.82 | 0.51 | 0.24 | 336.75 | 0.7 | 0.45 |
| Hex | C2 | 22 | 60 | 0 | 52 | 33 | 18 | 151 | 46 | 2D |
| Octal | 302 | 42 | 140 | 0 | 122 | 63 | 30 | 521 | 106 | 55 |
| Binary | 11000010 | 100010 | 1100000 | 0 | 1010010 | 110011 | 11000 | 101010001 | 1000110 | 101101 |
Color Harmonies of #C22260
Complementary color
Monochromatic Colors of #C22260
Black with #C22260
Text Example
Text Example
White with #C22260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22260; }
p { color: rgb(194,34,96); }
H1.HeaderClassName
{
color: #C22260;
}
.AnyTagClassName
{
color: #C22260;
}
</style>
background-color css
<style>
a { background-color: #C22260; }
a { background-color: rgb(194,34,96); }
div.DivClassName
{
background-color: #C22260;
}
.BgClassName
{
background-color: #C22260;
}
</style>
border-color css
<style>
span { border-color: #C22260; }
span { border-color: rgb(194,34,96); }
td.TdClassName
{
border-color: #C22260;
}
.TagClassName
{
border-color: #C22260;
}
</style>