Shades of New York Pink #D17C70
Tints of New York Pink #D17C70
RGB
CMYK
RGB Variations
Color information
#D17C70 (or 0xD17C70) is known color: New York Pink. HEX triplet: D1, 7C and 70. RGB value is (209,124,112). Sum of RGB (Red+Green+Blue) = 209+124+112=445 (58% of max value = 765). Red value is 209 (82.03% from 255 or 46.97% from 445); Green value is 124 (48.83% from 255 or 27.87% from 445); Blue value is 112 (44.14% from 255 or 25.17% from 445); Max value from RGB is 209 - color contains mainly: red. Hex color #D17C70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17C70 is #2E838F. Grayscale: #949494. Windows color (decimal): -3048336 or 7371985. OLE color: 7371985.
HSL color Cylindrical-coordinate representation of color #D17C70: hue angle of 7.42º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D17C70 is Cyan = 0, Magento = 0.41, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 124 | 112 | - |
| CMYK | 0 | 0.41 | 0.46 | 0.18 |
| HSL | 7.42º | 0.51% | 0.63% | - |
| HSV(B) | 7.42º | 0.46% | 0.82% | - |
| XYZ | 36.43 | 29.14 | 19.03 | - |
| YUV | 148.05 | 107.66 | 171.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 124 | 112 | 0 | 0.41 | 0.46 | 0.18 | 7.42 | 0.51 | 0.63 |
| Hex | D1 | 7C | 70 | 0 | 29 | 2E | 12 | 7 | 33 | 3F |
| Octal | 321 | 174 | 160 | 0 | 51 | 56 | 22 | 7 | 63 | 77 |
| Binary | 11010001 | 1111100 | 1110000 | 0 | 101001 | 101110 | 10010 | 111 | 110011 | 111111 |
Color Harmonies of #D17C70
Complementary color
Monochromatic Colors of #D17C70
Black with #D17C70
Text Example
Text Example
White with #D17C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17C70; }
p { color: rgb(209,124,112); }
H1.HeaderClassName
{
color: #D17C70;
}
.AnyTagClassName
{
color: #D17C70;
}
</style>
background-color css
<style>
a { background-color: #D17C70; }
a { background-color: rgb(209,124,112); }
div.DivClassName
{
background-color: #D17C70;
}
.BgClassName
{
background-color: #D17C70;
}
</style>
border-color css
<style>
span { border-color: #D17C70; }
span { border-color: rgb(209,124,112); }
td.TdClassName
{
border-color: #D17C70;
}
.TagClassName
{
border-color: #D17C70;
}
</style>