Shades of Old Rose #C22B5D
Tints of Old Rose #C22B5D
RGB
CMYK
RGB Variations
Color information
#C22B5D (or 0xC22B5D) is known color: Old Rose. HEX triplet: C2, 2B and 5D. RGB value is (194,43,93). Sum of RGB (Red+Green+Blue) = 194+43+93=330 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.79% from 330); Green value is 43 (17.19% from 255 or 13.03% from 330); Blue value is 93 (36.72% from 255 or 28.18% from 330); Max value from RGB is 194 - color contains mainly: red. Hex color #C22B5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22B5D is #3DD4A2. Grayscale: #5D5D5D. Windows color (decimal): -4052131 or 6106050. OLE color: 6106050.
HSL color Cylindrical-coordinate representation of color #C22B5D: hue angle of 340.13º 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 #C22B5D is Cyan = 0, Magento = 0.78, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 43 | 93 | - |
| CMYK | 0 | 0.78 | 0.52 | 0.24 |
| HSL | 340.13º | 0.64% | 0.46% | - |
| HSV(B) | 340.13º | 0.78% | 0.76% | - |
| XYZ | 25.09 | 13.99 | 11.73 | - |
| YUV | 93.85 | 127.53 | 199.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 43 | 93 | 0 | 0.78 | 0.52 | 0.24 | 340.13 | 0.64 | 0.46 |
| Hex | C2 | 2B | 5D | 0 | 4E | 34 | 18 | 154 | 40 | 2E |
| Octal | 302 | 53 | 135 | 0 | 116 | 64 | 30 | 524 | 100 | 56 |
| Binary | 11000010 | 101011 | 1011101 | 0 | 1001110 | 110100 | 11000 | 101010100 | 1000000 | 101110 |
Color Harmonies of #C22B5D
Complementary color
Monochromatic Colors of #C22B5D
Black with #C22B5D
Text Example
Text Example
White with #C22B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22B5D; }
p { color: rgb(194,43,93); }
H1.HeaderClassName
{
color: #C22B5D;
}
.AnyTagClassName
{
color: #C22B5D;
}
</style>
background-color css
<style>
a { background-color: #C22B5D; }
a { background-color: rgb(194,43,93); }
div.DivClassName
{
background-color: #C22B5D;
}
.BgClassName
{
background-color: #C22B5D;
}
</style>
border-color css
<style>
span { border-color: #C22B5D; }
span { border-color: rgb(194,43,93); }
td.TdClassName
{
border-color: #C22B5D;
}
.TagClassName
{
border-color: #C22B5D;
}
</style>