Shades of Old Rose #C71F50
Tints of Old Rose #C71F50
RGB
CMYK
RGB Variations
Color information
#C71F50 (or 0xC71F50) is known color: Old Rose. HEX triplet: C7, 1F and 50. RGB value is (199,31,80). Sum of RGB (Red+Green+Blue) = 199+31+80=310 (41% of max value = 765). Red value is 199 (78.12% from 255 or 64.19% from 310); Green value is 31 (12.5% from 255 or 10% from 310); Blue value is 80 (31.64% from 255 or 25.81% from 310); Max value from RGB is 199 - color contains mainly: red. Hex color #C71F50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C71F50 is #38E0AF. Grayscale: #565656. Windows color (decimal): -3727536 or 5251015. OLE color: 5251015.
HSL color Cylindrical-coordinate representation of color #C71F50: hue angle of 342.5º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C71F50 is Cyan = 0, Magento = 0.84, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 31 | 80 | - |
| CMYK | 0 | 0.84 | 0.60 | 0.22 |
| HSL | 342.5º | 0.73% | 0.45% | - |
| HSV(B) | 342.5º | 0.84% | 0.78% | - |
| XYZ | 25.49 | 13.7 | 8.89 | - |
| YUV | 86.82 | 124.16 | 208.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 31 | 80 | 0 | 0.84 | 0.60 | 0.22 | 342.5 | 0.73 | 0.45 |
| Hex | C7 | 1F | 50 | 0 | 54 | 3C | 16 | 156 | 49 | 2D |
| Octal | 307 | 37 | 120 | 0 | 124 | 74 | 26 | 526 | 111 | 55 |
| Binary | 11000111 | 11111 | 1010000 | 0 | 1010100 | 111100 | 10110 | 101010110 | 1001001 | 101101 |
Color Harmonies of #C71F50
Complementary color
Monochromatic Colors of #C71F50
Black with #C71F50
Text Example
Text Example
White with #C71F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71F50; }
p { color: rgb(199,31,80); }
H1.HeaderClassName
{
color: #C71F50;
}
.AnyTagClassName
{
color: #C71F50;
}
</style>
background-color css
<style>
a { background-color: #C71F50; }
a { background-color: rgb(199,31,80); }
div.DivClassName
{
background-color: #C71F50;
}
.BgClassName
{
background-color: #C71F50;
}
</style>
border-color css
<style>
span { border-color: #C71F50; }
span { border-color: rgb(199,31,80); }
td.TdClassName
{
border-color: #C71F50;
}
.TagClassName
{
border-color: #C71F50;
}
</style>