Shades of Old Rose #C1194F
Tints of Old Rose #C1194F
RGB
CMYK
RGB Variations
Color information
#C1194F (or 0xC1194F) is known color: Old Rose. HEX triplet: C1, 19 and 4F. RGB value is (193,25,79). Sum of RGB (Red+Green+Blue) = 193+25+79=297 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.98% from 297); Green value is 25 (10.16% from 255 or 8.42% from 297); Blue value is 79 (31.25% from 255 or 26.60% from 297); Max value from RGB is 193 - color contains mainly: red. Hex color #C1194F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1194F is #3EE6B0. Grayscale: #515151. Windows color (decimal): -4122289 or 5183937. OLE color: 5183937.
HSL color Cylindrical-coordinate representation of color #C1194F: hue angle of 340.71º 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 #C1194F is Cyan = 0, Magento = 0.87, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 25 | 79 | - |
| CMYK | 0 | 0.87 | 0.59 | 0.24 |
| HSL | 340.71º | 0.77% | 0.43% | - |
| HSV(B) | 340.71º | 0.87% | 0.76% | - |
| XYZ | 23.75 | 12.6 | 8.58 | - |
| YUV | 81.39 | 126.66 | 207.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 25 | 79 | 0 | 0.87 | 0.59 | 0.24 | 340.71 | 0.77 | 0.43 |
| Hex | C1 | 19 | 4F | 0 | 57 | 3B | 18 | 155 | 4D | 2B |
| Octal | 301 | 31 | 117 | 0 | 127 | 73 | 30 | 525 | 115 | 53 |
| Binary | 11000001 | 11001 | 1001111 | 0 | 1010111 | 111011 | 11000 | 101010101 | 1001101 | 101011 |
Color Harmonies of #C1194F
Complementary color
Monochromatic Colors of #C1194F
Black with #C1194F
Text Example
Text Example
White with #C1194F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1194F; }
p { color: rgb(193,25,79); }
H1.HeaderClassName
{
color: #C1194F;
}
.AnyTagClassName
{
color: #C1194F;
}
</style>
background-color css
<style>
a { background-color: #C1194F; }
a { background-color: rgb(193,25,79); }
div.DivClassName
{
background-color: #C1194F;
}
.BgClassName
{
background-color: #C1194F;
}
</style>
border-color css
<style>
span { border-color: #C1194F; }
span { border-color: rgb(193,25,79); }
td.TdClassName
{
border-color: #C1194F;
}
.TagClassName
{
border-color: #C1194F;
}
</style>