#D78372

Color #D78372 New York Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New York Pink #D78372

Tints of New York Pink #D78372

Color information

#D78372 (or 0xD78372) is unknown color: approx 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

RGB215131114-
CMYK00.390.470.16
HSL10.1º55.8%64.51%-
HSV(B)10.1º46.98%84.31%-
XYZ39.1831.8920.01-
YUV154.18105.33171.38-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21513111400.390.470.1610.155.864.51
HexD783720272F10a3841
Octal32720316204757201270101
Binary1101011110000011111001001001111011111000010101110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>