Shades of Old Rose #C22048
Tints of Old Rose #C22048
RGB
CMYK
RGB Variations
Color information
#C22048 (or 0xC22048) is known color: Old Rose. HEX triplet: C2, 20 and 48. RGB value is (194,32,72). Sum of RGB (Red+Green+Blue) = 194+32+72=298 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.10% from 298); Green value is 32 (12.89% from 255 or 10.74% from 298); Blue value is 72 (28.52% from 255 or 24.16% from 298); Max value from RGB is 194 - color contains mainly: red. Hex color #C22048 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22048 is #3DDFB7. Grayscale: #555555. Windows color (decimal): -4054968 or 4726978. OLE color: 4726978.
HSL color Cylindrical-coordinate representation of color #C22048: hue angle of 345.19º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C22048 is Cyan = 0, Magento = 0.84, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 32 | 72 | - |
| CMYK | 0 | 0.84 | 0.63 | 0.24 |
| HSL | 345.19º | 0.72% | 0.44% | - |
| HSV(B) | 345.19º | 0.84% | 0.76% | - |
| XYZ | 23.93 | 12.97 | 7.37 | - |
| YUV | 85 | 120.67 | 205.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 32 | 72 | 0 | 0.84 | 0.63 | 0.24 | 345.19 | 0.72 | 0.44 |
| Hex | C2 | 20 | 48 | 0 | 54 | 3F | 18 | 159 | 48 | 2C |
| Octal | 302 | 40 | 110 | 0 | 124 | 77 | 30 | 531 | 110 | 54 |
| Binary | 11000010 | 100000 | 1001000 | 0 | 1010100 | 111111 | 11000 | 101011001 | 1001000 | 101100 |
Color Harmonies of #C22048
Complementary color
Monochromatic Colors of #C22048
Black with #C22048
Text Example
Text Example
White with #C22048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22048; }
p { color: rgb(194,32,72); }
H1.HeaderClassName
{
color: #C22048;
}
.AnyTagClassName
{
color: #C22048;
}
</style>
background-color css
<style>
a { background-color: #C22048; }
a { background-color: rgb(194,32,72); }
div.DivClassName
{
background-color: #C22048;
}
.BgClassName
{
background-color: #C22048;
}
</style>
border-color css
<style>
span { border-color: #C22048; }
span { border-color: rgb(194,32,72); }
td.TdClassName
{
border-color: #C22048;
}
.TagClassName
{
border-color: #C22048;
}
</style>