Shades of Old Rose #C22B60
Tints of Old Rose #C22B60
RGB
CMYK
RGB Variations
Color information
#C22B60 (or 0xC22B60) is known color: Old Rose. HEX triplet: C2, 2B and 60. RGB value is (194,43,96). Sum of RGB (Red+Green+Blue) = 194+43+96=333 (44% of max value = 765). Red value is 194 (76.17% from 255 or 58.26% from 333); Green value is 43 (17.19% from 255 or 12.91% from 333); Blue value is 96 (37.89% from 255 or 28.83% from 333); Max value from RGB is 194 - color contains mainly: red. Hex color #C22B60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22B60 is #3DD49F. Grayscale: #5E5E5E. Windows color (decimal): -4052128 or 6302658. OLE color: 6302658.
HSL color Cylindrical-coordinate representation of color #C22B60: hue angle of 338.94º 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 #C22B60 is Cyan = 0, Magento = 0.78, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 43 | 96 | - |
| CMYK | 0 | 0.78 | 0.51 | 0.24 |
| HSL | 338.94º | 0.64% | 0.46% | - |
| HSV(B) | 338.94º | 0.78% | 0.76% | - |
| XYZ | 25.22 | 14.04 | 12.45 | - |
| YUV | 94.19 | 129.03 | 199.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 43 | 96 | 0 | 0.78 | 0.51 | 0.24 | 338.94 | 0.64 | 0.46 |
| Hex | C2 | 2B | 60 | 0 | 4E | 33 | 18 | 153 | 40 | 2E |
| Octal | 302 | 53 | 140 | 0 | 116 | 63 | 30 | 523 | 100 | 56 |
| Binary | 11000010 | 101011 | 1100000 | 0 | 1001110 | 110011 | 11000 | 101010011 | 1000000 | 101110 |
Color Harmonies of #C22B60
Complementary color
Monochromatic Colors of #C22B60
Black with #C22B60
Text Example
Text Example
White with #C22B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22B60; }
p { color: rgb(194,43,96); }
H1.HeaderClassName
{
color: #C22B60;
}
.AnyTagClassName
{
color: #C22B60;
}
</style>
background-color css
<style>
a { background-color: #C22B60; }
a { background-color: rgb(194,43,96); }
div.DivClassName
{
background-color: #C22B60;
}
.BgClassName
{
background-color: #C22B60;
}
</style>
border-color css
<style>
span { border-color: #C22B60; }
span { border-color: rgb(194,43,96); }
td.TdClassName
{
border-color: #C22B60;
}
.TagClassName
{
border-color: #C22B60;
}
</style>