Html Css Color HEX #D78478 New York Pink

📋 copy color: '#D78478'

red 215 ◦ green 132 ◦ blue 120

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

Shades of New York Pink #D78478

Tints of New York Pink #D78478

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.27%

 BLUE value IS 120 (47.27% from 255) = 25.7%

R = 46.04%
G = 28.27%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D78478 (or 0xD78478) is known color: New York Pink. HEX triplet: D7, 84 and 78. RGB value is (215,132,120). Sum of RGB (Red+Green+Blue) = 215+132+120=467 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.04% from 467); Green value is 132 (51.95% from 255 or 28.27% from 467); Blue value is 120 (47.27% from 255 or 25.70% from 467); Max value from RGB is 215 - color contains mainly: red. Hex color #D78478 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78478 is #287B87. Grayscale: #9B9B9B. Windows color (decimal): -2653064 or 7898327. OLE color: 7898327.

HSL color Cylindrical-coordinate representation of color #D78478: hue angle of 7.58º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D78478 is Cyan = 0, Magento = 0.39, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 132 120 -
CMYK 0 0.39 0.44 0.16
HSL 7.58º 0.54% 0.66% -
HSV(B) 7.58º 0.44% 0.84% -
XYZ 39.67 32.31 21.91 -
YUV 155.45 108 170.48 -
System Red Green Blue C M Y K H S L
Decimal 215 132 120 0 0.39 0.44 0.16 7.58 0.54 0.66
Hex D7 84 78 0 27 2C 10 8 36 42
Octal 327 204 170 0 47 54 20 10 66 102
Binary 11010111 10000100 1111000 0 100111 101100 10000 1000 110110 1000010

Color Harmonies of #D78478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78478

Black with #D78478

Text Example


Text Example

White with #D78478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78478; }

 p { color: rgb(215,132,120); }

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

background-color css

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

 a { background-color: rgb(215,132,120); }

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

border-color css

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

 span { border-color: rgb(215,132,120); }

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