Shades of Old Rose #C71C4E
Tints of Old Rose #C71C4E
RGB
CMYK
RGB Variations
Color information
#C71C4E (or 0xC71C4E) is known color: Old Rose. HEX triplet: C7, 1C and 4E. RGB value is (199,28,78). Sum of RGB (Red+Green+Blue) = 199+28+78=305 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.25% from 305); Green value is 28 (11.33% from 255 or 9.18% from 305); Blue value is 78 (30.86% from 255 or 25.57% from 305); Max value from RGB is 199 - color contains mainly: red. Hex color #C71C4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C71C4E is #38E3B1. Grayscale: #545454. Windows color (decimal): -3728306 or 5119175. OLE color: 5119175.
HSL color Cylindrical-coordinate representation of color #C71C4E: hue angle of 342.46º 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 #C71C4E is Cyan = 0, Magento = 0.86, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 28 | 78 | - |
| CMYK | 0 | 0.86 | 0.61 | 0.22 |
| HSL | 342.46º | 0.75% | 0.45% | - |
| HSV(B) | 342.46º | 0.86% | 0.78% | - |
| XYZ | 25.34 | 13.52 | 8.48 | - |
| YUV | 84.83 | 124.15 | 209.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 28 | 78 | 0 | 0.86 | 0.61 | 0.22 | 342.46 | 0.75 | 0.45 |
| Hex | C7 | 1C | 4E | 0 | 56 | 3D | 16 | 156 | 4B | 2D |
| Octal | 307 | 34 | 116 | 0 | 126 | 75 | 26 | 526 | 113 | 55 |
| Binary | 11000111 | 11100 | 1001110 | 0 | 1010110 | 111101 | 10110 | 101010110 | 1001011 | 101101 |
Color Harmonies of #C71C4E
Complementary color
Monochromatic Colors of #C71C4E
Black with #C71C4E
Text Example
Text Example
White with #C71C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71C4E; }
p { color: rgb(199,28,78); }
H1.HeaderClassName
{
color: #C71C4E;
}
.AnyTagClassName
{
color: #C71C4E;
}
</style>
background-color css
<style>
a { background-color: #C71C4E; }
a { background-color: rgb(199,28,78); }
div.DivClassName
{
background-color: #C71C4E;
}
.BgClassName
{
background-color: #C71C4E;
}
</style>
border-color css
<style>
span { border-color: #C71C4E; }
span { border-color: rgb(199,28,78); }
td.TdClassName
{
border-color: #C71C4E;
}
.TagClassName
{
border-color: #C71C4E;
}
</style>