Shades of Old Rose #C22C50
Tints of Old Rose #C22C50
RGB
CMYK
RGB Variations
Color information
#C22C50 (or 0xC22C50) is known color: Old Rose. HEX triplet: C2, 2C and 50. RGB value is (194,44,80). Sum of RGB (Red+Green+Blue) = 194+44+80=318 (42% of max value = 765). Red value is 194 (76.17% from 255 or 61.01% from 318); Green value is 44 (17.58% from 255 or 13.84% from 318); Blue value is 80 (31.64% from 255 or 25.16% from 318); Max value from RGB is 194 - color contains mainly: red. Hex color #C22C50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22C50 is #3DD3AF. Grayscale: #5C5C5C. Windows color (decimal): -4051888 or 5254338. OLE color: 5254338.
HSL color Cylindrical-coordinate representation of color #C22C50: hue angle of 345.6º 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 #C22C50 is Cyan = 0, Magento = 0.77, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 44 | 80 | - |
| CMYK | 0 | 0.77 | 0.59 | 0.24 |
| HSL | 345.6º | 0.63% | 0.47% | - |
| HSV(B) | 345.6º | 0.77% | 0.76% | - |
| XYZ | 24.6 | 13.85 | 8.97 | - |
| YUV | 92.95 | 120.7 | 200.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 44 | 80 | 0 | 0.77 | 0.59 | 0.24 | 345.6 | 0.63 | 0.47 |
| Hex | C2 | 2C | 50 | 0 | 4D | 3B | 18 | 15A | 3F | 2F |
| Octal | 302 | 54 | 120 | 0 | 115 | 73 | 30 | 532 | 77 | 57 |
| Binary | 11000010 | 101100 | 1010000 | 0 | 1001101 | 111011 | 11000 | 101011010 | 111111 | 101111 |
Color Harmonies of #C22C50
Complementary color
Monochromatic Colors of #C22C50
Black with #C22C50
Text Example
Text Example
White with #C22C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22C50; }
p { color: rgb(194,44,80); }
H1.HeaderClassName
{
color: #C22C50;
}
.AnyTagClassName
{
color: #C22C50;
}
</style>
background-color css
<style>
a { background-color: #C22C50; }
a { background-color: rgb(194,44,80); }
div.DivClassName
{
background-color: #C22C50;
}
.BgClassName
{
background-color: #C22C50;
}
</style>
border-color css
<style>
span { border-color: #C22C50; }
span { border-color: rgb(194,44,80); }
td.TdClassName
{
border-color: #C22C50;
}
.TagClassName
{
border-color: #C22C50;
}
</style>