Html Css Color HEX #D78872 New York Pink

📋 copy color: '#D78872'

red 215 ◦ green 136 ◦ blue 114

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

Shades of New York Pink #D78872

Tints of New York Pink #D78872

RGB

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

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

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

R = 46.24%
G = 29.25%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D78872 (or 0xD78872) is known color: New York Pink. HEX triplet: D7, 88 and 72. RGB value is (215,136,114). Sum of RGB (Red+Green+Blue) = 215+136+114=465 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.24% from 465); Green value is 136 (53.52% from 255 or 29.25% from 465); Blue value is 114 (44.92% from 255 or 24.52% from 465); Max value from RGB is 215 - color contains mainly: red. Hex color #D78872 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78872 is #28778D. Grayscale: #9D9D9D. Windows color (decimal): -2652046 or 7506135. OLE color: 7506135.

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

Color convert

RGB 215 136 114 -
CMYK 0 0.37 0.47 0.16
HSL 13.07º 0.56% 0.65% -
HSV(B) 13.07º 0.47% 0.84% -
XYZ 39.87 33.27 20.24 -
YUV 157.11 103.67 169.29 -
System Red Green Blue C M Y K H S L
Decimal 215 136 114 0 0.37 0.47 0.16 13.07 0.56 0.65
Hex D7 88 72 0 25 2F 10 D 38 41
Octal 327 210 162 0 45 57 20 15 70 101
Binary 11010111 10001000 1110010 0 100101 101111 10000 1101 111000 1000001

Color Harmonies of #D78872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78872

Black with #D78872

Text Example


Text Example

White with #D78872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78872; }

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

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

background-color css

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

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

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

border-color css

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

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

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