Shades of Old Rose #C22A57
Tints of Old Rose #C22A57
RGB
CMYK
RGB Variations
Color information
#C22A57 (or 0xC22A57) is known color: Old Rose. HEX triplet: C2, 2A and 57. RGB value is (194,42,87). Sum of RGB (Red+Green+Blue) = 194+42+87=323 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.06% from 323); Green value is 42 (16.80% from 255 or 13.00% from 323); Blue value is 87 (34.38% from 255 or 26.93% from 323); Max value from RGB is 194 - color contains mainly: red. Hex color #C22A57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22A57 is #3DD5A8. Grayscale: #5C5C5C. Windows color (decimal): -4052393 or 5712578. OLE color: 5712578.
HSL color Cylindrical-coordinate representation of color #C22A57: hue angle of 342.24º 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 #C22A57 is Cyan = 0, Magento = 0.78, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 42 | 87 | - |
| CMYK | 0 | 0.78 | 0.55 | 0.24 |
| HSL | 342.24º | 0.64% | 0.46% | - |
| HSV(B) | 342.24º | 0.78% | 0.76% | - |
| XYZ | 24.8 | 13.81 | 10.38 | - |
| YUV | 92.58 | 124.86 | 200.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 42 | 87 | 0 | 0.78 | 0.55 | 0.24 | 342.24 | 0.64 | 0.46 |
| Hex | C2 | 2A | 57 | 0 | 4E | 37 | 18 | 156 | 40 | 2E |
| Octal | 302 | 52 | 127 | 0 | 116 | 67 | 30 | 526 | 100 | 56 |
| Binary | 11000010 | 101010 | 1010111 | 0 | 1001110 | 110111 | 11000 | 101010110 | 1000000 | 101110 |
Color Harmonies of #C22A57
Complementary color
Monochromatic Colors of #C22A57
Black with #C22A57
Text Example
Text Example
White with #C22A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22A57; }
p { color: rgb(194,42,87); }
H1.HeaderClassName
{
color: #C22A57;
}
.AnyTagClassName
{
color: #C22A57;
}
</style>
background-color css
<style>
a { background-color: #C22A57; }
a { background-color: rgb(194,42,87); }
div.DivClassName
{
background-color: #C22A57;
}
.BgClassName
{
background-color: #C22A57;
}
</style>
border-color css
<style>
span { border-color: #C22A57; }
span { border-color: rgb(194,42,87); }
td.TdClassName
{
border-color: #C22A57;
}
.TagClassName
{
border-color: #C22A57;
}
</style>