Shades of Old Rose #C1294E
Tints of Old Rose #C1294E
RGB
CMYK
RGB Variations
Color information
#C1294E (or 0xC1294E) is known color: Old Rose. HEX triplet: C1, 29 and 4E. RGB value is (193,41,78). Sum of RGB (Red+Green+Blue) = 193+41+78=312 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.86% from 312); Green value is 41 (16.41% from 255 or 13.14% from 312); Blue value is 78 (30.86% from 255 or 25% from 312); Max value from RGB is 193 - color contains mainly: red. Hex color #C1294E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1294E is #3ED6B1. Grayscale: #5A5A5A. Windows color (decimal): -4118194 or 5122497. OLE color: 5122497.
HSL color Cylindrical-coordinate representation of color #C1294E: hue angle of 345.39º 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 #C1294E is Cyan = 0, Magento = 0.79, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 41 | 78 | - |
| CMYK | 0 | 0.79 | 0.60 | 0.24 |
| HSL | 345.39º | 0.65% | 0.46% | - |
| HSV(B) | 345.39º | 0.79% | 0.76% | - |
| XYZ | 24.16 | 13.47 | 8.53 | - |
| YUV | 90.67 | 120.86 | 200.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 41 | 78 | 0 | 0.79 | 0.60 | 0.24 | 345.39 | 0.65 | 0.46 |
| Hex | C1 | 29 | 4E | 0 | 4F | 3C | 18 | 159 | 41 | 2E |
| Octal | 301 | 51 | 116 | 0 | 117 | 74 | 30 | 531 | 101 | 56 |
| Binary | 11000001 | 101001 | 1001110 | 0 | 1001111 | 111100 | 11000 | 101011001 | 1000001 | 101110 |
Color Harmonies of #C1294E
Complementary color
Monochromatic Colors of #C1294E
Black with #C1294E
Text Example
Text Example
White with #C1294E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1294E; }
p { color: rgb(193,41,78); }
H1.HeaderClassName
{
color: #C1294E;
}
.AnyTagClassName
{
color: #C1294E;
}
</style>
background-color css
<style>
a { background-color: #C1294E; }
a { background-color: rgb(193,41,78); }
div.DivClassName
{
background-color: #C1294E;
}
.BgClassName
{
background-color: #C1294E;
}
</style>
border-color css
<style>
span { border-color: #C1294E; }
span { border-color: rgb(193,41,78); }
td.TdClassName
{
border-color: #C1294E;
}
.TagClassName
{
border-color: #C1294E;
}
</style>