Shades of Old Rose #C1294D
Tints of Old Rose #C1294D
RGB
CMYK
RGB Variations
Color information
#C1294D (or 0xC1294D) is known color: Old Rose. HEX triplet: C1, 29 and 4D. RGB value is (193,41,77). Sum of RGB (Red+Green+Blue) = 193+41+77=311 (41% of max value = 765). Red value is 193 (75.78% from 255 or 62.06% from 311); Green value is 41 (16.41% from 255 or 13.18% from 311); Blue value is 77 (30.47% from 255 or 24.76% from 311); Max value from RGB is 193 - color contains mainly: red. Hex color #C1294D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1294D is #3ED6B2. Grayscale: #5A5A5A. Windows color (decimal): -4118195 or 5056961. OLE color: 5056961.
HSL color Cylindrical-coordinate representation of color #C1294D: hue angle of 345.79º 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 #C1294D is Cyan = 0, Magento = 0.79, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 41 | 77 | - |
| CMYK | 0 | 0.79 | 0.60 | 0.24 |
| HSL | 345.79º | 0.65% | 0.46% | - |
| HSV(B) | 345.79º | 0.79% | 0.76% | - |
| XYZ | 24.12 | 13.46 | 8.35 | - |
| YUV | 90.55 | 120.36 | 201.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 41 | 77 | 0 | 0.79 | 0.60 | 0.24 | 345.79 | 0.65 | 0.46 |
| Hex | C1 | 29 | 4D | 0 | 4F | 3C | 18 | 15A | 41 | 2E |
| Octal | 301 | 51 | 115 | 0 | 117 | 74 | 30 | 532 | 101 | 56 |
| Binary | 11000001 | 101001 | 1001101 | 0 | 1001111 | 111100 | 11000 | 101011010 | 1000001 | 101110 |
Color Harmonies of #C1294D
Complementary color
Monochromatic Colors of #C1294D
Black with #C1294D
Text Example
Text Example
White with #C1294D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1294D; }
p { color: rgb(193,41,77); }
H1.HeaderClassName
{
color: #C1294D;
}
.AnyTagClassName
{
color: #C1294D;
}
</style>
background-color css
<style>
a { background-color: #C1294D; }
a { background-color: rgb(193,41,77); }
div.DivClassName
{
background-color: #C1294D;
}
.BgClassName
{
background-color: #C1294D;
}
</style>
border-color css
<style>
span { border-color: #C1294D; }
span { border-color: rgb(193,41,77); }
td.TdClassName
{
border-color: #C1294D;
}
.TagClassName
{
border-color: #C1294D;
}
</style>