Shades of Old Rose #C22959
Tints of Old Rose #C22959
RGB
CMYK
RGB Variations
Color information
#C22959 (or 0xC22959) is known color: Old Rose. HEX triplet: C2, 29 and 59. RGB value is (194,41,89). Sum of RGB (Red+Green+Blue) = 194+41+89=324 (42% of max value = 765). Red value is 194 (76.17% from 255 or 59.88% from 324); Green value is 41 (16.41% from 255 or 12.65% from 324); Blue value is 89 (35.16% from 255 or 27.47% from 324); Max value from RGB is 194 - color contains mainly: red. Hex color #C22959 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22959 is #3DD6A6. Grayscale: #5C5C5C. Windows color (decimal): -4052647 or 5843394. OLE color: 5843394.
HSL color Cylindrical-coordinate representation of color #C22959: hue angle of 341.18º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C22959 is Cyan = 0, Magento = 0.79, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 41 | 89 | - |
| CMYK | 0 | 0.79 | 0.54 | 0.24 |
| HSL | 341.18º | 0.65% | 0.46% | - |
| HSV(B) | 341.18º | 0.79% | 0.76% | - |
| XYZ | 24.84 | 13.78 | 10.8 | - |
| YUV | 92.22 | 126.19 | 200.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 41 | 89 | 0 | 0.79 | 0.54 | 0.24 | 341.18 | 0.65 | 0.46 |
| Hex | C2 | 29 | 59 | 0 | 4F | 36 | 18 | 155 | 41 | 2E |
| Octal | 302 | 51 | 131 | 0 | 117 | 66 | 30 | 525 | 101 | 56 |
| Binary | 11000010 | 101001 | 1011001 | 0 | 1001111 | 110110 | 11000 | 101010101 | 1000001 | 101110 |
Color Harmonies of #C22959
Complementary color
Monochromatic Colors of #C22959
Black with #C22959
Text Example
Text Example
White with #C22959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22959; }
p { color: rgb(194,41,89); }
H1.HeaderClassName
{
color: #C22959;
}
.AnyTagClassName
{
color: #C22959;
}
</style>
background-color css
<style>
a { background-color: #C22959; }
a { background-color: rgb(194,41,89); }
div.DivClassName
{
background-color: #C22959;
}
.BgClassName
{
background-color: #C22959;
}
</style>
border-color css
<style>
span { border-color: #C22959; }
span { border-color: rgb(194,41,89); }
td.TdClassName
{
border-color: #C22959;
}
.TagClassName
{
border-color: #C22959;
}
</style>