Html Css Color HEX #D78875 New York Pink

📋 copy color: '#D78875'

red 215 ◦ green 136 ◦ blue 117

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

Shades of New York Pink #D78875

Tints of New York Pink #D78875

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29.06%

 BLUE value IS 117 (46.09% from 255) = 25%

R = 45.94%
G = 29.06%
B = 25%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D78875 (or 0xD78875) is known color: New York Pink. HEX triplet: D7, 88 and 75. RGB value is (215,136,117). Sum of RGB (Red+Green+Blue) = 215+136+117=468 (61% of max value = 765). Red value is 215 (84.38% from 255 or 45.94% from 468); Green value is 136 (53.52% from 255 or 29.06% from 468); Blue value is 117 (46.09% from 255 or 25% from 468); Max value from RGB is 215 - color contains mainly: red. Hex color #D78875 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78875 is #28778A. Grayscale: #9D9D9D. Windows color (decimal): -2652043 or 7702743. OLE color: 7702743.

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

Color convert

RGB 215 136 117 -
CMYK 0 0.37 0.46 0.16
HSL 11.63º 0.55% 0.65% -
HSV(B) 11.63º 0.46% 0.84% -
XYZ 40.04 33.34 21.15 -
YUV 157.46 105.17 169.04 -
System Red Green Blue C M Y K H S L
Decimal 215 136 117 0 0.37 0.46 0.16 11.63 0.55 0.65
Hex D7 88 75 0 25 2E 10 C 37 41
Octal 327 210 165 0 45 56 20 14 67 101
Binary 11010111 10001000 1110101 0 100101 101110 10000 1100 110111 1000001

Color Harmonies of #D78875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78875

Black with #D78875

Text Example


Text Example

White with #D78875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78875; }

 p { color: rgb(215,136,117); }

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

background-color css

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

 a { background-color: rgb(215,136,117); }

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

border-color css

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

 span { border-color: rgb(215,136,117); }

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