Html Css Color HEX #D6756F New York Pink

📋 copy color: '#D6756F'

red 214 ◦ green 117 ◦ blue 111

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

Shades of New York Pink #D6756F

Tints of New York Pink #D6756F

RGB

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

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

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

R = 48.42%
G = 26.47%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D6756F (or 0xD6756F) is known color: New York Pink. HEX triplet: D6, 75 and 6F. RGB value is (214,117,111). Sum of RGB (Red+Green+Blue) = 214+117+111=442 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.42% from 442); Green value is 117 (46.09% from 255 or 26.47% from 442); Blue value is 111 (43.75% from 255 or 25.11% from 442); Max value from RGB is 214 - color contains mainly: red. Hex color #D6756F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6756F is #298A90. Grayscale: #919191. Windows color (decimal): -2722449 or 7304662. OLE color: 7304662.

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

Color convert

RGB 214 117 111 -
CMYK 0 0.45 0.48 0.16
HSL 3.5º 0.56% 0.64% -
HSV(B) 3.5º 0.48% 0.84% -
XYZ 36.96 28.17 18.53 -
YUV 145.32 108.64 176.99 -
System Red Green Blue C M Y K H S L
Decimal 214 117 111 0 0.45 0.48 0.16 3.5 0.56 0.64
Hex D6 75 6F 0 2D 30 10 3 38 40
Octal 326 165 157 0 55 60 20 3 70 100
Binary 11010110 1110101 1101111 0 101101 110000 10000 11 111000 1000000

Color Harmonies of #D6756F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6756F

Black with #D6756F

Text Example


Text Example

White with #D6756F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6756F; }

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

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

background-color css

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

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

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

border-color css

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

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

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