Html Css Color HEX #D78076 New York Pink

📋 copy color: '#D78076'

red 215 ◦ green 128 ◦ blue 118

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

Shades of New York Pink #D78076

Tints of New York Pink #D78076

RGB

 RED value IS 215 (84.38% from 255) = 46.64%

 GREEN value IS 128 (50.39% from 255) = 27.77%

 BLUE value IS 118 (46.48% from 255) = 25.6%

R = 46.64%
G = 27.77%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D78076 (or 0xD78076) is known color: New York Pink. HEX triplet: D7, 80 and 76. RGB value is (215,128,118). Sum of RGB (Red+Green+Blue) = 215+128+118=461 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.64% from 461); Green value is 128 (50.39% from 255 or 27.77% from 461); Blue value is 118 (46.48% from 255 or 25.60% from 461); Max value from RGB is 215 - color contains mainly: red. Hex color #D78076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78076 is #287F89. Grayscale: #989898. Windows color (decimal): -2654090 or 7766231. OLE color: 7766231.

HSL color Cylindrical-coordinate representation of color #D78076: hue angle of 6.19º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D78076 is Cyan = 0, Magento = 0.40, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 128 118 -
CMYK 0 0.40 0.45 0.16
HSL 6.19º 0.55% 0.65% -
HSV(B) 6.19º 0.45% 0.84% -
XYZ 39.01 31.19 21.1 -
YUV 152.87 108.32 172.31 -
System Red Green Blue C M Y K H S L
Decimal 215 128 118 0 0.40 0.45 0.16 6.19 0.55 0.65
Hex D7 80 76 0 28 2D 10 6 37 41
Octal 327 200 166 0 50 55 20 6 67 101
Binary 11010111 10000000 1110110 0 101000 101101 10000 110 110111 1000001

Color Harmonies of #D78076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78076

Black with #D78076

Text Example


Text Example

White with #D78076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78076; }

 p { color: rgb(215,128,118); }

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

background-color css

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

 a { background-color: rgb(215,128,118); }

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

border-color css

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

 span { border-color: rgb(215,128,118); }

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