Shades of Old Rose #C7194F
Tints of Old Rose #C7194F
RGB
CMYK
RGB Variations
Color information
#C7194F (or 0xC7194F) is known color: Old Rose. HEX triplet: C7, 19 and 4F. RGB value is (199,25,79). Sum of RGB (Red+Green+Blue) = 199+25+79=303 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.68% from 303); Green value is 25 (10.16% from 255 or 8.25% from 303); Blue value is 79 (31.25% from 255 or 26.07% from 303); Max value from RGB is 199 - color contains mainly: red. Hex color #C7194F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7194F is #38E6B0. Grayscale: #535353. Windows color (decimal): -3729073 or 5183943. OLE color: 5183943.
HSL color Cylindrical-coordinate representation of color #C7194F: hue angle of 341.38º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C7194F is Cyan = 0, Magento = 0.87, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 25 | 79 | - |
| CMYK | 0 | 0.87 | 0.60 | 0.22 |
| HSL | 341.38º | 0.78% | 0.44% | - |
| HSV(B) | 341.38º | 0.87% | 0.78% | - |
| XYZ | 25.31 | 13.4 | 8.65 | - |
| YUV | 83.18 | 125.65 | 210.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 25 | 79 | 0 | 0.87 | 0.60 | 0.22 | 341.38 | 0.78 | 0.44 |
| Hex | C7 | 19 | 4F | 0 | 57 | 3C | 16 | 155 | 4E | 2C |
| Octal | 307 | 31 | 117 | 0 | 127 | 74 | 26 | 525 | 116 | 54 |
| Binary | 11000111 | 11001 | 1001111 | 0 | 1010111 | 111100 | 10110 | 101010101 | 1001110 | 101100 |
Color Harmonies of #C7194F
Complementary color
Monochromatic Colors of #C7194F
Black with #C7194F
Text Example
Text Example
White with #C7194F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7194F; }
p { color: rgb(199,25,79); }
H1.HeaderClassName
{
color: #C7194F;
}
.AnyTagClassName
{
color: #C7194F;
}
</style>
background-color css
<style>
a { background-color: #C7194F; }
a { background-color: rgb(199,25,79); }
div.DivClassName
{
background-color: #C7194F;
}
.BgClassName
{
background-color: #C7194F;
}
</style>
border-color css
<style>
span { border-color: #C7194F; }
span { border-color: rgb(199,25,79); }
td.TdClassName
{
border-color: #C7194F;
}
.TagClassName
{
border-color: #C7194F;
}
</style>