Html Css Color HEX #D6746F New York Pink

📋 copy color: '#D6746F'

red 214 ◦ green 116 ◦ blue 111

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

Shades of New York Pink #D6746F

Tints of New York Pink #D6746F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 25.17%

R = 48.53%
G = 26.3%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D6746F (or 0xD6746F) is known color: New York Pink. HEX triplet: D6, 74 and 6F. RGB value is (214,116,111). Sum of RGB (Red+Green+Blue) = 214+116+111=441 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.53% from 441); Green value is 116 (45.70% from 255 or 26.30% from 441); Blue value is 111 (43.75% from 255 or 25.17% from 441); Max value from RGB is 214 - color contains mainly: red. Hex color #D6746F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6746F is #298B90. Grayscale: #909090. Windows color (decimal): -2722705 or 7304406. OLE color: 7304406.

HSL color Cylindrical-coordinate representation of color #D6746F: hue angle of 2.91º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D6746F is Cyan = 0, Magento = 0.46, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 116 111 -
CMYK 0 0.46 0.48 0.16
HSL 2.91º 0.56% 0.64% -
HSV(B) 2.91º 0.48% 0.84% -
XYZ 36.85 27.93 18.49 -
YUV 144.73 108.97 177.41 -
System Red Green Blue C M Y K H S L
Decimal 214 116 111 0 0.46 0.48 0.16 2.91 0.56 0.64
Hex D6 74 6F 0 2E 30 10 3 38 40
Octal 326 164 157 0 56 60 20 3 70 100
Binary 11010110 1110100 1101111 0 101110 110000 10000 11 111000 1000000

Color Harmonies of #D6746F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6746F

Black with #D6746F

Text Example


Text Example

White with #D6746F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6746F; }

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

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

background-color css

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

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

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

border-color css

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

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

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