Shades of Old Rose #C22B5E
Tints of Old Rose #C22B5E
RGB
CMYK
RGB Variations
Color information
#C22B5E (or 0xC22B5E) is known color: Old Rose. HEX triplet: C2, 2B and 5E. RGB value is (194,43,94). Sum of RGB (Red+Green+Blue) = 194+43+94=331 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.61% from 331); Green value is 43 (17.19% from 255 or 12.99% from 331); Blue value is 94 (37.11% from 255 or 28.40% from 331); Max value from RGB is 194 - color contains mainly: red. Hex color #C22B5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22B5E is #3DD4A1. Grayscale: #5D5D5D. Windows color (decimal): -4052130 or 6171586. OLE color: 6171586.
HSL color Cylindrical-coordinate representation of color #C22B5E: hue angle of 339.74º 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 #C22B5E is Cyan = 0, Magento = 0.78, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 43 | 94 | - |
| CMYK | 0 | 0.78 | 0.52 | 0.24 |
| HSL | 339.74º | 0.64% | 0.46% | - |
| HSV(B) | 339.74º | 0.78% | 0.76% | - |
| XYZ | 25.13 | 14.01 | 11.97 | - |
| YUV | 93.96 | 128.03 | 199.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 43 | 94 | 0 | 0.78 | 0.52 | 0.24 | 339.74 | 0.64 | 0.46 |
| Hex | C2 | 2B | 5E | 0 | 4E | 34 | 18 | 154 | 40 | 2E |
| Octal | 302 | 53 | 136 | 0 | 116 | 64 | 30 | 524 | 100 | 56 |
| Binary | 11000010 | 101011 | 1011110 | 0 | 1001110 | 110100 | 11000 | 101010100 | 1000000 | 101110 |
Color Harmonies of #C22B5E
Complementary color
Monochromatic Colors of #C22B5E
Black with #C22B5E
Text Example
Text Example
White with #C22B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22B5E; }
p { color: rgb(194,43,94); }
H1.HeaderClassName
{
color: #C22B5E;
}
.AnyTagClassName
{
color: #C22B5E;
}
</style>
background-color css
<style>
a { background-color: #C22B5E; }
a { background-color: rgb(194,43,94); }
div.DivClassName
{
background-color: #C22B5E;
}
.BgClassName
{
background-color: #C22B5E;
}
</style>
border-color css
<style>
span { border-color: #C22B5E; }
span { border-color: rgb(194,43,94); }
td.TdClassName
{
border-color: #C22B5E;
}
.TagClassName
{
border-color: #C22B5E;
}
</style>