Shades of Old Rose #C2174F
Tints of Old Rose #C2174F
RGB
CMYK
RGB Variations
Color information
#C2174F (or 0xC2174F) is known color: Old Rose. HEX triplet: C2, 17 and 4F. RGB value is (194,23,79). Sum of RGB (Red+Green+Blue) = 194+23+79=296 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.54% from 296); Green value is 23 (9.38% from 255 or 7.77% from 296); Blue value is 79 (31.25% from 255 or 26.69% from 296); Max value from RGB is 194 - color contains mainly: red. Hex color #C2174F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2174F is #3DE8B0. Grayscale: #505050. Windows color (decimal): -4057265 or 5183426. OLE color: 5183426.
HSL color Cylindrical-coordinate representation of color #C2174F: hue angle of 340.35º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C2174F is Cyan = 0, Magento = 0.88, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 23 | 79 | - |
| CMYK | 0 | 0.88 | 0.59 | 0.24 |
| HSL | 340.35º | 0.79% | 0.43% | - |
| HSV(B) | 340.35º | 0.88% | 0.76% | - |
| XYZ | 23.97 | 12.65 | 8.58 | - |
| YUV | 80.51 | 127.15 | 208.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 23 | 79 | 0 | 0.88 | 0.59 | 0.24 | 340.35 | 0.79 | 0.43 |
| Hex | C2 | 17 | 4F | 0 | 58 | 3B | 18 | 154 | 4F | 2B |
| Octal | 302 | 27 | 117 | 0 | 130 | 73 | 30 | 524 | 117 | 53 |
| Binary | 11000010 | 10111 | 1001111 | 0 | 1011000 | 111011 | 11000 | 101010100 | 1001111 | 101011 |
Color Harmonies of #C2174F
Complementary color
Monochromatic Colors of #C2174F
Black with #C2174F
Text Example
Text Example
White with #C2174F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2174F; }
p { color: rgb(194,23,79); }
H1.HeaderClassName
{
color: #C2174F;
}
.AnyTagClassName
{
color: #C2174F;
}
</style>
background-color css
<style>
a { background-color: #C2174F; }
a { background-color: rgb(194,23,79); }
div.DivClassName
{
background-color: #C2174F;
}
.BgClassName
{
background-color: #C2174F;
}
</style>
border-color css
<style>
span { border-color: #C2174F; }
span { border-color: rgb(194,23,79); }
td.TdClassName
{
border-color: #C2174F;
}
.TagClassName
{
border-color: #C2174F;
}
</style>