#D6746E

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

Shades of New York Pink #D6746E

Tints of New York Pink #D6746E

Color information

#D6746E (or 0xD6746E) is unknown color: approx New York Pink. HEX triplet: D6, 74 and 6E. RGB value is (214,116,110). Sum of RGB (Red+Green+Blue) = 214+116+110=440 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.64% from 440); Green value is 116 (45.70% from 255 or 26.36% from 440); Blue value is 110 (43.36% from 255 or 25% from 440); Max value from RGB is 214 - color contains mainly: red. Hex color #D6746E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6746E is #298B91. Grayscale: #909090. Windows color (decimal): -2722706 or 7238870. OLE color: 7238870.

HSL color Cylindrical-coordinate representation of color #D6746E: hue angle of 3.46º degrees, saturation: 0.56, 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 #D6746E is Cyan = 0, Magento = 0.46, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB214116110-
CMYK00.460.490.16
HSL3.46º55.91%63.53%-
HSV(B)3.46º48.6%83.92%-
XYZ36.7927.9118.2-
YUV144.62108.47177.49-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.64%
GREEN value IS 116 (45.70% from 255) = 26.36%
BLUE value IS 110 (43.36% from 255) = 25%
R=48.64%
G=26.36%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411611000.460.490.163.4655.9163.53
HexD6746E02E311033840
Octal3261641560566120370100
Binary1101011011101001101110010111011000110000111110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6746E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6746E; }

 p { color: rgb(214,116,110); }

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

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

 a { background-color: rgb(214,116,110); }

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

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

 span { border-color: rgb(214,116,110); }

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