Html Css Color HEX #D78372 New York Pink

📋 copy color: '#D78372'

red 215 ◦ green 131 ◦ blue 114

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

Shades of New York Pink #D78372

Tints of New York Pink #D78372

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.48%

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

R = 46.74%
G = 28.48%
B = 24.78%

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

#D78372 (or 0xD78372) is known color: New York Pink. HEX triplet: D7, 83 and 72. RGB value is (215,131,114). Sum of RGB (Red+Green+Blue) = 215+131+114=460 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.74% from 460); Green value is 131 (51.56% from 255 or 28.48% from 460); Blue value is 114 (44.92% from 255 or 24.78% from 460); Max value from RGB is 215 - color contains mainly: red. Hex color #D78372 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78372 is #287C8D. Grayscale: #9A9A9A. Windows color (decimal): -2653326 or 7504855. OLE color: 7504855.

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

Color convert

RGB 215 131 114 -
CMYK 0 0.39 0.47 0.16
HSL 10.1º 0.56% 0.65% -
HSV(B) 10.1º 0.47% 0.84% -
XYZ 39.18 31.89 20.01 -
YUV 154.18 105.33 171.38 -
System Red Green Blue C M Y K H S L
Decimal 215 131 114 0 0.39 0.47 0.16 10.1 0.56 0.65
Hex D7 83 72 0 27 2F 10 A 38 41
Octal 327 203 162 0 47 57 20 12 70 101
Binary 11010111 10000011 1110010 0 100111 101111 10000 1010 111000 1000001

Color Harmonies of #D78372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78372

Black with #D78372

Text Example


Text Example

White with #D78372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78372; }

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

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

background-color css

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

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

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

border-color css

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

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

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