Html Css Color HEX #D78073 New York Pink

📋 copy color: '#D78073'

red 215 ◦ green 128 ◦ blue 115

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

Shades of New York Pink #D78073

Tints of New York Pink #D78073

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.95%

 BLUE value IS 115 (45.31% from 255) = 25.11%

R = 46.94%
G = 27.95%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D78073 (or 0xD78073) is known color: New York Pink. HEX triplet: D7, 80 and 73. RGB value is (215,128,115). Sum of RGB (Red+Green+Blue) = 215+128+115=458 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.94% from 458); Green value is 128 (50.39% from 255 or 27.95% from 458); Blue value is 115 (45.31% from 255 or 25.11% from 458); Max value from RGB is 215 - color contains mainly: red. Hex color #D78073 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78073 is #287F8C. Grayscale: #989898. Windows color (decimal): -2654093 or 7569623. OLE color: 7569623.

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

Color convert

RGB 215 128 115 -
CMYK 0 0.40 0.47 0.16
HSL 7.8º 0.56% 0.65% -
HSV(B) 7.8º 0.47% 0.84% -
XYZ 38.84 31.12 20.18 -
YUV 152.53 106.82 172.56 -
System Red Green Blue C M Y K H S L
Decimal 215 128 115 0 0.40 0.47 0.16 7.8 0.56 0.65
Hex D7 80 73 0 28 2F 10 8 38 41
Octal 327 200 163 0 50 57 20 10 70 101
Binary 11010111 10000000 1110011 0 101000 101111 10000 1000 111000 1000001

Color Harmonies of #D78073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78073

Black with #D78073

Text Example


Text Example

White with #D78073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78073; }

 p { color: rgb(215,128,115); }

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

background-color css

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

 a { background-color: rgb(215,128,115); }

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

border-color css

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

 span { border-color: rgb(215,128,115); }

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