Shades of Old Rose #C1174F
Tints of Old Rose #C1174F
RGB
CMYK
RGB Variations
Color information
#C1174F (or 0xC1174F) is known color: Old Rose. HEX triplet: C1, 17 and 4F. RGB value is (193,23,79). Sum of RGB (Red+Green+Blue) = 193+23+79=295 (39% of max value = 765). Red value is 193 (75.78% from 255 or 65.42% from 295); Green value is 23 (9.38% from 255 or 7.80% from 295); Blue value is 79 (31.25% from 255 or 26.78% from 295); Max value from RGB is 193 - color contains mainly: red. Hex color #C1174F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1174F is #3EE8B0. Grayscale: #505050. Windows color (decimal): -4122801 or 5183425. OLE color: 5183425.
HSL color Cylindrical-coordinate representation of color #C1174F: hue angle of 340.24º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C1174F is Cyan = 0, Magento = 0.88, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 23 | 79 | - |
| CMYK | 0 | 0.88 | 0.59 | 0.24 |
| HSL | 340.24º | 0.79% | 0.42% | - |
| HSV(B) | 340.24º | 0.88% | 0.76% | - |
| XYZ | 23.71 | 12.51 | 8.56 | - |
| YUV | 80.21 | 127.32 | 208.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 23 | 79 | 0 | 0.88 | 0.59 | 0.24 | 340.24 | 0.79 | 0.42 |
| Hex | C1 | 17 | 4F | 0 | 58 | 3B | 18 | 154 | 4F | 2A |
| Octal | 301 | 27 | 117 | 0 | 130 | 73 | 30 | 524 | 117 | 52 |
| Binary | 11000001 | 10111 | 1001111 | 0 | 1011000 | 111011 | 11000 | 101010100 | 1001111 | 101010 |
Color Harmonies of #C1174F
Complementary color
Monochromatic Colors of #C1174F
Black with #C1174F
Text Example
Text Example
White with #C1174F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1174F; }
p { color: rgb(193,23,79); }
H1.HeaderClassName
{
color: #C1174F;
}
.AnyTagClassName
{
color: #C1174F;
}
</style>
background-color css
<style>
a { background-color: #C1174F; }
a { background-color: rgb(193,23,79); }
div.DivClassName
{
background-color: #C1174F;
}
.BgClassName
{
background-color: #C1174F;
}
</style>
border-color css
<style>
span { border-color: #C1174F; }
span { border-color: rgb(193,23,79); }
td.TdClassName
{
border-color: #C1174F;
}
.TagClassName
{
border-color: #C1174F;
}
</style>