Shades of Old Rose #C2294C
Tints of Old Rose #C2294C
RGB
CMYK
RGB Variations
Color information
#C2294C (or 0xC2294C) is known color: Old Rose. HEX triplet: C2, 29 and 4C. RGB value is (194,41,76). Sum of RGB (Red+Green+Blue) = 194+41+76=311 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.38% from 311); Green value is 41 (16.41% from 255 or 13.18% from 311); Blue value is 76 (30.08% from 255 or 24.44% from 311); Max value from RGB is 194 - color contains mainly: red. Hex color #C2294C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2294C is #3DD6B3. Grayscale: #5A5A5A. Windows color (decimal): -4052660 or 4991426. OLE color: 4991426.
HSL color Cylindrical-coordinate representation of color #C2294C: hue angle of 346.27º 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 #C2294C is Cyan = 0, Magento = 0.79, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 41 | 76 | - |
| CMYK | 0 | 0.79 | 0.61 | 0.24 |
| HSL | 346.27º | 0.65% | 0.46% | - |
| HSV(B) | 346.27º | 0.79% | 0.76% | - |
| XYZ | 24.35 | 13.58 | 8.17 | - |
| YUV | 90.74 | 119.69 | 201.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 41 | 76 | 0 | 0.79 | 0.61 | 0.24 | 346.27 | 0.65 | 0.46 |
| Hex | C2 | 29 | 4C | 0 | 4F | 3D | 18 | 15A | 41 | 2E |
| Octal | 302 | 51 | 114 | 0 | 117 | 75 | 30 | 532 | 101 | 56 |
| Binary | 11000010 | 101001 | 1001100 | 0 | 1001111 | 111101 | 11000 | 101011010 | 1000001 | 101110 |
Color Harmonies of #C2294C
Complementary color
Monochromatic Colors of #C2294C
Black with #C2294C
Text Example
Text Example
White with #C2294C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2294C; }
p { color: rgb(194,41,76); }
H1.HeaderClassName
{
color: #C2294C;
}
.AnyTagClassName
{
color: #C2294C;
}
</style>
background-color css
<style>
a { background-color: #C2294C; }
a { background-color: rgb(194,41,76); }
div.DivClassName
{
background-color: #C2294C;
}
.BgClassName
{
background-color: #C2294C;
}
</style>
border-color css
<style>
span { border-color: #C2294C; }
span { border-color: rgb(194,41,76); }
td.TdClassName
{
border-color: #C2294C;
}
.TagClassName
{
border-color: #C2294C;
}
</style>