Shades of Old Rose #C22949
Tints of Old Rose #C22949
RGB
CMYK
RGB Variations
Color information
#C22949 (or 0xC22949) is known color: Old Rose. HEX triplet: C2, 29 and 49. RGB value is (194,41,73). Sum of RGB (Red+Green+Blue) = 194+41+73=308 (40% of max value = 765). Red value is 194 (76.17% from 255 or 62.99% from 308); Green value is 41 (16.41% from 255 or 13.31% from 308); Blue value is 73 (28.91% from 255 or 23.70% from 308); Max value from RGB is 194 - color contains mainly: red. Hex color #C22949 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22949 is #3DD6B6. Grayscale: #5A5A5A. Windows color (decimal): -4052663 or 4794818. OLE color: 4794818.
HSL color Cylindrical-coordinate representation of color #C22949: hue angle of 347.45º 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 #C22949 is Cyan = 0, Magento = 0.79, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 41 | 73 | - |
| CMYK | 0 | 0.79 | 0.62 | 0.24 |
| HSL | 347.45º | 0.65% | 0.46% | - |
| HSV(B) | 347.45º | 0.79% | 0.76% | - |
| XYZ | 24.24 | 13.54 | 7.64 | - |
| YUV | 90.4 | 118.19 | 201.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 41 | 73 | 0 | 0.79 | 0.62 | 0.24 | 347.45 | 0.65 | 0.46 |
| Hex | C2 | 29 | 49 | 0 | 4F | 3E | 18 | 15B | 41 | 2E |
| Octal | 302 | 51 | 111 | 0 | 117 | 76 | 30 | 533 | 101 | 56 |
| Binary | 11000010 | 101001 | 1001001 | 0 | 1001111 | 111110 | 11000 | 101011011 | 1000001 | 101110 |
Color Harmonies of #C22949
Complementary color
Monochromatic Colors of #C22949
Black with #C22949
Text Example
Text Example
White with #C22949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22949; }
p { color: rgb(194,41,73); }
H1.HeaderClassName
{
color: #C22949;
}
.AnyTagClassName
{
color: #C22949;
}
</style>
background-color css
<style>
a { background-color: #C22949; }
a { background-color: rgb(194,41,73); }
div.DivClassName
{
background-color: #C22949;
}
.BgClassName
{
background-color: #C22949;
}
</style>
border-color css
<style>
span { border-color: #C22949; }
span { border-color: rgb(194,41,73); }
td.TdClassName
{
border-color: #C22949;
}
.TagClassName
{
border-color: #C22949;
}
</style>