Shades of Old Rose #C2344E
Tints of Old Rose #C2344E
RGB
CMYK
RGB Variations
Color information
#C2344E (or 0xC2344E) is known color: Old Rose. HEX triplet: C2, 34 and 4E. RGB value is (194,52,78). Sum of RGB (Red+Green+Blue) = 194+52+78=324 (42% of max value = 765). Red value is 194 (76.17% from 255 or 59.88% from 324); Green value is 52 (20.70% from 255 or 16.05% from 324); Blue value is 78 (30.86% from 255 or 24.07% from 324); Max value from RGB is 194 - color contains mainly: red. Hex color #C2344E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2344E is #3DCBB1. Grayscale: #616161. Windows color (decimal): -4049842 or 5125314. OLE color: 5125314.
HSL color Cylindrical-coordinate representation of color #C2344E: hue angle of 349.01º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C2344E is Cyan = 0, Magento = 0.73, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 52 | 78 | - |
| CMYK | 0 | 0.73 | 0.60 | 0.24 |
| HSL | 349.01º | 0.58% | 0.48% | - |
| HSV(B) | 349.01º | 0.73% | 0.76% | - |
| XYZ | 24.85 | 14.48 | 8.69 | - |
| YUV | 97.42 | 117.04 | 196.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 52 | 78 | 0 | 0.73 | 0.60 | 0.24 | 349.01 | 0.58 | 0.48 |
| Hex | C2 | 34 | 4E | 0 | 49 | 3C | 18 | 15D | 3A | 30 |
| Octal | 302 | 64 | 116 | 0 | 111 | 74 | 30 | 535 | 72 | 60 |
| Binary | 11000010 | 110100 | 1001110 | 0 | 1001001 | 111100 | 11000 | 101011101 | 111010 | 110000 |
Color Harmonies of #C2344E
Complementary color
Monochromatic Colors of #C2344E
Black with #C2344E
Text Example
Text Example
White with #C2344E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2344E; }
p { color: rgb(194,52,78); }
H1.HeaderClassName
{
color: #C2344E;
}
.AnyTagClassName
{
color: #C2344E;
}
</style>
background-color css
<style>
a { background-color: #C2344E; }
a { background-color: rgb(194,52,78); }
div.DivClassName
{
background-color: #C2344E;
}
.BgClassName
{
background-color: #C2344E;
}
</style>
border-color css
<style>
span { border-color: #C2344E; }
span { border-color: rgb(194,52,78); }
td.TdClassName
{
border-color: #C2344E;
}
.TagClassName
{
border-color: #C2344E;
}
</style>