Shades of Old Rose #C22B5B
Tints of Old Rose #C22B5B
RGB
CMYK
RGB Variations
Color information
#C22B5B (or 0xC22B5B) is known color: Old Rose. HEX triplet: C2, 2B and 5B. RGB value is (194,43,91). Sum of RGB (Red+Green+Blue) = 194+43+91=328 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.15% from 328); Green value is 43 (17.19% from 255 or 13.11% from 328); Blue value is 91 (35.94% from 255 or 27.74% from 328); Max value from RGB is 194 - color contains mainly: red. Hex color #C22B5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22B5B is #3DD4A4. Grayscale: #5D5D5D. Windows color (decimal): -4052133 or 5974978. OLE color: 5974978.
HSL color Cylindrical-coordinate representation of color #C22B5B: hue angle of 340.93º 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 #C22B5B is Cyan = 0, Magento = 0.78, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 43 | 91 | - |
| CMYK | 0 | 0.78 | 0.53 | 0.24 |
| HSL | 340.93º | 0.64% | 0.46% | - |
| HSV(B) | 340.93º | 0.78% | 0.76% | - |
| XYZ | 25 | 13.95 | 11.27 | - |
| YUV | 93.62 | 126.53 | 199.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 43 | 91 | 0 | 0.78 | 0.53 | 0.24 | 340.93 | 0.64 | 0.46 |
| Hex | C2 | 2B | 5B | 0 | 4E | 35 | 18 | 155 | 40 | 2E |
| Octal | 302 | 53 | 133 | 0 | 116 | 65 | 30 | 525 | 100 | 56 |
| Binary | 11000010 | 101011 | 1011011 | 0 | 1001110 | 110101 | 11000 | 101010101 | 1000000 | 101110 |
Color Harmonies of #C22B5B
Complementary color
Monochromatic Colors of #C22B5B
Black with #C22B5B
Text Example
Text Example
White with #C22B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22B5B; }
p { color: rgb(194,43,91); }
H1.HeaderClassName
{
color: #C22B5B;
}
.AnyTagClassName
{
color: #C22B5B;
}
</style>
background-color css
<style>
a { background-color: #C22B5B; }
a { background-color: rgb(194,43,91); }
div.DivClassName
{
background-color: #C22B5B;
}
.BgClassName
{
background-color: #C22B5B;
}
</style>
border-color css
<style>
span { border-color: #C22B5B; }
span { border-color: rgb(194,43,91); }
td.TdClassName
{
border-color: #C22B5B;
}
.TagClassName
{
border-color: #C22B5B;
}
</style>