Shades of Old Rose #C71C56
Tints of Old Rose #C71C56
RGB
CMYK
RGB Variations
Color information
#C71C56 (or 0xC71C56) is known color: Old Rose. HEX triplet: C7, 1C and 56. RGB value is (199,28,86). Sum of RGB (Red+Green+Blue) = 199+28+86=313 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.58% from 313); Green value is 28 (11.33% from 255 or 8.95% from 313); Blue value is 86 (33.98% from 255 or 27.48% from 313); Max value from RGB is 199 - color contains mainly: red. Hex color #C71C56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C71C56 is #38E3A9. Grayscale: #555555. Windows color (decimal): -3728298 or 5643463. OLE color: 5643463.
HSL color Cylindrical-coordinate representation of color #C71C56: hue angle of 339.65º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C71C56 is Cyan = 0, Magento = 0.86, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 28 | 86 | - |
| CMYK | 0 | 0.86 | 0.57 | 0.22 |
| HSL | 339.65º | 0.75% | 0.45% | - |
| HSV(B) | 339.65º | 0.86% | 0.78% | - |
| XYZ | 25.65 | 13.64 | 10.09 | - |
| YUV | 85.74 | 128.15 | 208.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 28 | 86 | 0 | 0.86 | 0.57 | 0.22 | 339.65 | 0.75 | 0.45 |
| Hex | C7 | 1C | 56 | 0 | 56 | 39 | 16 | 154 | 4B | 2D |
| Octal | 307 | 34 | 126 | 0 | 126 | 71 | 26 | 524 | 113 | 55 |
| Binary | 11000111 | 11100 | 1010110 | 0 | 1010110 | 111001 | 10110 | 101010100 | 1001011 | 101101 |
Color Harmonies of #C71C56
Complementary color
Monochromatic Colors of #C71C56
Black with #C71C56
Text Example
Text Example
White with #C71C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71C56; }
p { color: rgb(199,28,86); }
H1.HeaderClassName
{
color: #C71C56;
}
.AnyTagClassName
{
color: #C71C56;
}
</style>
background-color css
<style>
a { background-color: #C71C56; }
a { background-color: rgb(199,28,86); }
div.DivClassName
{
background-color: #C71C56;
}
.BgClassName
{
background-color: #C71C56;
}
</style>
border-color css
<style>
span { border-color: #C71C56; }
span { border-color: rgb(199,28,86); }
td.TdClassName
{
border-color: #C71C56;
}
.TagClassName
{
border-color: #C71C56;
}
</style>