Shades of New York Pink #D47C73
Tints of New York Pink #D47C73
RGB
CMYK
RGB Variations
Color information
#D47C73 (or 0xD47C73) is known color: New York Pink. HEX triplet: D4, 7C and 73. RGB value is (212,124,115). Sum of RGB (Red+Green+Blue) = 212+124+115=451 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.01% from 451); Green value is 124 (48.83% from 255 or 27.49% from 451); Blue value is 115 (45.31% from 255 or 25.50% from 451); Max value from RGB is 212 - color contains mainly: red. Hex color #D47C73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47C73 is #2B838C. Grayscale: #959595. Windows color (decimal): -2851725 or 7568596. OLE color: 7568596.
HSL color Cylindrical-coordinate representation of color #D47C73: hue angle of 5.57º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D47C73 is Cyan = 0, Magento = 0.42, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 124 | 115 | - |
| CMYK | 0 | 0.42 | 0.46 | 0.17 |
| HSL | 5.57º | 0.53% | 0.64% | - |
| HSV(B) | 5.57º | 0.46% | 0.83% | - |
| XYZ | 37.45 | 29.65 | 19.97 | - |
| YUV | 149.29 | 108.65 | 172.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 124 | 115 | 0 | 0.42 | 0.46 | 0.17 | 5.57 | 0.53 | 0.64 |
| Hex | D4 | 7C | 73 | 0 | 2A | 2E | 11 | 6 | 35 | 40 |
| Octal | 324 | 174 | 163 | 0 | 52 | 56 | 21 | 6 | 65 | 100 |
| Binary | 11010100 | 1111100 | 1110011 | 0 | 101010 | 101110 | 10001 | 110 | 110101 | 1000000 |
Color Harmonies of #D47C73
Complementary color
Monochromatic Colors of #D47C73
Black with #D47C73
Text Example
Text Example
White with #D47C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47C73; }
p { color: rgb(212,124,115); }
H1.HeaderClassName
{
color: #D47C73;
}
.AnyTagClassName
{
color: #D47C73;
}
</style>
background-color css
<style>
a { background-color: #D47C73; }
a { background-color: rgb(212,124,115); }
div.DivClassName
{
background-color: #D47C73;
}
.BgClassName
{
background-color: #D47C73;
}
</style>
border-color css
<style>
span { border-color: #D47C73; }
span { border-color: rgb(212,124,115); }
td.TdClassName
{
border-color: #D47C73;
}
.TagClassName
{
border-color: #D47C73;
}
</style>