Html Css Color HEX #D78178 New York Pink

📋 copy color: '#D78178'

red 215 ◦ green 129 ◦ blue 120

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

Shades of New York Pink #D78178

Tints of New York Pink #D78178

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.8%

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

R = 46.34%
G = 27.8%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D78178 (or 0xD78178) is known color: New York Pink. HEX triplet: D7, 81 and 78. RGB value is (215,129,120). Sum of RGB (Red+Green+Blue) = 215+129+120=464 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.34% from 464); Green value is 129 (50.78% from 255 or 27.80% from 464); Blue value is 120 (47.27% from 255 or 25.86% from 464); Max value from RGB is 215 - color contains mainly: red. Hex color #D78178 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78178 is #287E87. Grayscale: #999999. Windows color (decimal): -2653832 or 7897559. OLE color: 7897559.

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

Color convert

RGB 215 129 120 -
CMYK 0 0.4 0.44 0.16
HSL 5.68º 0.54% 0.66% -
HSV(B) 5.68º 0.44% 0.84% -
XYZ 39.26 31.5 21.78 -
YUV 153.69 108.99 171.73 -
System Red Green Blue C M Y K H S L
Decimal 215 129 120 0 0.4 0.44 0.16 5.68 0.54 0.66
Hex D7 81 78 0 28 2C 10 6 36 42
Octal 327 201 170 0 50 54 20 6 66 102
Binary 11010111 10000001 1111000 0 101000 101100 10000 110 110110 1000010

Color Harmonies of #D78178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78178

Black with #D78178

Text Example


Text Example

White with #D78178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78178; }

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

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

background-color css

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

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

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

border-color css

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

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

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