Html Css Color HEX #D6756A New York Pink

📋 copy color: '#D6756A'

red 214 ◦ green 117 ◦ blue 106

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

Shades of New York Pink #D6756A

Tints of New York Pink #D6756A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 24.26%

R = 48.97%
G = 26.77%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D6756A (or 0xD6756A) is known color: New York Pink. HEX triplet: D6, 75 and 6A. RGB value is (214,117,106). Sum of RGB (Red+Green+Blue) = 214+117+106=437 (57% of max value = 765). Red value is 214 (83.98% from 255 or 48.97% from 437); Green value is 117 (46.09% from 255 or 26.77% from 437); Blue value is 106 (41.80% from 255 or 24.26% from 437); Max value from RGB is 214 - color contains mainly: red. Hex color #D6756A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6756A is #298A95. Grayscale: #909090. Windows color (decimal): -2722454 or 6976982. OLE color: 6976982.

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

Color convert

RGB 214 117 106 -
CMYK 0 0.45 0.50 0.16
HSL 6.11º 0.57% 0.63% -
HSV(B) 6.11º 0.5% 0.84% -
XYZ 36.69 28.06 17.12 -
YUV 144.75 106.14 177.39 -
System Red Green Blue C M Y K H S L
Decimal 214 117 106 0 0.45 0.50 0.16 6.11 0.57 0.63
Hex D6 75 6A 0 2D 32 10 6 39 3F
Octal 326 165 152 0 55 62 20 6 71 77
Binary 11010110 1110101 1101010 0 101101 110010 10000 110 111001 111111

Color Harmonies of #D6756A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6756A

Black with #D6756A

Text Example


Text Example

White with #D6756A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6756A; }

 p { color: rgb(214,117,106); }

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

background-color css

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

 a { background-color: rgb(214,117,106); }

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

border-color css

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

 span { border-color: rgb(214,117,106); }

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