Shades of Old Rose #C71751
Tints of Old Rose #C71751
RGB
CMYK
RGB Variations
Color information
#C71751 (or 0xC71751) is known color: Old Rose. HEX triplet: C7, 17 and 51. RGB value is (199,23,81). Sum of RGB (Red+Green+Blue) = 199+23+81=303 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.68% from 303); Green value is 23 (9.38% from 255 or 7.59% from 303); Blue value is 81 (32.03% from 255 or 26.73% from 303); Max value from RGB is 199 - color contains mainly: red. Hex color #C71751 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71751 is #38E8AE. Grayscale: #525252. Windows color (decimal): -3729583 or 5314503. OLE color: 5314503.
HSL color Cylindrical-coordinate representation of color #C71751: hue angle of 340.23º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C71751 is Cyan = 0, Magento = 0.88, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 23 | 81 | - |
| CMYK | 0 | 0.88 | 0.59 | 0.22 |
| HSL | 340.23º | 0.79% | 0.44% | - |
| HSV(B) | 340.23º | 0.88% | 0.78% | - |
| XYZ | 25.34 | 13.35 | 9.03 | - |
| YUV | 82.24 | 127.31 | 211.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 23 | 81 | 0 | 0.88 | 0.59 | 0.22 | 340.23 | 0.79 | 0.44 |
| Hex | C7 | 17 | 51 | 0 | 58 | 3B | 16 | 154 | 4F | 2C |
| Octal | 307 | 27 | 121 | 0 | 130 | 73 | 26 | 524 | 117 | 54 |
| Binary | 11000111 | 10111 | 1010001 | 0 | 1011000 | 111011 | 10110 | 101010100 | 1001111 | 101100 |
Color Harmonies of #C71751
Complementary color
Monochromatic Colors of #C71751
Black with #C71751
Text Example
Text Example
White with #C71751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71751; }
p { color: rgb(199,23,81); }
H1.HeaderClassName
{
color: #C71751;
}
.AnyTagClassName
{
color: #C71751;
}
</style>
background-color css
<style>
a { background-color: #C71751; }
a { background-color: rgb(199,23,81); }
div.DivClassName
{
background-color: #C71751;
}
.BgClassName
{
background-color: #C71751;
}
</style>
border-color css
<style>
span { border-color: #C71751; }
span { border-color: rgb(199,23,81); }
td.TdClassName
{
border-color: #C71751;
}
.TagClassName
{
border-color: #C71751;
}
</style>