#D78479

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

Shades of New York Pink #D78479

Tints of New York Pink #D78479

Color information

#D78479 (or 0xD78479) is unknown color: approx New York Pink. HEX triplet: D7, 84 and 79. RGB value is (215,132,121). Sum of RGB (Red+Green+Blue) = 215+132+121=468 (61% of max value = 765). Red value is 215 (84.38% from 255 or 45.94% from 468); Green value is 132 (51.95% from 255 or 28.21% from 468); Blue value is 121 (47.66% from 255 or 25.85% from 468); Max value from RGB is 215 - color contains mainly: red. Hex color #D78479 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78479 is #287B86. Grayscale: #9B9B9B. Windows color (decimal): -2653063 or 7963863. OLE color: 7963863.

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

Color convert

RGB215132121-
CMYK00.390.440.16
HSL7.02º54.02%65.88%-
HSV(B)7.02º43.72%84.31%-
XYZ39.7332.3322.24-
YUV155.56108.5170.39-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 45.94%
GREEN value IS 132 (51.95% from 255) = 28.21%
BLUE value IS 121 (47.66% from 255) = 25.85%
R=45.94%
G=28.21%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21513212100.390.440.167.0254.0265.88
HexD784790272C1073642
Octal3272041710475420766102
Binary110101111000010011110010100111101100100001111101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78479; }

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

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

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

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

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

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

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

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