Html Css Color HEX #D6736C New York Pink

📋 copy color: '#D6736C'

red 214 ◦ green 115 ◦ blue 108

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

Shades of New York Pink #D6736C

Tints of New York Pink #D6736C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.32%

 BLUE value IS 108 (42.58% from 255) = 24.71%

R = 48.97%
G = 26.32%
B = 24.71%

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

#D6736C (or 0xD6736C) is known color: New York Pink. HEX triplet: D6, 73 and 6C. RGB value is (214,115,108). Sum of RGB (Red+Green+Blue) = 214+115+108=437 (57% of max value = 765). Red value is 214 (83.98% from 255 or 48.97% from 437); Green value is 115 (45.31% from 255 or 26.32% from 437); Blue value is 108 (42.58% from 255 or 24.71% from 437); Max value from RGB is 214 - color contains mainly: red. Hex color #D6736C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6736C is #298C93. Grayscale: #8F8F8F. Windows color (decimal): -2722964 or 7107542. OLE color: 7107542.

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

Color convert

RGB 214 115 108 -
CMYK 0 0.46 0.50 0.16
HSL 3.96º 0.56% 0.63% -
HSV(B) 3.96º 0.5% 0.84% -
XYZ 36.57 27.64 17.6 -
YUV 143.8 107.8 178.07 -
System Red Green Blue C M Y K H S L
Decimal 214 115 108 0 0.46 0.50 0.16 3.96 0.56 0.63
Hex D6 73 6C 0 2E 32 10 4 38 3F
Octal 326 163 154 0 56 62 20 4 70 77
Binary 11010110 1110011 1101100 0 101110 110010 10000 100 111000 111111

Color Harmonies of #D6736C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6736C

Black with #D6736C

Text Example


Text Example

White with #D6736C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6736C; }

 p { color: rgb(214,115,108); }

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

background-color css

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

 a { background-color: rgb(214,115,108); }

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

border-color css

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

 span { border-color: rgb(214,115,108); }

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