Shades of Old Rose #C71D50
Tints of Old Rose #C71D50
RGB
CMYK
RGB Variations
Color information
#C71D50 (or 0xC71D50) is known color: Old Rose. HEX triplet: C7, 1D and 50. RGB value is (199,29,80). Sum of RGB (Red+Green+Blue) = 199+29+80=308 (40% of max value = 765). Red value is 199 (78.12% from 255 or 64.61% from 308); Green value is 29 (11.72% from 255 or 9.42% from 308); Blue value is 80 (31.64% from 255 or 25.97% from 308); Max value from RGB is 199 - color contains mainly: red. Hex color #C71D50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C71D50 is #38E2AF. Grayscale: #555555. Windows color (decimal): -3728048 or 5250503. OLE color: 5250503.
HSL color Cylindrical-coordinate representation of color #C71D50: hue angle of 342º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C71D50 is Cyan = 0, Magento = 0.85, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 29 | 80 | - |
| CMYK | 0 | 0.85 | 0.60 | 0.22 |
| HSL | 342º | 0.75% | 0.45% | - |
| HSV(B) | 342º | 0.85% | 0.78% | - |
| XYZ | 25.44 | 13.6 | 8.87 | - |
| YUV | 85.64 | 124.82 | 208.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 29 | 80 | 0 | 0.85 | 0.60 | 0.22 | 342 | 0.75 | 0.45 |
| Hex | C7 | 1D | 50 | 0 | 55 | 3C | 16 | 156 | 4B | 2D |
| Octal | 307 | 35 | 120 | 0 | 125 | 74 | 26 | 526 | 113 | 55 |
| Binary | 11000111 | 11101 | 1010000 | 0 | 1010101 | 111100 | 10110 | 101010110 | 1001011 | 101101 |
Color Harmonies of #C71D50
Complementary color
Monochromatic Colors of #C71D50
Black with #C71D50
Text Example
Text Example
White with #C71D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71D50; }
p { color: rgb(199,29,80); }
H1.HeaderClassName
{
color: #C71D50;
}
.AnyTagClassName
{
color: #C71D50;
}
</style>
background-color css
<style>
a { background-color: #C71D50; }
a { background-color: rgb(199,29,80); }
div.DivClassName
{
background-color: #C71D50;
}
.BgClassName
{
background-color: #C71D50;
}
</style>
border-color css
<style>
span { border-color: #C71D50; }
span { border-color: rgb(199,29,80); }
td.TdClassName
{
border-color: #C71D50;
}
.TagClassName
{
border-color: #C71D50;
}
</style>