#D48077

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

Shades of New York Pink #D48077

Tints of New York Pink #D48077

Color information

#D48077 (or 0xD48077) is unknown color: approx New York Pink. HEX triplet: D4, 80 and 77. RGB value is (212,128,119). Sum of RGB (Red+Green+Blue) = 212+128+119=459 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.19% from 459); Green value is 128 (50.39% from 255 or 27.89% from 459); Blue value is 119 (46.88% from 255 or 25.93% from 459); Max value from RGB is 212 - color contains mainly: red. Hex color #D48077 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48077 is #2B7F88. Grayscale: #989898. Windows color (decimal): -2850697 or 7831764. OLE color: 7831764.

HSL color Cylindrical-coordinate representation of color #D48077: hue angle of 5.81º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D48077 is Cyan = 0, Magento = 0.40, Yellow = 0.44 and Black (K on CMYK) = 0.17.

Color convert

RGB212128119-
CMYK00.400.440.17
HSL5.81º51.96%64.9%-
HSV(B)5.81º43.87%83.14%-
XYZ38.230.7721.38-
YUV152.09109.33170.73-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 46.19%
GREEN value IS 128 (50.39% from 255) = 27.89%
BLUE value IS 119 (46.88% from 255) = 25.93%
R=46.19%
G=27.89%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.44
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21212811900.400.440.175.8151.9664.9
HexD480770282C1163441
Octal3242001670505421664101
Binary110101001000000011101110101000101100100011101101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48077; }

 p { color: rgb(212,128,119); }

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

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

 a { background-color: rgb(212,128,119); }

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

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

 span { border-color: rgb(212,128,119); }

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