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