Html Css Color HEX #D6746B New York Pink

📋 copy color: '#D6746B'

red 214 ◦ green 116 ◦ blue 107

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

Shades of New York Pink #D6746B

Tints of New York Pink #D6746B

RGB

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

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

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

R = 48.97%
G = 26.54%
B = 24.49%

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

#D6746B (or 0xD6746B) is known color: New York Pink. HEX triplet: D6, 74 and 6B. RGB value is (214,116,107). Sum of RGB (Red+Green+Blue) = 214+116+107=437 (57% of max value = 765). Red value is 214 (83.98% from 255 or 48.97% from 437); Green value is 116 (45.70% from 255 or 26.54% from 437); Blue value is 107 (42.19% from 255 or 24.49% from 437); Max value from RGB is 214 - color contains mainly: red. Hex color #D6746B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6746B is #298B94. Grayscale: #909090. Windows color (decimal): -2722709 or 7042262. OLE color: 7042262.

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

Color convert

RGB 214 116 107 -
CMYK 0 0.46 0.50 0.16
HSL 5.05º 0.57% 0.63% -
HSV(B) 5.05º 0.5% 0.84% -
XYZ 36.63 27.85 17.35 -
YUV 144.28 106.97 177.73 -
System Red Green Blue C M Y K H S L
Decimal 214 116 107 0 0.46 0.50 0.16 5.05 0.57 0.63
Hex D6 74 6B 0 2E 32 10 5 39 3F
Octal 326 164 153 0 56 62 20 5 71 77
Binary 11010110 1110100 1101011 0 101110 110010 10000 101 111001 111111

Color Harmonies of #D6746B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6746B

Black with #D6746B

Text Example


Text Example

White with #D6746B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6746B; }

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

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

background-color css

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

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

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

border-color css

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

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

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