#D2786C

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

Shades of New York Pink #D2786C

Tints of New York Pink #D2786C

Color information

#D2786C (or 0xD2786C) is unknown color: approx New York Pink. HEX triplet: D2, 78 and 6C. RGB value is (210,120,108). Sum of RGB (Red+Green+Blue) = 210+120+108=438 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.95% from 438); Green value is 120 (47.27% from 255 or 27.40% from 438); Blue value is 108 (42.58% from 255 or 24.66% from 438); Max value from RGB is 210 - color contains mainly: red. Hex color #D2786C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2786C is #2D8793. Grayscale: #919191. Windows color (decimal): -2983828 or 7108818. OLE color: 7108818.

HSL color Cylindrical-coordinate representation of color #D2786C: hue angle of 7.06º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D2786C is Cyan = 0, Magento = 0.43, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB210120108-
CMYK00.430.490.18
HSL7.06º53.12%62.35%-
HSV(B)7.06º48.57%82.35%-
XYZ3628.2217.74-
YUV145.54106.82173.98-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 47.95%
GREEN value IS 120 (47.27% from 255) = 27.40%
BLUE value IS 108 (42.58% from 255) = 24.66%
R=47.95%
G=27.40%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.49
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012010800.430.490.187.0653.1262.35
HexD2786C02B31127353e
Octal322170154053612276576
Binary1101001011110001101100010101111000110010111110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2786C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2786C; }

 p { color: rgb(210,120,108); }

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

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

 a { background-color: rgb(210,120,108); }

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

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

 span { border-color: rgb(210,120,108); }

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