#D48073

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

Shades of New York Pink #D48073

Tints of New York Pink #D48073

Color information

#D48073 (or 0xD48073) is unknown color: approx New York Pink. HEX triplet: D4, 80 and 73. RGB value is (212,128,115). Sum of RGB (Red+Green+Blue) = 212+128+115=455 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.59% from 455); Green value is 128 (50.39% from 255 or 28.13% from 455); Blue value is 115 (45.31% from 255 or 25.27% from 455); Max value from RGB is 212 - color contains mainly: red. Hex color #D48073 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48073 is #2B7F8C. Grayscale: #979797. Windows color (decimal): -2850701 or 7569620. OLE color: 7569620.

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

Color convert

RGB212128115-
CMYK00.400.460.17
HSL8.04º53.01%64.12%-
HSV(B)8.04º45.75%83.14%-
XYZ37.9730.6720.14-
YUV151.63107.33171.06-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 46.59%
GREEN value IS 128 (50.39% from 255) = 28.13%
BLUE value IS 115 (45.31% from 255) = 25.27%
R=46.59%
G=28.13%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.46
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21212811500.400.460.178.0453.0164.12
HexD480730282E1183540
Octal32420016305056211065100
Binary1101010010000000111001101010001011101000110001101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48073; }

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

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

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

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

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

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

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

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