#D18176

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

Shades of New York Pink #D18176

Tints of New York Pink #D18176

Color information

#D18176 (or 0xD18176) is unknown color: approx New York Pink. HEX triplet: D1, 81 and 76. RGB value is (209,129,118). Sum of RGB (Red+Green+Blue) = 209+129+118=456 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.83% from 456); Green value is 129 (50.78% from 255 or 28.29% from 456); Blue value is 118 (46.48% from 255 or 25.88% from 456); Max value from RGB is 209 - color contains mainly: red. Hex color #D18176 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18176 is #2E7E89. Grayscale: #979797. Windows color (decimal): -3047050 or 7766481. OLE color: 7766481.

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

Color convert

RGB209129118-
CMYK00.380.440.18
HSL7.25º49.73%64.12%-
HSV(B)7.25º43.54%81.96%-
XYZ37.4130.5621.07-
YUV151.67109168.89-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 45.83%
GREEN value IS 129 (50.78% from 255) = 28.29%
BLUE value IS 118 (46.48% from 255) = 25.88%
R=45.83%
G=28.29%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20912911800.380.440.187.2549.7364.12
HexD181760262C1273240
Octal3212011660465422762100
Binary110100011000000111101100100110101100100101111100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18176; }

 p { color: rgb(209,129,118); }

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

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

 a { background-color: rgb(209,129,118); }

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

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

 span { border-color: rgb(209,129,118); }

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