Shades of Old Rose #C22C48
Tints of Old Rose #C22C48
RGB
CMYK
RGB Variations
Color information
#C22C48 (or 0xC22C48) is known color: Old Rose. HEX triplet: C2, 2C and 48. RGB value is (194,44,72). Sum of RGB (Red+Green+Blue) = 194+44+72=310 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.58% from 310); Green value is 44 (17.58% from 255 or 14.19% from 310); Blue value is 72 (28.52% from 255 or 23.23% from 310); Max value from RGB is 194 - color contains mainly: red. Hex color #C22C48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22C48 is #3DD3B7. Grayscale: #5C5C5C. Windows color (decimal): -4051896 or 4730050. OLE color: 4730050.
HSL color Cylindrical-coordinate representation of color #C22C48: hue angle of 348.8º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C22C48 is Cyan = 0, Magento = 0.77, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 44 | 72 | - |
| CMYK | 0 | 0.77 | 0.63 | 0.24 |
| HSL | 348.8º | 0.63% | 0.47% | - |
| HSV(B) | 348.8º | 0.77% | 0.76% | - |
| XYZ | 24.32 | 13.74 | 7.5 | - |
| YUV | 92.04 | 116.7 | 200.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 44 | 72 | 0 | 0.77 | 0.63 | 0.24 | 348.8 | 0.63 | 0.47 |
| Hex | C2 | 2C | 48 | 0 | 4D | 3F | 18 | 15D | 3F | 2F |
| Octal | 302 | 54 | 110 | 0 | 115 | 77 | 30 | 535 | 77 | 57 |
| Binary | 11000010 | 101100 | 1001000 | 0 | 1001101 | 111111 | 11000 | 101011101 | 111111 | 101111 |
Color Harmonies of #C22C48
Complementary color
Monochromatic Colors of #C22C48
Black with #C22C48
Text Example
Text Example
White with #C22C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22C48; }
p { color: rgb(194,44,72); }
H1.HeaderClassName
{
color: #C22C48;
}
.AnyTagClassName
{
color: #C22C48;
}
</style>
background-color css
<style>
a { background-color: #C22C48; }
a { background-color: rgb(194,44,72); }
div.DivClassName
{
background-color: #C22C48;
}
.BgClassName
{
background-color: #C22C48;
}
</style>
border-color css
<style>
span { border-color: #C22C48; }
span { border-color: rgb(194,44,72); }
td.TdClassName
{
border-color: #C22C48;
}
.TagClassName
{
border-color: #C22C48;
}
</style>