Shades of Old Rose #C22E5A
Tints of Old Rose #C22E5A
RGB
CMYK
RGB Variations
Color information
#C22E5A (or 0xC22E5A) is known color: Old Rose. HEX triplet: C2, 2E and 5A. RGB value is (194,46,90). Sum of RGB (Red+Green+Blue) = 194+46+90=330 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.79% from 330); Green value is 46 (18.36% from 255 or 13.94% from 330); Blue value is 90 (35.55% from 255 or 27.27% from 330); Max value from RGB is 194 - color contains mainly: red. Hex color #C22E5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22E5A is #3DD1A5. Grayscale: #5F5F5F. Windows color (decimal): -4051366 or 5910210. OLE color: 5910210.
HSL color Cylindrical-coordinate representation of color #C22E5A: hue angle of 342.16º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C22E5A is Cyan = 0, Magento = 0.76, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 46 | 90 | - |
| CMYK | 0 | 0.76 | 0.54 | 0.24 |
| HSL | 342.16º | 0.62% | 0.47% | - |
| HSV(B) | 342.16º | 0.76% | 0.76% | - |
| XYZ | 25.07 | 14.16 | 11.08 | - |
| YUV | 95.27 | 125.03 | 198.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 46 | 90 | 0 | 0.76 | 0.54 | 0.24 | 342.16 | 0.62 | 0.47 |
| Hex | C2 | 2E | 5A | 0 | 4C | 36 | 18 | 156 | 3E | 2F |
| Octal | 302 | 56 | 132 | 0 | 114 | 66 | 30 | 526 | 76 | 57 |
| Binary | 11000010 | 101110 | 1011010 | 0 | 1001100 | 110110 | 11000 | 101010110 | 111110 | 101111 |
Color Harmonies of #C22E5A
Complementary color
Monochromatic Colors of #C22E5A
Black with #C22E5A
Text Example
Text Example
White with #C22E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22E5A; }
p { color: rgb(194,46,90); }
H1.HeaderClassName
{
color: #C22E5A;
}
.AnyTagClassName
{
color: #C22E5A;
}
</style>
background-color css
<style>
a { background-color: #C22E5A; }
a { background-color: rgb(194,46,90); }
div.DivClassName
{
background-color: #C22E5A;
}
.BgClassName
{
background-color: #C22E5A;
}
</style>
border-color css
<style>
span { border-color: #C22E5A; }
span { border-color: rgb(194,46,90); }
td.TdClassName
{
border-color: #C22E5A;
}
.TagClassName
{
border-color: #C22E5A;
}
</style>