#D6776C

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

Shades of New York Pink #D6776C

Tints of New York Pink #D6776C

Color information

#D6776C (or 0xD6776C) is unknown color: approx New York Pink. HEX triplet: D6, 77 and 6C. RGB value is (214,119,108). Sum of RGB (Red+Green+Blue) = 214+119+108=441 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.53% from 441); Green value is 119 (46.88% from 255 or 26.98% from 441); Blue value is 108 (42.58% from 255 or 24.49% from 441); Max value from RGB is 214 - color contains mainly: red. Hex color #D6776C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6776C is #298893. Grayscale: #929292. Windows color (decimal): -2721940 or 7108566. OLE color: 7108566.

HSL color Cylindrical-coordinate representation of color #D6776C: hue angle of 6.23º 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 #D6776C is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB214119108-
CMYK00.440.500.16
HSL6.23º56.38%63.14%-
HSV(B)6.23º49.53%83.92%-
XYZ37.0428.5717.75-
YUV146.15106.47176.39-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.53%
GREEN value IS 119 (46.88% from 255) = 26.98%
BLUE value IS 108 (42.58% from 255) = 24.49%
R=48.53%
G=26.98%
B=24.49%

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
Decimal21411910800.440.500.166.2356.3863.14
HexD6776C02C32106383f
Octal326167154054622067077
Binary1101011011101111101100010110011001010000110111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6776C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6776C; }

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

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

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

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

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

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

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

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