Shades of Old Rose #C71E5B
Tints of Old Rose #C71E5B
RGB
CMYK
RGB Variations
Color information
#C71E5B (or 0xC71E5B) is known color: Old Rose. HEX triplet: C7, 1E and 5B. RGB value is (199,30,91). Sum of RGB (Red+Green+Blue) = 199+30+91=320 (42% of max value = 765). Red value is 199 (78.12% from 255 or 62.19% from 320); Green value is 30 (12.11% from 255 or 9.38% from 320); Blue value is 91 (35.94% from 255 or 28.44% from 320); Max value from RGB is 199 - color contains mainly: red. Hex color #C71E5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C71E5B is #38E1A4. Grayscale: #575757. Windows color (decimal): -3727781 or 5971655. OLE color: 5971655.
HSL color Cylindrical-coordinate representation of color #C71E5B: hue angle of 338.34º 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 #C71E5B is Cyan = 0, Magento = 0.85, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 30 | 91 | - |
| CMYK | 0 | 0.85 | 0.54 | 0.22 |
| HSL | 338.34º | 0.74% | 0.45% | - |
| HSV(B) | 338.34º | 0.85% | 0.78% | - |
| XYZ | 25.91 | 13.83 | 11.2 | - |
| YUV | 87.49 | 129.99 | 207.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 30 | 91 | 0 | 0.85 | 0.54 | 0.22 | 338.34 | 0.74 | 0.45 |
| Hex | C7 | 1E | 5B | 0 | 55 | 36 | 16 | 152 | 4A | 2D |
| Octal | 307 | 36 | 133 | 0 | 125 | 66 | 26 | 522 | 112 | 55 |
| Binary | 11000111 | 11110 | 1011011 | 0 | 1010101 | 110110 | 10110 | 101010010 | 1001010 | 101101 |
Color Harmonies of #C71E5B
Complementary color
Monochromatic Colors of #C71E5B
Black with #C71E5B
Text Example
Text Example
White with #C71E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71E5B; }
p { color: rgb(199,30,91); }
H1.HeaderClassName
{
color: #C71E5B;
}
.AnyTagClassName
{
color: #C71E5B;
}
</style>
background-color css
<style>
a { background-color: #C71E5B; }
a { background-color: rgb(199,30,91); }
div.DivClassName
{
background-color: #C71E5B;
}
.BgClassName
{
background-color: #C71E5B;
}
</style>
border-color css
<style>
span { border-color: #C71E5B; }
span { border-color: rgb(199,30,91); }
td.TdClassName
{
border-color: #C71E5B;
}
.TagClassName
{
border-color: #C71E5B;
}
</style>