Shades of Old Rose #C22155
Tints of Old Rose #C22155
RGB
CMYK
RGB Variations
Color information
#C22155 (or 0xC22155) is known color: Old Rose. HEX triplet: C2, 21 and 55. RGB value is (194,33,85). Sum of RGB (Red+Green+Blue) = 194+33+85=312 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.18% from 312); Green value is 33 (13.28% from 255 or 10.58% from 312); Blue value is 85 (33.59% from 255 or 27.24% from 312); Max value from RGB is 194 - color contains mainly: red. Hex color #C22155 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22155 is #3DDEAA. Grayscale: #575757. Windows color (decimal): -4054699 or 5579202. OLE color: 5579202.
HSL color Cylindrical-coordinate representation of color #C22155: hue angle of 340.62º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C22155 is Cyan = 0, Magento = 0.83, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 33 | 85 | - |
| CMYK | 0 | 0.83 | 0.56 | 0.24 |
| HSL | 340.62º | 0.71% | 0.45% | - |
| HSV(B) | 340.62º | 0.83% | 0.76% | - |
| XYZ | 24.43 | 13.21 | 9.86 | - |
| YUV | 87.07 | 126.84 | 204.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 33 | 85 | 0 | 0.83 | 0.56 | 0.24 | 340.62 | 0.71 | 0.45 |
| Hex | C2 | 21 | 55 | 0 | 53 | 38 | 18 | 155 | 47 | 2D |
| Octal | 302 | 41 | 125 | 0 | 123 | 70 | 30 | 525 | 107 | 55 |
| Binary | 11000010 | 100001 | 1010101 | 0 | 1010011 | 111000 | 11000 | 101010101 | 1000111 | 101101 |
Color Harmonies of #C22155
Complementary color
Monochromatic Colors of #C22155
Black with #C22155
Text Example
Text Example
White with #C22155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22155; }
p { color: rgb(194,33,85); }
H1.HeaderClassName
{
color: #C22155;
}
.AnyTagClassName
{
color: #C22155;
}
</style>
background-color css
<style>
a { background-color: #C22155; }
a { background-color: rgb(194,33,85); }
div.DivClassName
{
background-color: #C22155;
}
.BgClassName
{
background-color: #C22155;
}
</style>
border-color css
<style>
span { border-color: #C22155; }
span { border-color: rgb(194,33,85); }
td.TdClassName
{
border-color: #C22155;
}
.TagClassName
{
border-color: #C22155;
}
</style>