Shades of Old Rose #C22248
Tints of Old Rose #C22248
RGB
CMYK
RGB Variations
Color information
#C22248 (or 0xC22248) is known color: Old Rose. HEX triplet: C2, 22 and 48. RGB value is (194,34,72). Sum of RGB (Red+Green+Blue) = 194+34+72=300 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.67% from 300); Green value is 34 (13.67% from 255 or 11.33% from 300); Blue value is 72 (28.52% from 255 or 24% from 300); Max value from RGB is 194 - color contains mainly: red. Hex color #C22248 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22248 is #3DDDB7. Grayscale: #565656. Windows color (decimal): -4054456 or 4727490. OLE color: 4727490.
HSL color Cylindrical-coordinate representation of color #C22248: hue angle of 345.75º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C22248 is Cyan = 0, Magento = 0.82, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 34 | 72 | - |
| CMYK | 0 | 0.82 | 0.63 | 0.24 |
| HSL | 345.75º | 0.7% | 0.45% | - |
| HSV(B) | 345.75º | 0.82% | 0.76% | - |
| XYZ | 23.99 | 13.08 | 7.39 | - |
| YUV | 86.17 | 120.01 | 204.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 34 | 72 | 0 | 0.82 | 0.63 | 0.24 | 345.75 | 0.7 | 0.45 |
| Hex | C2 | 22 | 48 | 0 | 52 | 3F | 18 | 15A | 46 | 2D |
| Octal | 302 | 42 | 110 | 0 | 122 | 77 | 30 | 532 | 106 | 55 |
| Binary | 11000010 | 100010 | 1001000 | 0 | 1010010 | 111111 | 11000 | 101011010 | 1000110 | 101101 |
Color Harmonies of #C22248
Complementary color
Monochromatic Colors of #C22248
Black with #C22248
Text Example
Text Example
White with #C22248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22248; }
p { color: rgb(194,34,72); }
H1.HeaderClassName
{
color: #C22248;
}
.AnyTagClassName
{
color: #C22248;
}
</style>
background-color css
<style>
a { background-color: #C22248; }
a { background-color: rgb(194,34,72); }
div.DivClassName
{
background-color: #C22248;
}
.BgClassName
{
background-color: #C22248;
}
</style>
border-color css
<style>
span { border-color: #C22248; }
span { border-color: rgb(194,34,72); }
td.TdClassName
{
border-color: #C22248;
}
.TagClassName
{
border-color: #C22248;
}
</style>