Shades of Old Rose #C22250
Tints of Old Rose #C22250
RGB
CMYK
RGB Variations
Color information
#C22250 (or 0xC22250) is known color: Old Rose. HEX triplet: C2, 22 and 50. RGB value is (194,34,80). Sum of RGB (Red+Green+Blue) = 194+34+80=308 (40% of max value = 765). Red value is 194 (76.17% from 255 or 62.99% from 308); Green value is 34 (13.67% from 255 or 11.04% from 308); Blue value is 80 (31.64% from 255 or 25.97% from 308); Max value from RGB is 194 - color contains mainly: red. Hex color #C22250 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22250 is #3DDDAF. Grayscale: #575757. Windows color (decimal): -4054448 or 5251778. OLE color: 5251778.
HSL color Cylindrical-coordinate representation of color #C22250: hue angle of 342.75º 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 #C22250 is Cyan = 0, Magento = 0.82, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 34 | 80 | - |
| CMYK | 0 | 0.82 | 0.59 | 0.24 |
| HSL | 342.75º | 0.7% | 0.45% | - |
| HSV(B) | 342.75º | 0.82% | 0.76% | - |
| XYZ | 24.27 | 13.19 | 8.86 | - |
| YUV | 87.08 | 124.01 | 204.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 34 | 80 | 0 | 0.82 | 0.59 | 0.24 | 342.75 | 0.7 | 0.45 |
| Hex | C2 | 22 | 50 | 0 | 52 | 3B | 18 | 157 | 46 | 2D |
| Octal | 302 | 42 | 120 | 0 | 122 | 73 | 30 | 527 | 106 | 55 |
| Binary | 11000010 | 100010 | 1010000 | 0 | 1010010 | 111011 | 11000 | 101010111 | 1000110 | 101101 |
Color Harmonies of #C22250
Complementary color
Monochromatic Colors of #C22250
Black with #C22250
Text Example
Text Example
White with #C22250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22250; }
p { color: rgb(194,34,80); }
H1.HeaderClassName
{
color: #C22250;
}
.AnyTagClassName
{
color: #C22250;
}
</style>
background-color css
<style>
a { background-color: #C22250; }
a { background-color: rgb(194,34,80); }
div.DivClassName
{
background-color: #C22250;
}
.BgClassName
{
background-color: #C22250;
}
</style>
border-color css
<style>
span { border-color: #C22250; }
span { border-color: rgb(194,34,80); }
td.TdClassName
{
border-color: #C22250;
}
.TagClassName
{
border-color: #C22250;
}
</style>