#D78472

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

Shades of New York Pink #D78472

Tints of New York Pink #D78472

Color information

#D78472 (or 0xD78472) is unknown color: approx New York Pink. HEX triplet: D7, 84 and 72. RGB value is (215,132,114). Sum of RGB (Red+Green+Blue) = 215+132+114=461 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.64% from 461); Green value is 132 (51.95% from 255 or 28.63% from 461); Blue value is 114 (44.92% from 255 or 24.73% from 461); Max value from RGB is 215 - color contains mainly: red. Hex color #D78472 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78472 is #287B8D. Grayscale: #9A9A9A. Windows color (decimal): -2653070 or 7505111. OLE color: 7505111.

HSL color Cylindrical-coordinate representation of color #D78472: hue angle of 10.69º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D78472 is Cyan = 0, Magento = 0.39, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB215132114-
CMYK00.390.470.16
HSL10.69º55.8%64.51%-
HSV(B)10.69º46.98%84.31%-
XYZ39.3132.1620.06-
YUV154.77105170.96-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 46.64%
GREEN value IS 132 (51.95% from 255) = 28.63%
BLUE value IS 114 (44.92% from 255) = 24.73%
R=46.64%
G=28.63%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21513211400.390.470.1610.6955.864.51
HexD784720272F10b3841
Octal32720416204757201370101
Binary1101011110000100111001001001111011111000010111110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78472; }

 p { color: rgb(215,132,114); }

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

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

 a { background-color: rgb(215,132,114); }

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

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

 span { border-color: rgb(215,132,114); }

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