Html Css Color HEX #D6756E New York Pink

📋 copy color: '#D6756E'

red 214 ◦ green 117 ◦ blue 110

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

Shades of New York Pink #D6756E

Tints of New York Pink #D6756E

RGB

 RED value IS 214 (83.98% from 255) = 48.53%

 GREEN value IS 117 (46.09% from 255) = 26.53%

 BLUE value IS 110 (43.36% from 255) = 24.94%

R = 48.53%
G = 26.53%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D6756E (or 0xD6756E) is known color: New York Pink. HEX triplet: D6, 75 and 6E. RGB value is (214,117,110). Sum of RGB (Red+Green+Blue) = 214+117+110=441 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.53% from 441); Green value is 117 (46.09% from 255 or 26.53% from 441); Blue value is 110 (43.36% from 255 or 24.94% from 441); Max value from RGB is 214 - color contains mainly: red. Hex color #D6756E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6756E is #298A91. Grayscale: #919191. Windows color (decimal): -2722450 or 7239126. OLE color: 7239126.

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

Color convert

RGB 214 117 110 -
CMYK 0 0.45 0.49 0.16
HSL 4.04º 0.56% 0.64% -
HSV(B) 4.04º 0.49% 0.84% -
XYZ 36.91 28.14 18.24 -
YUV 145.21 108.14 177.07 -
System Red Green Blue C M Y K H S L
Decimal 214 117 110 0 0.45 0.49 0.16 4.04 0.56 0.64
Hex D6 75 6E 0 2D 31 10 4 38 40
Octal 326 165 156 0 55 61 20 4 70 100
Binary 11010110 1110101 1101110 0 101101 110001 10000 100 111000 1000000

Color Harmonies of #D6756E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6756E

Black with #D6756E

Text Example


Text Example

White with #D6756E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6756E; }

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

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

background-color css

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

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

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

border-color css

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

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

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