Shades of Old Rose #C22F4D
Tints of Old Rose #C22F4D
RGB
CMYK
RGB Variations
Color information
#C22F4D (or 0xC22F4D) is known color: Old Rose. HEX triplet: C2, 2F and 4D. RGB value is (194,47,77). Sum of RGB (Red+Green+Blue) = 194+47+77=318 (42% of max value = 765). Red value is 194 (76.17% from 255 or 61.01% from 318); Green value is 47 (18.75% from 255 or 14.78% from 318); Blue value is 77 (30.47% from 255 or 24.21% from 318); Max value from RGB is 194 - color contains mainly: red. Hex color #C22F4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22F4D is #3DD0B2. Grayscale: #5E5E5E. Windows color (decimal): -4051123 or 5058498. OLE color: 5058498.
HSL color Cylindrical-coordinate representation of color #C22F4D: hue angle of 347.76º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C22F4D is Cyan = 0, Magento = 0.76, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 47 | 77 | - |
| CMYK | 0 | 0.76 | 0.60 | 0.24 |
| HSL | 347.76º | 0.61% | 0.47% | - |
| HSV(B) | 347.76º | 0.76% | 0.76% | - |
| XYZ | 24.6 | 14.04 | 8.43 | - |
| YUV | 94.37 | 118.2 | 199.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 47 | 77 | 0 | 0.76 | 0.60 | 0.24 | 347.76 | 0.61 | 0.47 |
| Hex | C2 | 2F | 4D | 0 | 4C | 3C | 18 | 15C | 3D | 2F |
| Octal | 302 | 57 | 115 | 0 | 114 | 74 | 30 | 534 | 75 | 57 |
| Binary | 11000010 | 101111 | 1001101 | 0 | 1001100 | 111100 | 11000 | 101011100 | 111101 | 101111 |
Color Harmonies of #C22F4D
Complementary color
Monochromatic Colors of #C22F4D
Black with #C22F4D
Text Example
Text Example
White with #C22F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22F4D; }
p { color: rgb(194,47,77); }
H1.HeaderClassName
{
color: #C22F4D;
}
.AnyTagClassName
{
color: #C22F4D;
}
</style>
background-color css
<style>
a { background-color: #C22F4D; }
a { background-color: rgb(194,47,77); }
div.DivClassName
{
background-color: #C22F4D;
}
.BgClassName
{
background-color: #C22F4D;
}
</style>
border-color css
<style>
span { border-color: #C22F4D; }
span { border-color: rgb(194,47,77); }
td.TdClassName
{
border-color: #C22F4D;
}
.TagClassName
{
border-color: #C22F4D;
}
</style>