Shades of Old Rose #C71E5D
Tints of Old Rose #C71E5D
RGB
CMYK
RGB Variations
Color information
#C71E5D (or 0xC71E5D) is known color: Old Rose. HEX triplet: C7, 1E and 5D. RGB value is (199,30,93). Sum of RGB (Red+Green+Blue) = 199+30+93=322 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.80% from 322); Green value is 30 (12.11% from 255 or 9.32% from 322); Blue value is 93 (36.72% from 255 or 28.88% from 322); Max value from RGB is 199 - color contains mainly: red. Hex color #C71E5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C71E5D is #38E1A2. Grayscale: #575757. Windows color (decimal): -3727779 or 6102727. OLE color: 6102727.
HSL color Cylindrical-coordinate representation of color #C71E5D: hue angle of 337.63º degrees, saturation: 0.74, 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 #C71E5D is Cyan = 0, Magento = 0.85, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 30 | 93 | - |
| CMYK | 0 | 0.85 | 0.53 | 0.22 |
| HSL | 337.63º | 0.74% | 0.45% | - |
| HSV(B) | 337.63º | 0.85% | 0.78% | - |
| XYZ | 25.99 | 13.86 | 11.66 | - |
| YUV | 87.71 | 130.99 | 207.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 30 | 93 | 0 | 0.85 | 0.53 | 0.22 | 337.63 | 0.74 | 0.45 |
| Hex | C7 | 1E | 5D | 0 | 55 | 35 | 16 | 152 | 4A | 2D |
| Octal | 307 | 36 | 135 | 0 | 125 | 65 | 26 | 522 | 112 | 55 |
| Binary | 11000111 | 11110 | 1011101 | 0 | 1010101 | 110101 | 10110 | 101010010 | 1001010 | 101101 |
Color Harmonies of #C71E5D
Complementary color
Monochromatic Colors of #C71E5D
Black with #C71E5D
Text Example
Text Example
White with #C71E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71E5D; }
p { color: rgb(199,30,93); }
H1.HeaderClassName
{
color: #C71E5D;
}
.AnyTagClassName
{
color: #C71E5D;
}
</style>
background-color css
<style>
a { background-color: #C71E5D; }
a { background-color: rgb(199,30,93); }
div.DivClassName
{
background-color: #C71E5D;
}
.BgClassName
{
background-color: #C71E5D;
}
</style>
border-color css
<style>
span { border-color: #C71E5D; }
span { border-color: rgb(199,30,93); }
td.TdClassName
{
border-color: #C71E5D;
}
.TagClassName
{
border-color: #C71E5D;
}
</style>