#D8756A

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

Shades of New York Pink #D8756A

Tints of New York Pink #D8756A

Color information

#D8756A (or 0xD8756A) is unknown color: approx New York Pink. HEX triplet: D8, 75 and 6A. RGB value is (216,117,106). Sum of RGB (Red+Green+Blue) = 216+117+106=439 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.20% from 439); Green value is 117 (46.09% from 255 or 26.65% from 439); Blue value is 106 (41.80% from 255 or 24.15% from 439); Max value from RGB is 216 - color contains mainly: red. Hex color #D8756A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8756A is #278A95. Grayscale: #919191. Windows color (decimal): -2591382 or 6976984. OLE color: 6976984.

HSL color Cylindrical-coordinate representation of color #D8756A: hue angle of 6º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D8756A is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB216117106-
CMYK00.460.510.15
HSL58.51%63.14%-
HSV(B)50.93%84.71%-
XYZ37.2828.3617.15-
YUV145.35105.8178.39-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 49.20%
GREEN value IS 117 (46.09% from 255) = 26.65%
BLUE value IS 106 (41.80% from 255) = 24.15%
R=49.20%
G=26.65%
B=24.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21611710600.460.510.15658.5163.14
HexD8756A02E33F63b3f
Octal330165152056631767377
Binary110110001110101110101001011101100111111110111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8756A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8756A; }

 p { color: rgb(216,117,106); }

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

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

 a { background-color: rgb(216,117,106); }

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

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

 span { border-color: rgb(216,117,106); }

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