Shades of Old Rose #C22A56
Tints of Old Rose #C22A56
RGB
CMYK
RGB Variations
Color information
#C22A56 (or 0xC22A56) is known color: Old Rose. HEX triplet: C2, 2A and 56. RGB value is (194,42,86). Sum of RGB (Red+Green+Blue) = 194+42+86=322 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.25% from 322); Green value is 42 (16.80% from 255 or 13.04% from 322); Blue value is 86 (33.98% from 255 or 26.71% from 322); Max value from RGB is 194 - color contains mainly: red. Hex color #C22A56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22A56 is #3DD5A9. Grayscale: #5C5C5C. Windows color (decimal): -4052394 or 5647042. OLE color: 5647042.
HSL color Cylindrical-coordinate representation of color #C22A56: hue angle of 342.63º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C22A56 is Cyan = 0, Magento = 0.78, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 42 | 86 | - |
| CMYK | 0 | 0.78 | 0.56 | 0.24 |
| HSL | 342.63º | 0.64% | 0.46% | - |
| HSV(B) | 342.63º | 0.78% | 0.76% | - |
| XYZ | 24.76 | 13.8 | 10.16 | - |
| YUV | 92.46 | 124.36 | 200.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 42 | 86 | 0 | 0.78 | 0.56 | 0.24 | 342.63 | 0.64 | 0.46 |
| Hex | C2 | 2A | 56 | 0 | 4E | 38 | 18 | 157 | 40 | 2E |
| Octal | 302 | 52 | 126 | 0 | 116 | 70 | 30 | 527 | 100 | 56 |
| Binary | 11000010 | 101010 | 1010110 | 0 | 1001110 | 111000 | 11000 | 101010111 | 1000000 | 101110 |
Color Harmonies of #C22A56
Complementary color
Monochromatic Colors of #C22A56
Black with #C22A56
Text Example
Text Example
White with #C22A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22A56; }
p { color: rgb(194,42,86); }
H1.HeaderClassName
{
color: #C22A56;
}
.AnyTagClassName
{
color: #C22A56;
}
</style>
background-color css
<style>
a { background-color: #C22A56; }
a { background-color: rgb(194,42,86); }
div.DivClassName
{
background-color: #C22A56;
}
.BgClassName
{
background-color: #C22A56;
}
</style>
border-color css
<style>
span { border-color: #C22A56; }
span { border-color: rgb(194,42,86); }
td.TdClassName
{
border-color: #C22A56;
}
.TagClassName
{
border-color: #C22A56;
}
</style>