Html Css Color HEX #D7746B New York Pink

📋 copy color: '#D7746B'

red 215 ◦ green 116 ◦ blue 107

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

Shades of New York Pink #D7746B

Tints of New York Pink #D7746B

RGB

 RED value IS 215 (84.38% from 255) = 49.09%

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

 BLUE value IS 107 (42.19% from 255) = 24.43%

R = 49.09%
G = 26.48%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D7746B (or 0xD7746B) is known color: New York Pink. HEX triplet: D7, 74 and 6B. RGB value is (215,116,107). Sum of RGB (Red+Green+Blue) = 215+116+107=438 (58% of max value = 765). Red value is 215 (84.38% from 255 or 49.09% from 438); Green value is 116 (45.70% from 255 or 26.48% from 438); Blue value is 107 (42.19% from 255 or 24.43% from 438); Max value from RGB is 215 - color contains mainly: red. Hex color #D7746B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7746B is #288B94. Grayscale: #909090. Windows color (decimal): -2657173 or 7042263. OLE color: 7042263.

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

Color convert

RGB 215 116 107 -
CMYK 0 0.46 0.50 0.16
HSL 0.57% 0.63% -
HSV(B) 0.5% 0.84% -
XYZ 36.92 28 17.37 -
YUV 144.58 106.8 178.23 -
System Red Green Blue C M Y K H S L
Decimal 215 116 107 0 0.46 0.50 0.16 5 0.57 0.63
Hex D7 74 6B 0 2E 32 10 5 39 3F
Octal 327 164 153 0 56 62 20 5 71 77
Binary 11010111 1110100 1101011 0 101110 110010 10000 101 111001 111111

Color Harmonies of #D7746B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7746B

Black with #D7746B

Text Example


Text Example

White with #D7746B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7746B; }

 p { color: rgb(215,116,107); }

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

background-color css

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

 a { background-color: rgb(215,116,107); }

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

border-color css

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

 span { border-color: rgb(215,116,107); }

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