#D6746C

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

Shades of New York Pink #D6746C

Tints of New York Pink #D6746C

Color information

#D6746C (or 0xD6746C) is unknown color: approx New York Pink. HEX triplet: D6, 74 and 6C. RGB value is (214,116,108). Sum of RGB (Red+Green+Blue) = 214+116+108=438 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.86% from 438); Green value is 116 (45.70% from 255 or 26.48% from 438); Blue value is 108 (42.58% from 255 or 24.66% from 438); Max value from RGB is 214 - color contains mainly: red. Hex color #D6746C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6746C is #298B93. Grayscale: #909090. Windows color (decimal): -2722708 or 7107798. OLE color: 7107798.

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

Color convert

RGB214116108-
CMYK00.460.500.16
HSL4.53º56.38%63.14%-
HSV(B)4.53º49.53%83.92%-
XYZ36.6827.8717.63-
YUV144.39107.47177.65-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.86%
GREEN value IS 116 (45.70% from 255) = 26.48%
BLUE value IS 108 (42.58% from 255) = 24.66%
R=48.86%
G=26.48%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411610800.460.500.164.5356.3863.14
HexD6746C02E32105383f
Octal326164154056622057077
Binary1101011011101001101100010111011001010000101111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6746C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6746C; }

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

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

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

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

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

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

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

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