Shades of Old Rose #C22A63
Tints of Old Rose #C22A63
RGB
CMYK
RGB Variations
Color information
#C22A63 (or 0xC22A63) is known color: Old Rose. HEX triplet: C2, 2A and 63. RGB value is (194,42,99). Sum of RGB (Red+Green+Blue) = 194+42+99=335 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.91% from 335); Green value is 42 (16.80% from 255 or 12.54% from 335); Blue value is 99 (39.06% from 255 or 29.55% from 335); Max value from RGB is 194 - color contains mainly: red. Hex color #C22A63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22A63 is #3DD59C. Grayscale: #5D5D5D. Windows color (decimal): -4052381 or 6499010. OLE color: 6499010.
HSL color Cylindrical-coordinate representation of color #C22A63: hue angle of 337.5º 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 #C22A63 is Cyan = 0, Magento = 0.78, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 42 | 99 | - |
| CMYK | 0 | 0.78 | 0.49 | 0.24 |
| HSL | 337.5º | 0.64% | 0.46% | - |
| HSV(B) | 337.5º | 0.78% | 0.76% | - |
| XYZ | 25.33 | 14.03 | 13.18 | - |
| YUV | 93.95 | 130.86 | 199.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 42 | 99 | 0 | 0.78 | 0.49 | 0.24 | 337.5 | 0.64 | 0.46 |
| Hex | C2 | 2A | 63 | 0 | 4E | 31 | 18 | 152 | 40 | 2E |
| Octal | 302 | 52 | 143 | 0 | 116 | 61 | 30 | 522 | 100 | 56 |
| Binary | 11000010 | 101010 | 1100011 | 0 | 1001110 | 110001 | 11000 | 101010010 | 1000000 | 101110 |
Color Harmonies of #C22A63
Complementary color
Monochromatic Colors of #C22A63
Black with #C22A63
Text Example
Text Example
White with #C22A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22A63; }
p { color: rgb(194,42,99); }
H1.HeaderClassName
{
color: #C22A63;
}
.AnyTagClassName
{
color: #C22A63;
}
</style>
background-color css
<style>
a { background-color: #C22A63; }
a { background-color: rgb(194,42,99); }
div.DivClassName
{
background-color: #C22A63;
}
.BgClassName
{
background-color: #C22A63;
}
</style>
border-color css
<style>
span { border-color: #C22A63; }
span { border-color: rgb(194,42,99); }
td.TdClassName
{
border-color: #C22A63;
}
.TagClassName
{
border-color: #C22A63;
}
</style>