#D7826E

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

Shades of New York Pink #D7826E

Tints of New York Pink #D7826E

Color information

#D7826E (or 0xD7826E) is unknown color: approx New York Pink. HEX triplet: D7, 82 and 6E. RGB value is (215,130,110). Sum of RGB (Red+Green+Blue) = 215+130+110=455 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.25% from 455); Green value is 130 (51.17% from 255 or 28.57% from 455); Blue value is 110 (43.36% from 255 or 24.18% from 455); Max value from RGB is 215 - color contains mainly: red. Hex color #D7826E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7826E is #287D91. Grayscale: #999999. Windows color (decimal): -2653586 or 7242455. OLE color: 7242455.

HSL color Cylindrical-coordinate representation of color #D7826E: hue angle of 11.43º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D7826E is Cyan = 0, Magento = 0.40, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB215130110-
CMYK00.400.490.16
HSL11.43º56.76%63.73%-
HSV(B)11.43º48.84%84.31%-
XYZ38.8231.5418.79-
YUV153.14103.66172.13-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 47.25%
GREEN value IS 130 (51.17% from 255) = 28.57%
BLUE value IS 110 (43.36% from 255) = 24.18%
R=47.25%
G=28.57%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21513011000.400.490.1611.4356.7663.73
HexD7826E0283110b3940
Octal32720215605061201371100
Binary1101011110000010110111001010001100011000010111110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7826E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7826E; }

 p { color: rgb(215,130,110); }

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

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

 a { background-color: rgb(215,130,110); }

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

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

 span { border-color: rgb(215,130,110); }

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