Shades of Old Rose #C71951
Tints of Old Rose #C71951
RGB
CMYK
RGB Variations
Color information
#C71951 (or 0xC71951) is known color: Old Rose. HEX triplet: C7, 19 and 51. RGB value is (199,25,81). Sum of RGB (Red+Green+Blue) = 199+25+81=305 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.25% from 305); Green value is 25 (10.16% from 255 or 8.20% from 305); Blue value is 81 (32.03% from 255 or 26.56% from 305); Max value from RGB is 199 - color contains mainly: red. Hex color #C71951 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71951 is #38E6AE. Grayscale: #535353. Windows color (decimal): -3729071 or 5315015. OLE color: 5315015.
HSL color Cylindrical-coordinate representation of color #C71951: hue angle of 340.69º 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 #C71951 is Cyan = 0, Magento = 0.87, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 25 | 81 | - |
| CMYK | 0 | 0.87 | 0.59 | 0.22 |
| HSL | 340.69º | 0.78% | 0.44% | - |
| HSV(B) | 340.69º | 0.87% | 0.78% | - |
| XYZ | 25.39 | 13.43 | 9.04 | - |
| YUV | 83.41 | 126.65 | 210.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 25 | 81 | 0 | 0.87 | 0.59 | 0.22 | 340.69 | 0.78 | 0.44 |
| Hex | C7 | 19 | 51 | 0 | 57 | 3B | 16 | 155 | 4E | 2C |
| Octal | 307 | 31 | 121 | 0 | 127 | 73 | 26 | 525 | 116 | 54 |
| Binary | 11000111 | 11001 | 1010001 | 0 | 1010111 | 111011 | 10110 | 101010101 | 1001110 | 101100 |
Color Harmonies of #C71951
Complementary color
Monochromatic Colors of #C71951
Black with #C71951
Text Example
Text Example
White with #C71951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71951; }
p { color: rgb(199,25,81); }
H1.HeaderClassName
{
color: #C71951;
}
.AnyTagClassName
{
color: #C71951;
}
</style>
background-color css
<style>
a { background-color: #C71951; }
a { background-color: rgb(199,25,81); }
div.DivClassName
{
background-color: #C71951;
}
.BgClassName
{
background-color: #C71951;
}
</style>
border-color css
<style>
span { border-color: #C71951; }
span { border-color: rgb(199,25,81); }
td.TdClassName
{
border-color: #C71951;
}
.TagClassName
{
border-color: #C71951;
}
</style>