Shades of Old Rose #C2294D
Tints of Old Rose #C2294D
RGB
CMYK
RGB Variations
Color information
#C2294D (or 0xC2294D) is known color: Old Rose. HEX triplet: C2, 29 and 4D. RGB value is (194,41,77). Sum of RGB (Red+Green+Blue) = 194+41+77=312 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.18% from 312); Green value is 41 (16.41% from 255 or 13.14% from 312); Blue value is 77 (30.47% from 255 or 24.68% from 312); Max value from RGB is 194 - color contains mainly: red. Hex color #C2294D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2294D is #3DD6B2. Grayscale: #5A5A5A. Windows color (decimal): -4052659 or 5056962. OLE color: 5056962.
HSL color Cylindrical-coordinate representation of color #C2294D: hue angle of 345.88º degrees, saturation: 0.65, 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 #C2294D is Cyan = 0, Magento = 0.79, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 41 | 77 | - |
| CMYK | 0 | 0.79 | 0.60 | 0.24 |
| HSL | 345.88º | 0.65% | 0.46% | - |
| HSV(B) | 345.88º | 0.79% | 0.76% | - |
| XYZ | 24.38 | 13.59 | 8.36 | - |
| YUV | 90.85 | 120.19 | 201.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 41 | 77 | 0 | 0.79 | 0.60 | 0.24 | 345.88 | 0.65 | 0.46 |
| Hex | C2 | 29 | 4D | 0 | 4F | 3C | 18 | 15A | 41 | 2E |
| Octal | 302 | 51 | 115 | 0 | 117 | 74 | 30 | 532 | 101 | 56 |
| Binary | 11000010 | 101001 | 1001101 | 0 | 1001111 | 111100 | 11000 | 101011010 | 1000001 | 101110 |
Color Harmonies of #C2294D
Complementary color
Monochromatic Colors of #C2294D
Black with #C2294D
Text Example
Text Example
White with #C2294D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2294D; }
p { color: rgb(194,41,77); }
H1.HeaderClassName
{
color: #C2294D;
}
.AnyTagClassName
{
color: #C2294D;
}
</style>
background-color css
<style>
a { background-color: #C2294D; }
a { background-color: rgb(194,41,77); }
div.DivClassName
{
background-color: #C2294D;
}
.BgClassName
{
background-color: #C2294D;
}
</style>
border-color css
<style>
span { border-color: #C2294D; }
span { border-color: rgb(194,41,77); }
td.TdClassName
{
border-color: #C2294D;
}
.TagClassName
{
border-color: #C2294D;
}
</style>