Shades of Old Rose #C22159
Tints of Old Rose #C22159
RGB
CMYK
RGB Variations
Color information
#C22159 (or 0xC22159) is known color: Old Rose. HEX triplet: C2, 21 and 59. RGB value is (194,33,89). Sum of RGB (Red+Green+Blue) = 194+33+89=316 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.39% from 316); Green value is 33 (13.28% from 255 or 10.44% from 316); Blue value is 89 (35.16% from 255 or 28.16% from 316); Max value from RGB is 194 - color contains mainly: red. Hex color #C22159 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22159 is #3DDEA6. Grayscale: #575757. Windows color (decimal): -4054695 or 5841346. OLE color: 5841346.
HSL color Cylindrical-coordinate representation of color #C22159: hue angle of 339.13º 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 #C22159 is Cyan = 0, Magento = 0.83, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 33 | 89 | - |
| CMYK | 0 | 0.83 | 0.54 | 0.24 |
| HSL | 339.13º | 0.71% | 0.45% | - |
| HSV(B) | 339.13º | 0.83% | 0.76% | - |
| XYZ | 24.6 | 13.28 | 10.72 | - |
| YUV | 87.52 | 128.84 | 203.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 33 | 89 | 0 | 0.83 | 0.54 | 0.24 | 339.13 | 0.71 | 0.45 |
| Hex | C2 | 21 | 59 | 0 | 53 | 36 | 18 | 153 | 47 | 2D |
| Octal | 302 | 41 | 131 | 0 | 123 | 66 | 30 | 523 | 107 | 55 |
| Binary | 11000010 | 100001 | 1011001 | 0 | 1010011 | 110110 | 11000 | 101010011 | 1000111 | 101101 |
Color Harmonies of #C22159
Complementary color
Monochromatic Colors of #C22159
Black with #C22159
Text Example
Text Example
White with #C22159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22159; }
p { color: rgb(194,33,89); }
H1.HeaderClassName
{
color: #C22159;
}
.AnyTagClassName
{
color: #C22159;
}
</style>
background-color css
<style>
a { background-color: #C22159; }
a { background-color: rgb(194,33,89); }
div.DivClassName
{
background-color: #C22159;
}
.BgClassName
{
background-color: #C22159;
}
</style>
border-color css
<style>
span { border-color: #C22159; }
span { border-color: rgb(194,33,89); }
td.TdClassName
{
border-color: #C22159;
}
.TagClassName
{
border-color: #C22159;
}
</style>