Shades of Old Rose #C71D58
Tints of Old Rose #C71D58
RGB
CMYK
RGB Variations
Color information
#C71D58 (or 0xC71D58) is known color: Old Rose. HEX triplet: C7, 1D and 58. RGB value is (199,29,88). Sum of RGB (Red+Green+Blue) = 199+29+88=316 (41% of max value = 765). Red value is 199 (78.12% from 255 or 62.97% from 316); Green value is 29 (11.72% from 255 or 9.18% from 316); Blue value is 88 (34.77% from 255 or 27.85% from 316); Max value from RGB is 199 - color contains mainly: red. Hex color #C71D58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C71D58 is #38E2A7. Grayscale: #565656. Windows color (decimal): -3728040 or 5774791. OLE color: 5774791.
HSL color Cylindrical-coordinate representation of color #C71D58: hue angle of 339.18º degrees, saturation: 0.75, 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 #C71D58 is Cyan = 0, Magento = 0.85, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 29 | 88 | - |
| CMYK | 0 | 0.85 | 0.56 | 0.22 |
| HSL | 339.18º | 0.75% | 0.45% | - |
| HSV(B) | 339.18º | 0.85% | 0.78% | - |
| XYZ | 25.75 | 13.73 | 10.52 | - |
| YUV | 86.56 | 128.82 | 208.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 29 | 88 | 0 | 0.85 | 0.56 | 0.22 | 339.18 | 0.75 | 0.45 |
| Hex | C7 | 1D | 58 | 0 | 55 | 38 | 16 | 153 | 4B | 2D |
| Octal | 307 | 35 | 130 | 0 | 125 | 70 | 26 | 523 | 113 | 55 |
| Binary | 11000111 | 11101 | 1011000 | 0 | 1010101 | 111000 | 10110 | 101010011 | 1001011 | 101101 |
Color Harmonies of #C71D58
Complementary color
Monochromatic Colors of #C71D58
Black with #C71D58
Text Example
Text Example
White with #C71D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71D58; }
p { color: rgb(199,29,88); }
H1.HeaderClassName
{
color: #C71D58;
}
.AnyTagClassName
{
color: #C71D58;
}
</style>
background-color css
<style>
a { background-color: #C71D58; }
a { background-color: rgb(199,29,88); }
div.DivClassName
{
background-color: #C71D58;
}
.BgClassName
{
background-color: #C71D58;
}
</style>
border-color css
<style>
span { border-color: #C71D58; }
span { border-color: rgb(199,29,88); }
td.TdClassName
{
border-color: #C71D58;
}
.TagClassName
{
border-color: #C71D58;
}
</style>