#D17C73

Color #D17C73 New York Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New York Pink #D17C73

Tints of New York Pink #D17C73

Color information

#D17C73 (or 0xD17C73) is unknown color: approx New York Pink. HEX triplet: D1, 7C and 73. RGB value is (209,124,115). Sum of RGB (Red+Green+Blue) = 209+124+115=448 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.65% from 448); Green value is 124 (48.83% from 255 or 27.68% from 448); Blue value is 115 (45.31% from 255 or 25.67% from 448); Max value from RGB is 209 - color contains mainly: red. Hex color #D17C73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17C73 is #2E838C. Grayscale: #949494. Windows color (decimal): -3048333 or 7568593. OLE color: 7568593.

HSL color Cylindrical-coordinate representation of color #D17C73: hue angle of 5.74º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D17C73 is Cyan = 0, Magento = 0.41, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB209124115-
CMYK00.410.450.18
HSL5.74º50.54%63.53%-
HSV(B)5.74º44.98%81.96%-
XYZ36.629.2119.93-
YUV148.39109.16171.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 209 (82.03% from 255) = 46.65%
GREEN value IS 124 (48.83% from 255) = 27.68%
BLUE value IS 115 (45.31% from 255) = 25.67%
R=46.65%
G=27.68%
B=25.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20912411500.410.450.185.7450.5463.53
HexD17C730292D1263340
Octal3211741630515522663100
Binary11010001111110011100110101001101101100101101100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D17C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D17C73; }

 p { color: rgb(209,124,115); }

 H1.HeaderClassName
 {
   color: #D17C73;
 }
 .AnyTagClassName
 {
   color: #D17C73;
 }
</style>
background-color css

<style>
 a { background-color: #D17C73; }

 a { background-color: rgb(209,124,115); }

 div.DivClassName
 {
   background-color: #D17C73;
 }
 .BgClassName
 {
   background-color: #D17C73;
 }
</style>
border-color css

<style>
 span { border-color: #D17C73; }

 span { border-color: rgb(209,124,115); }

 td.TdClassName
 {
   border-color: #D17C73;
 }
 .TagClassName
 {
   border-color: #D17C73;
 }
</style>