Shades of Old Rose #C2194D
Tints of Old Rose #C2194D
RGB
CMYK
RGB Variations
Color information
#C2194D (or 0xC2194D) is known color: Old Rose. HEX triplet: C2, 19 and 4D. RGB value is (194,25,77). Sum of RGB (Red+Green+Blue) = 194+25+77=296 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.54% from 296); Green value is 25 (10.16% from 255 or 8.45% from 296); Blue value is 77 (30.47% from 255 or 26.01% from 296); Max value from RGB is 194 - color contains mainly: red. Hex color #C2194D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2194D is #3DE6B2. Grayscale: #515151. Windows color (decimal): -4056755 or 5052866. OLE color: 5052866.
HSL color Cylindrical-coordinate representation of color #C2194D: hue angle of 341.54º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C2194D is Cyan = 0, Magento = 0.87, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 25 | 77 | - |
| CMYK | 0 | 0.87 | 0.60 | 0.24 |
| HSL | 341.54º | 0.77% | 0.43% | - |
| HSV(B) | 341.54º | 0.87% | 0.76% | - |
| XYZ | 23.94 | 12.7 | 8.21 | - |
| YUV | 81.46 | 125.49 | 208.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 25 | 77 | 0 | 0.87 | 0.60 | 0.24 | 341.54 | 0.77 | 0.43 |
| Hex | C2 | 19 | 4D | 0 | 57 | 3C | 18 | 156 | 4D | 2B |
| Octal | 302 | 31 | 115 | 0 | 127 | 74 | 30 | 526 | 115 | 53 |
| Binary | 11000010 | 11001 | 1001101 | 0 | 1010111 | 111100 | 11000 | 101010110 | 1001101 | 101011 |
Color Harmonies of #C2194D
Complementary color
Monochromatic Colors of #C2194D
Black with #C2194D
Text Example
Text Example
White with #C2194D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2194D; }
p { color: rgb(194,25,77); }
H1.HeaderClassName
{
color: #C2194D;
}
.AnyTagClassName
{
color: #C2194D;
}
</style>
background-color css
<style>
a { background-color: #C2194D; }
a { background-color: rgb(194,25,77); }
div.DivClassName
{
background-color: #C2194D;
}
.BgClassName
{
background-color: #C2194D;
}
</style>
border-color css
<style>
span { border-color: #C2194D; }
span { border-color: rgb(194,25,77); }
td.TdClassName
{
border-color: #C2194D;
}
.TagClassName
{
border-color: #C2194D;
}
</style>