Shades of Old Rose #C71B4E
Tints of Old Rose #C71B4E
RGB
CMYK
RGB Variations
Color information
#C71B4E (or 0xC71B4E) is known color: Old Rose. HEX triplet: C7, 1B and 4E. RGB value is (199,27,78). Sum of RGB (Red+Green+Blue) = 199+27+78=304 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.46% from 304); Green value is 27 (10.94% from 255 or 8.88% from 304); Blue value is 78 (30.86% from 255 or 25.66% from 304); Max value from RGB is 199 - color contains mainly: red. Hex color #C71B4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C71B4E is #38E4B1. Grayscale: #545454. Windows color (decimal): -3728562 or 5118919. OLE color: 5118919.
HSL color Cylindrical-coordinate representation of color #C71B4E: hue angle of 342.21º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C71B4E is Cyan = 0, Magento = 0.86, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 27 | 78 | - |
| CMYK | 0 | 0.86 | 0.61 | 0.22 |
| HSL | 342.21º | 0.76% | 0.44% | - |
| HSV(B) | 342.21º | 0.86% | 0.78% | - |
| XYZ | 25.32 | 13.48 | 8.47 | - |
| YUV | 84.24 | 124.48 | 209.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 27 | 78 | 0 | 0.86 | 0.61 | 0.22 | 342.21 | 0.76 | 0.44 |
| Hex | C7 | 1B | 4E | 0 | 56 | 3D | 16 | 156 | 4C | 2C |
| Octal | 307 | 33 | 116 | 0 | 126 | 75 | 26 | 526 | 114 | 54 |
| Binary | 11000111 | 11011 | 1001110 | 0 | 1010110 | 111101 | 10110 | 101010110 | 1001100 | 101100 |
Color Harmonies of #C71B4E
Complementary color
Monochromatic Colors of #C71B4E
Black with #C71B4E
Text Example
Text Example
White with #C71B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71B4E; }
p { color: rgb(199,27,78); }
H1.HeaderClassName
{
color: #C71B4E;
}
.AnyTagClassName
{
color: #C71B4E;
}
</style>
background-color css
<style>
a { background-color: #C71B4E; }
a { background-color: rgb(199,27,78); }
div.DivClassName
{
background-color: #C71B4E;
}
.BgClassName
{
background-color: #C71B4E;
}
</style>
border-color css
<style>
span { border-color: #C71B4E; }
span { border-color: rgb(199,27,78); }
td.TdClassName
{
border-color: #C71B4E;
}
.TagClassName
{
border-color: #C71B4E;
}
</style>