Html Css Color HEX #D4756E New York Pink

📋 copy color: '#D4756E'

red 212 ◦ green 117 ◦ blue 110

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

Shades of New York Pink #D4756E

Tints of New York Pink #D4756E

RGB

 RED value IS 212 (83.2% from 255) = 48.29%

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

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

R = 48.29%
G = 26.65%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.48

 K value IS 0.17

RGB Variations

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

Color information

#D4756E (or 0xD4756E) is known color: New York Pink. HEX triplet: D4, 75 and 6E. RGB value is (212,117,110). Sum of RGB (Red+Green+Blue) = 212+117+110=439 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.29% from 439); Green value is 117 (46.09% from 255 or 26.65% from 439); Blue value is 110 (43.36% from 255 or 25.06% from 439); Max value from RGB is 212 - color contains mainly: red. Hex color #D4756E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4756E is #2B8A91. Grayscale: #909090. Windows color (decimal): -2853522 or 7239124. OLE color: 7239124.

HSL color Cylindrical-coordinate representation of color #D4756E: hue angle of 4.12º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D4756E is Cyan = 0, Magento = 0.45, Yellow = 0.48 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 117 110 -
CMYK 0 0.45 0.48 0.17
HSL 4.12º 0.54% 0.63% -
HSV(B) 4.12º 0.48% 0.83% -
XYZ 36.33 27.85 18.21 -
YUV 144.61 108.47 176.07 -
System Red Green Blue C M Y K H S L
Decimal 212 117 110 0 0.45 0.48 0.17 4.12 0.54 0.63
Hex D4 75 6E 0 2D 30 11 4 36 3F
Octal 324 165 156 0 55 60 21 4 66 77
Binary 11010100 1110101 1101110 0 101101 110000 10001 100 110110 111111

Color Harmonies of #D4756E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4756E

Black with #D4756E

Text Example


Text Example

White with #D4756E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4756E; }

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

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

background-color css

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

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

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

border-color css

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

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

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