Html Css Color HEX #D8746C New York Pink

📋 copy color: '#D8746C'

red 216 ◦ green 116 ◦ blue 108

#D8746C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of New York Pink #D8746C

Tints of New York Pink #D8746C

RGB

 RED value IS 216 (84.77% from 255) = 49.09%

 GREEN value IS 116 (45.7% from 255) = 26.36%

 BLUE value IS 108 (42.58% from 255) = 24.55%

R = 49.09%
G = 26.36%
B = 24.55%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D8746C (or 0xD8746C) is known color: New York Pink. HEX triplet: D8, 74 and 6C. RGB value is (216,116,108). Sum of RGB (Red+Green+Blue) = 216+116+108=440 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.09% from 440); Green value is 116 (45.70% from 255 or 26.36% from 440); Blue value is 108 (42.58% from 255 or 24.55% from 440); Max value from RGB is 216 - color contains mainly: red. Hex color #D8746C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8746C is #278B93. Grayscale: #919191. Windows color (decimal): -2591636 or 7107800. OLE color: 7107800.

HSL color Cylindrical-coordinate representation of color #D8746C: hue angle of 4.44º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D8746C is Cyan = 0, Magento = 0.46, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 116 108 -
CMYK 0 0.46 0.50 0.15
HSL 4.44º 0.58% 0.64% -
HSV(B) 4.44º 0.5% 0.85% -
XYZ 37.27 28.17 17.66 -
YUV 144.99 107.13 178.65 -
System Red Green Blue C M Y K H S L
Decimal 216 116 108 0 0.46 0.50 0.15 4.44 0.58 0.64
Hex D8 74 6C 0 2E 32 F 4 3A 40
Octal 330 164 154 0 56 62 17 4 72 100
Binary 11011000 1110100 1101100 0 101110 110010 1111 100 111010 1000000

Color Harmonies of #D8746C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8746C

Black with #D8746C

Text Example


Text Example

White with #D8746C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8746C; }

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

 H1.HeaderClassName
 {
   color: #D8746C;
 }
 .AnyTagClassName
 {
   color: #D8746C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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