Shades of Old Rose #C71850
Tints of Old Rose #C71850
RGB
CMYK
RGB Variations
Color information
#C71850 (or 0xC71850) is known color: Old Rose. HEX triplet: C7, 18 and 50. RGB value is (199,24,80). Sum of RGB (Red+Green+Blue) = 199+24+80=303 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.68% from 303); Green value is 24 (9.77% from 255 or 7.92% from 303); Blue value is 80 (31.64% from 255 or 26.40% from 303); Max value from RGB is 199 - color contains mainly: red. Hex color #C71850 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71850 is #38E7AF. Grayscale: #525252. Windows color (decimal): -3729328 or 5249223. OLE color: 5249223.
HSL color Cylindrical-coordinate representation of color #C71850: hue angle of 340.8º degrees, saturation: 0.78, 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 #C71850 is Cyan = 0, Magento = 0.88, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 24 | 80 | - |
| CMYK | 0 | 0.88 | 0.60 | 0.22 |
| HSL | 340.8º | 0.78% | 0.44% | - |
| HSV(B) | 340.8º | 0.88% | 0.78% | - |
| XYZ | 25.33 | 13.37 | 8.84 | - |
| YUV | 82.71 | 126.48 | 210.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 24 | 80 | 0 | 0.88 | 0.60 | 0.22 | 340.8 | 0.78 | 0.44 |
| Hex | C7 | 18 | 50 | 0 | 58 | 3C | 16 | 155 | 4E | 2C |
| Octal | 307 | 30 | 120 | 0 | 130 | 74 | 26 | 525 | 116 | 54 |
| Binary | 11000111 | 11000 | 1010000 | 0 | 1011000 | 111100 | 10110 | 101010101 | 1001110 | 101100 |
Color Harmonies of #C71850
Complementary color
Monochromatic Colors of #C71850
Black with #C71850
Text Example
Text Example
White with #C71850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71850; }
p { color: rgb(199,24,80); }
H1.HeaderClassName
{
color: #C71850;
}
.AnyTagClassName
{
color: #C71850;
}
</style>
background-color css
<style>
a { background-color: #C71850; }
a { background-color: rgb(199,24,80); }
div.DivClassName
{
background-color: #C71850;
}
.BgClassName
{
background-color: #C71850;
}
</style>
border-color css
<style>
span { border-color: #C71850; }
span { border-color: rgb(199,24,80); }
td.TdClassName
{
border-color: #C71850;
}
.TagClassName
{
border-color: #C71850;
}
</style>