Shades of Old Rose #C22E5D
Tints of Old Rose #C22E5D
RGB
CMYK
RGB Variations
Color information
#C22E5D (or 0xC22E5D) is known color: Old Rose. HEX triplet: C2, 2E and 5D. RGB value is (194,46,93). Sum of RGB (Red+Green+Blue) = 194+46+93=333 (44% of max value = 765). Red value is 194 (76.17% from 255 or 58.26% from 333); Green value is 46 (18.36% from 255 or 13.81% from 333); Blue value is 93 (36.72% from 255 or 27.93% from 333); Max value from RGB is 194 - color contains mainly: red. Hex color #C22E5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22E5D is #3DD1A2. Grayscale: #5F5F5F. Windows color (decimal): -4051363 or 6106818. OLE color: 6106818.
HSL color Cylindrical-coordinate representation of color #C22E5D: hue angle of 340.95º 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 #C22E5D is Cyan = 0, Magento = 0.76, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 46 | 93 | - |
| CMYK | 0 | 0.76 | 0.52 | 0.24 |
| HSL | 340.95º | 0.62% | 0.47% | - |
| HSV(B) | 340.95º | 0.76% | 0.76% | - |
| XYZ | 25.2 | 14.21 | 11.77 | - |
| YUV | 95.61 | 126.53 | 198.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 46 | 93 | 0 | 0.76 | 0.52 | 0.24 | 340.95 | 0.62 | 0.47 |
| Hex | C2 | 2E | 5D | 0 | 4C | 34 | 18 | 155 | 3E | 2F |
| Octal | 302 | 56 | 135 | 0 | 114 | 64 | 30 | 525 | 76 | 57 |
| Binary | 11000010 | 101110 | 1011101 | 0 | 1001100 | 110100 | 11000 | 101010101 | 111110 | 101111 |
Color Harmonies of #C22E5D
Complementary color
Monochromatic Colors of #C22E5D
Black with #C22E5D
Text Example
Text Example
White with #C22E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22E5D; }
p { color: rgb(194,46,93); }
H1.HeaderClassName
{
color: #C22E5D;
}
.AnyTagClassName
{
color: #C22E5D;
}
</style>
background-color css
<style>
a { background-color: #C22E5D; }
a { background-color: rgb(194,46,93); }
div.DivClassName
{
background-color: #C22E5D;
}
.BgClassName
{
background-color: #C22E5D;
}
</style>
border-color css
<style>
span { border-color: #C22E5D; }
span { border-color: rgb(194,46,93); }
td.TdClassName
{
border-color: #C22E5D;
}
.TagClassName
{
border-color: #C22E5D;
}
</style>