Shades of Old Rose #C22847
Tints of Old Rose #C22847
RGB
CMYK
RGB Variations
Color information
#C22847 (or 0xC22847) is known color: Old Rose. HEX triplet: C2, 28 and 47. RGB value is (194,40,71). Sum of RGB (Red+Green+Blue) = 194+40+71=305 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.61% from 305); Green value is 40 (16.02% from 255 or 13.11% from 305); Blue value is 71 (28.12% from 255 or 23.28% from 305); Max value from RGB is 194 - color contains mainly: red. Hex color #C22847 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22847 is #3DD7B8. Grayscale: #595959. Windows color (decimal): -4052921 or 4663490. OLE color: 4663490.
HSL color Cylindrical-coordinate representation of color #C22847: hue angle of 347.92º 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 #C22847 is Cyan = 0, Magento = 0.79, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 40 | 71 | - |
| CMYK | 0 | 0.79 | 0.63 | 0.24 |
| HSL | 347.92º | 0.66% | 0.46% | - |
| HSV(B) | 347.92º | 0.79% | 0.76% | - |
| XYZ | 24.14 | 13.44 | 7.28 | - |
| YUV | 89.58 | 117.52 | 202.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 40 | 71 | 0 | 0.79 | 0.63 | 0.24 | 347.92 | 0.66 | 0.46 |
| Hex | C2 | 28 | 47 | 0 | 4F | 3F | 18 | 15C | 42 | 2E |
| Octal | 302 | 50 | 107 | 0 | 117 | 77 | 30 | 534 | 102 | 56 |
| Binary | 11000010 | 101000 | 1000111 | 0 | 1001111 | 111111 | 11000 | 101011100 | 1000010 | 101110 |
Color Harmonies of #C22847
Complementary color
Monochromatic Colors of #C22847
Black with #C22847
Text Example
Text Example
White with #C22847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22847; }
p { color: rgb(194,40,71); }
H1.HeaderClassName
{
color: #C22847;
}
.AnyTagClassName
{
color: #C22847;
}
</style>
background-color css
<style>
a { background-color: #C22847; }
a { background-color: rgb(194,40,71); }
div.DivClassName
{
background-color: #C22847;
}
.BgClassName
{
background-color: #C22847;
}
</style>
border-color css
<style>
span { border-color: #C22847; }
span { border-color: rgb(194,40,71); }
td.TdClassName
{
border-color: #C22847;
}
.TagClassName
{
border-color: #C22847;
}
</style>