Shades of Old Rose #C1194D
Tints of Old Rose #C1194D
RGB
CMYK
RGB Variations
Color information
#C1194D (or 0xC1194D) is known color: Old Rose. HEX triplet: C1, 19 and 4D. RGB value is (193,25,77). Sum of RGB (Red+Green+Blue) = 193+25+77=295 (39% of max value = 765). Red value is 193 (75.78% from 255 or 65.42% from 295); Green value is 25 (10.16% from 255 or 8.47% from 295); Blue value is 77 (30.47% from 255 or 26.10% from 295); Max value from RGB is 193 - color contains mainly: red. Hex color #C1194D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1194D is #3EE6B2. Grayscale: #515151. Windows color (decimal): -4122291 or 5052865. OLE color: 5052865.
HSL color Cylindrical-coordinate representation of color #C1194D: hue angle of 341.43º 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 #C1194D is Cyan = 0, Magento = 0.87, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 25 | 77 | - |
| CMYK | 0 | 0.87 | 0.60 | 0.24 |
| HSL | 341.43º | 0.77% | 0.43% | - |
| HSV(B) | 341.43º | 0.87% | 0.76% | - |
| XYZ | 23.68 | 12.57 | 8.2 | - |
| YUV | 81.16 | 125.66 | 207.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 25 | 77 | 0 | 0.87 | 0.60 | 0.24 | 341.43 | 0.77 | 0.43 |
| Hex | C1 | 19 | 4D | 0 | 57 | 3C | 18 | 155 | 4D | 2B |
| Octal | 301 | 31 | 115 | 0 | 127 | 74 | 30 | 525 | 115 | 53 |
| Binary | 11000001 | 11001 | 1001101 | 0 | 1010111 | 111100 | 11000 | 101010101 | 1001101 | 101011 |
Color Harmonies of #C1194D
Complementary color
Monochromatic Colors of #C1194D
Black with #C1194D
Text Example
Text Example
White with #C1194D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1194D; }
p { color: rgb(193,25,77); }
H1.HeaderClassName
{
color: #C1194D;
}
.AnyTagClassName
{
color: #C1194D;
}
</style>
background-color css
<style>
a { background-color: #C1194D; }
a { background-color: rgb(193,25,77); }
div.DivClassName
{
background-color: #C1194D;
}
.BgClassName
{
background-color: #C1194D;
}
</style>
border-color css
<style>
span { border-color: #C1194D; }
span { border-color: rgb(193,25,77); }
td.TdClassName
{
border-color: #C1194D;
}
.TagClassName
{
border-color: #C1194D;
}
</style>