Shades of Old Rose #C22848
Tints of Old Rose #C22848
RGB
CMYK
RGB Variations
Color information
#C22848 (or 0xC22848) is known color: Old Rose. HEX triplet: C2, 28 and 48. RGB value is (194,40,72). Sum of RGB (Red+Green+Blue) = 194+40+72=306 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.40% from 306); Green value is 40 (16.02% from 255 or 13.07% from 306); Blue value is 72 (28.52% from 255 or 23.53% from 306); Max value from RGB is 194 - color contains mainly: red. Hex color #C22848 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22848 is #3DD7B7. Grayscale: #595959. Windows color (decimal): -4052920 or 4729026. OLE color: 4729026.
HSL color Cylindrical-coordinate representation of color #C22848: hue angle of 347.53º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C22848 is Cyan = 0, Magento = 0.79, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 40 | 72 | - |
| CMYK | 0 | 0.79 | 0.63 | 0.24 |
| HSL | 347.53º | 0.66% | 0.46% | - |
| HSV(B) | 347.53º | 0.79% | 0.76% | - |
| XYZ | 24.18 | 13.45 | 7.45 | - |
| YUV | 89.69 | 118.02 | 202.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 40 | 72 | 0 | 0.79 | 0.63 | 0.24 | 347.53 | 0.66 | 0.46 |
| Hex | C2 | 28 | 48 | 0 | 4F | 3F | 18 | 15C | 42 | 2E |
| Octal | 302 | 50 | 110 | 0 | 117 | 77 | 30 | 534 | 102 | 56 |
| Binary | 11000010 | 101000 | 1001000 | 0 | 1001111 | 111111 | 11000 | 101011100 | 1000010 | 101110 |
Color Harmonies of #C22848
Complementary color
Monochromatic Colors of #C22848
Black with #C22848
Text Example
Text Example
White with #C22848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22848; }
p { color: rgb(194,40,72); }
H1.HeaderClassName
{
color: #C22848;
}
.AnyTagClassName
{
color: #C22848;
}
</style>
background-color css
<style>
a { background-color: #C22848; }
a { background-color: rgb(194,40,72); }
div.DivClassName
{
background-color: #C22848;
}
.BgClassName
{
background-color: #C22848;
}
</style>
border-color css
<style>
span { border-color: #C22848; }
span { border-color: rgb(194,40,72); }
td.TdClassName
{
border-color: #C22848;
}
.TagClassName
{
border-color: #C22848;
}
</style>