#D6786C

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

Shades of New York Pink #D6786C

Tints of New York Pink #D6786C

Color information

#D6786C (or 0xD6786C) is unknown color: approx New York Pink. HEX triplet: D6, 78 and 6C. RGB value is (214,120,108). Sum of RGB (Red+Green+Blue) = 214+120+108=442 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.42% from 442); Green value is 120 (47.27% from 255 or 27.15% from 442); Blue value is 108 (42.58% from 255 or 24.43% from 442); Max value from RGB is 214 - color contains mainly: red. Hex color #D6786C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6786C is #298793. Grayscale: #929292. Windows color (decimal): -2721684 or 7108822. OLE color: 7108822.

HSL color Cylindrical-coordinate representation of color #D6786C: hue angle of 6.79º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D6786C is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB214120108-
CMYK00.440.500.16
HSL6.79º56.38%63.14%-
HSV(B)6.79º49.53%83.92%-
XYZ37.1528.8117.79-
YUV146.74106.14175.98-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.42%
GREEN value IS 120 (47.27% from 255) = 27.15%
BLUE value IS 108 (42.58% from 255) = 24.43%
R=48.42%
G=27.15%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412010800.440.500.166.7956.3863.14
HexD6786C02C32107383f
Octal326170154054622077077
Binary1101011011110001101100010110011001010000111111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6786C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6786C; }

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

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

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

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

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

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

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

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