Shades of Old Rose #C2245E
Tints of Old Rose #C2245E
RGB
CMYK
RGB Variations
Color information
#C2245E (or 0xC2245E) is known color: Old Rose. HEX triplet: C2, 24 and 5E. RGB value is (194,36,94). Sum of RGB (Red+Green+Blue) = 194+36+94=324 (42% of max value = 765). Red value is 194 (76.17% from 255 or 59.88% from 324); Green value is 36 (14.45% from 255 or 11.11% from 324); Blue value is 94 (37.11% from 255 or 29.01% from 324); Max value from RGB is 194 - color contains mainly: red. Hex color #C2245E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2245E is #3DDBA1. Grayscale: #595959. Windows color (decimal): -4053922 or 6169794. OLE color: 6169794.
HSL color Cylindrical-coordinate representation of color #C2245E: hue angle of 337.97º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C2245E is Cyan = 0, Magento = 0.81, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 36 | 94 | - |
| CMYK | 0 | 0.81 | 0.52 | 0.24 |
| HSL | 337.97º | 0.69% | 0.45% | - |
| HSV(B) | 337.97º | 0.81% | 0.76% | - |
| XYZ | 24.9 | 13.54 | 11.89 | - |
| YUV | 89.85 | 130.35 | 202.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 36 | 94 | 0 | 0.81 | 0.52 | 0.24 | 337.97 | 0.69 | 0.45 |
| Hex | C2 | 24 | 5E | 0 | 51 | 34 | 18 | 152 | 45 | 2D |
| Octal | 302 | 44 | 136 | 0 | 121 | 64 | 30 | 522 | 105 | 55 |
| Binary | 11000010 | 100100 | 1011110 | 0 | 1010001 | 110100 | 11000 | 101010010 | 1000101 | 101101 |
Color Harmonies of #C2245E
Complementary color
Monochromatic Colors of #C2245E
Black with #C2245E
Text Example
Text Example
White with #C2245E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2245E; }
p { color: rgb(194,36,94); }
H1.HeaderClassName
{
color: #C2245E;
}
.AnyTagClassName
{
color: #C2245E;
}
</style>
background-color css
<style>
a { background-color: #C2245E; }
a { background-color: rgb(194,36,94); }
div.DivClassName
{
background-color: #C2245E;
}
.BgClassName
{
background-color: #C2245E;
}
</style>
border-color css
<style>
span { border-color: #C2245E; }
span { border-color: rgb(194,36,94); }
td.TdClassName
{
border-color: #C2245E;
}
.TagClassName
{
border-color: #C2245E;
}
</style>