Shades of Old Rose #C22760
Tints of Old Rose #C22760
RGB
CMYK
RGB Variations
Color information
#C22760 (or 0xC22760) is known color: Old Rose. HEX triplet: C2, 27 and 60. RGB value is (194,39,96). Sum of RGB (Red+Green+Blue) = 194+39+96=329 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.97% from 329); Green value is 39 (15.62% from 255 or 11.85% from 329); Blue value is 96 (37.89% from 255 or 29.18% from 329); Max value from RGB is 194 - color contains mainly: red. Hex color #C22760 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22760 is #3DD89F. Grayscale: #5B5B5B. Windows color (decimal): -4053152 or 6301634. OLE color: 6301634.
HSL color Cylindrical-coordinate representation of color #C22760: hue angle of 337.94º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C22760 is Cyan = 0, Magento = 0.80, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 39 | 96 | - |
| CMYK | 0 | 0.80 | 0.51 | 0.24 |
| HSL | 337.94º | 0.67% | 0.46% | - |
| HSV(B) | 337.94º | 0.8% | 0.76% | - |
| XYZ | 25.08 | 13.76 | 12.4 | - |
| YUV | 91.84 | 130.35 | 200.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 39 | 96 | 0 | 0.80 | 0.51 | 0.24 | 337.94 | 0.67 | 0.46 |
| Hex | C2 | 27 | 60 | 0 | 50 | 33 | 18 | 152 | 43 | 2E |
| Octal | 302 | 47 | 140 | 0 | 120 | 63 | 30 | 522 | 103 | 56 |
| Binary | 11000010 | 100111 | 1100000 | 0 | 1010000 | 110011 | 11000 | 101010010 | 1000011 | 101110 |
Color Harmonies of #C22760
Complementary color
Monochromatic Colors of #C22760
Black with #C22760
Text Example
Text Example
White with #C22760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22760; }
p { color: rgb(194,39,96); }
H1.HeaderClassName
{
color: #C22760;
}
.AnyTagClassName
{
color: #C22760;
}
</style>
background-color css
<style>
a { background-color: #C22760; }
a { background-color: rgb(194,39,96); }
div.DivClassName
{
background-color: #C22760;
}
.BgClassName
{
background-color: #C22760;
}
</style>
border-color css
<style>
span { border-color: #C22760; }
span { border-color: rgb(194,39,96); }
td.TdClassName
{
border-color: #C22760;
}
.TagClassName
{
border-color: #C22760;
}
</style>