Shades of Old Rose #C2225D
Tints of Old Rose #C2225D
RGB
CMYK
RGB Variations
Color information
#C2225D (or 0xC2225D) is known color: Old Rose. HEX triplet: C2, 22 and 5D. RGB value is (194,34,93). Sum of RGB (Red+Green+Blue) = 194+34+93=321 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.44% from 321); Green value is 34 (13.67% from 255 or 10.59% from 321); Blue value is 93 (36.72% from 255 or 28.97% from 321); Max value from RGB is 194 - color contains mainly: red. Hex color #C2225D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2225D is #3DDDA2. Grayscale: #585858. Windows color (decimal): -4054435 or 6103746. OLE color: 6103746.
HSL color Cylindrical-coordinate representation of color #C2225D: hue angle of 337.88º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C2225D is Cyan = 0, Magento = 0.82, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 34 | 93 | - |
| CMYK | 0 | 0.82 | 0.52 | 0.24 |
| HSL | 337.88º | 0.7% | 0.45% | - |
| HSV(B) | 337.88º | 0.82% | 0.76% | - |
| XYZ | 24.8 | 13.4 | 11.64 | - |
| YUV | 88.57 | 130.51 | 203.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 34 | 93 | 0 | 0.82 | 0.52 | 0.24 | 337.88 | 0.7 | 0.45 |
| Hex | C2 | 22 | 5D | 0 | 52 | 34 | 18 | 152 | 46 | 2D |
| Octal | 302 | 42 | 135 | 0 | 122 | 64 | 30 | 522 | 106 | 55 |
| Binary | 11000010 | 100010 | 1011101 | 0 | 1010010 | 110100 | 11000 | 101010010 | 1000110 | 101101 |
Color Harmonies of #C2225D
Complementary color
Monochromatic Colors of #C2225D
Black with #C2225D
Text Example
Text Example
White with #C2225D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2225D; }
p { color: rgb(194,34,93); }
H1.HeaderClassName
{
color: #C2225D;
}
.AnyTagClassName
{
color: #C2225D;
}
</style>
background-color css
<style>
a { background-color: #C2225D; }
a { background-color: rgb(194,34,93); }
div.DivClassName
{
background-color: #C2225D;
}
.BgClassName
{
background-color: #C2225D;
}
</style>
border-color css
<style>
span { border-color: #C2225D; }
span { border-color: rgb(194,34,93); }
td.TdClassName
{
border-color: #C2225D;
}
.TagClassName
{
border-color: #C2225D;
}
</style>