Shades of Old Rose #C22C5E
Tints of Old Rose #C22C5E
RGB
CMYK
RGB Variations
Color information
#C22C5E (or 0xC22C5E) is known color: Old Rose. HEX triplet: C2, 2C and 5E. RGB value is (194,44,94). Sum of RGB (Red+Green+Blue) = 194+44+94=332 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.43% from 332); Green value is 44 (17.58% from 255 or 13.25% from 332); Blue value is 94 (37.11% from 255 or 28.31% from 332); Max value from RGB is 194 - color contains mainly: red. Hex color #C22C5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22C5E is #3DD3A1. Grayscale: #5E5E5E. Windows color (decimal): -4051874 or 6171842. OLE color: 6171842.
HSL color Cylindrical-coordinate representation of color #C22C5E: hue angle of 340º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C22C5E is Cyan = 0, Magento = 0.77, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 44 | 94 | - |
| CMYK | 0 | 0.77 | 0.52 | 0.24 |
| HSL | 340º | 0.63% | 0.47% | - |
| HSV(B) | 340º | 0.77% | 0.76% | - |
| XYZ | 25.17 | 14.08 | 11.98 | - |
| YUV | 94.55 | 127.7 | 198.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 44 | 94 | 0 | 0.77 | 0.52 | 0.24 | 340 | 0.63 | 0.47 |
| Hex | C2 | 2C | 5E | 0 | 4D | 34 | 18 | 154 | 3F | 2F |
| Octal | 302 | 54 | 136 | 0 | 115 | 64 | 30 | 524 | 77 | 57 |
| Binary | 11000010 | 101100 | 1011110 | 0 | 1001101 | 110100 | 11000 | 101010100 | 111111 | 101111 |
Color Harmonies of #C22C5E
Complementary color
Monochromatic Colors of #C22C5E
Black with #C22C5E
Text Example
Text Example
White with #C22C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22C5E; }
p { color: rgb(194,44,94); }
H1.HeaderClassName
{
color: #C22C5E;
}
.AnyTagClassName
{
color: #C22C5E;
}
</style>
background-color css
<style>
a { background-color: #C22C5E; }
a { background-color: rgb(194,44,94); }
div.DivClassName
{
background-color: #C22C5E;
}
.BgClassName
{
background-color: #C22C5E;
}
</style>
border-color css
<style>
span { border-color: #C22C5E; }
span { border-color: rgb(194,44,94); }
td.TdClassName
{
border-color: #C22C5E;
}
.TagClassName
{
border-color: #C22C5E;
}
</style>