Shades of Old Rose #C22649
Tints of Old Rose #C22649
RGB
CMYK
RGB Variations
Color information
#C22649 (or 0xC22649) is known color: Old Rose. HEX triplet: C2, 26 and 49. RGB value is (194,38,73). Sum of RGB (Red+Green+Blue) = 194+38+73=305 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.61% from 305); Green value is 38 (15.23% from 255 or 12.46% from 305); Blue value is 73 (28.91% from 255 or 23.93% from 305); Max value from RGB is 194 - color contains mainly: red. Hex color #C22649 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22649 is #3DD9B6. Grayscale: #585858. Windows color (decimal): -4053431 or 4794050. OLE color: 4794050.
HSL color Cylindrical-coordinate representation of color #C22649: hue angle of 346.54º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C22649 is Cyan = 0, Magento = 0.80, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 38 | 73 | - |
| CMYK | 0 | 0.80 | 0.62 | 0.24 |
| HSL | 346.54º | 0.67% | 0.45% | - |
| HSV(B) | 346.54º | 0.8% | 0.76% | - |
| XYZ | 24.14 | 13.34 | 7.61 | - |
| YUV | 88.63 | 119.18 | 203.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 38 | 73 | 0 | 0.80 | 0.62 | 0.24 | 346.54 | 0.67 | 0.45 |
| Hex | C2 | 26 | 49 | 0 | 50 | 3E | 18 | 15B | 43 | 2D |
| Octal | 302 | 46 | 111 | 0 | 120 | 76 | 30 | 533 | 103 | 55 |
| Binary | 11000010 | 100110 | 1001001 | 0 | 1010000 | 111110 | 11000 | 101011011 | 1000011 | 101101 |
Color Harmonies of #C22649
Complementary color
Monochromatic Colors of #C22649
Black with #C22649
Text Example
Text Example
White with #C22649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22649; }
p { color: rgb(194,38,73); }
H1.HeaderClassName
{
color: #C22649;
}
.AnyTagClassName
{
color: #C22649;
}
</style>
background-color css
<style>
a { background-color: #C22649; }
a { background-color: rgb(194,38,73); }
div.DivClassName
{
background-color: #C22649;
}
.BgClassName
{
background-color: #C22649;
}
</style>
border-color css
<style>
span { border-color: #C22649; }
span { border-color: rgb(194,38,73); }
td.TdClassName
{
border-color: #C22649;
}
.TagClassName
{
border-color: #C22649;
}
</style>