Shades of Old Rose #C22A58
Tints of Old Rose #C22A58
RGB
CMYK
RGB Variations
Color information
#C22A58 (or 0xC22A58) is known color: Old Rose. HEX triplet: C2, 2A and 58. RGB value is (194,42,88). Sum of RGB (Red+Green+Blue) = 194+42+88=324 (42% of max value = 765). Red value is 194 (76.17% from 255 or 59.88% from 324); Green value is 42 (16.80% from 255 or 12.96% from 324); Blue value is 88 (34.77% from 255 or 27.16% from 324); Max value from RGB is 194 - color contains mainly: red. Hex color #C22A58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22A58 is #3DD5A7. Grayscale: #5C5C5C. Windows color (decimal): -4052392 or 5778114. OLE color: 5778114.
HSL color Cylindrical-coordinate representation of color #C22A58: hue angle of 341.84º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C22A58 is Cyan = 0, Magento = 0.78, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 42 | 88 | - |
| CMYK | 0 | 0.78 | 0.55 | 0.24 |
| HSL | 341.84º | 0.64% | 0.46% | - |
| HSV(B) | 341.84º | 0.78% | 0.76% | - |
| XYZ | 24.84 | 13.83 | 10.59 | - |
| YUV | 92.69 | 125.36 | 200.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 42 | 88 | 0 | 0.78 | 0.55 | 0.24 | 341.84 | 0.64 | 0.46 |
| Hex | C2 | 2A | 58 | 0 | 4E | 37 | 18 | 156 | 40 | 2E |
| Octal | 302 | 52 | 130 | 0 | 116 | 67 | 30 | 526 | 100 | 56 |
| Binary | 11000010 | 101010 | 1011000 | 0 | 1001110 | 110111 | 11000 | 101010110 | 1000000 | 101110 |
Color Harmonies of #C22A58
Complementary color
Monochromatic Colors of #C22A58
Black with #C22A58
Text Example
Text Example
White with #C22A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22A58; }
p { color: rgb(194,42,88); }
H1.HeaderClassName
{
color: #C22A58;
}
.AnyTagClassName
{
color: #C22A58;
}
</style>
background-color css
<style>
a { background-color: #C22A58; }
a { background-color: rgb(194,42,88); }
div.DivClassName
{
background-color: #C22A58;
}
.BgClassName
{
background-color: #C22A58;
}
</style>
border-color css
<style>
span { border-color: #C22A58; }
span { border-color: rgb(194,42,88); }
td.TdClassName
{
border-color: #C22A58;
}
.TagClassName
{
border-color: #C22A58;
}
</style>