Html Css Color HEX #D78472 New York Pink

📋 copy color: '#D78472'

red 215 ◦ green 132 ◦ blue 114

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

Shades of New York Pink #D78472

Tints of New York Pink #D78472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 24.73%

R = 46.64%
G = 28.63%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D78472 (or 0xD78472) is known color: New York Pink. HEX triplet: D7, 84 and 72. RGB value is (215,132,114). Sum of RGB (Red+Green+Blue) = 215+132+114=461 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.64% from 461); Green value is 132 (51.95% from 255 or 28.63% from 461); Blue value is 114 (44.92% from 255 or 24.73% from 461); Max value from RGB is 215 - color contains mainly: red. Hex color #D78472 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78472 is #287B8D. Grayscale: #9A9A9A. Windows color (decimal): -2653070 or 7505111. OLE color: 7505111.

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

Color convert

RGB 215 132 114 -
CMYK 0 0.39 0.47 0.16
HSL 10.69º 0.56% 0.65% -
HSV(B) 10.69º 0.47% 0.84% -
XYZ 39.31 32.16 20.06 -
YUV 154.77 105 170.96 -
System Red Green Blue C M Y K H S L
Decimal 215 132 114 0 0.39 0.47 0.16 10.69 0.56 0.65
Hex D7 84 72 0 27 2F 10 B 38 41
Octal 327 204 162 0 47 57 20 13 70 101
Binary 11010111 10000100 1110010 0 100111 101111 10000 1011 111000 1000001

Color Harmonies of #D78472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78472

Black with #D78472

Text Example


Text Example

White with #D78472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78472; }

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

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

background-color css

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

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

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

border-color css

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

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

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