Html Css Color HEX #D78274 New York Pink

📋 copy color: '#D78274'

red 215 ◦ green 130 ◦ blue 116

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

Shades of New York Pink #D78274

Tints of New York Pink #D78274

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.2%

 BLUE value IS 116 (45.7% from 255) = 25.16%

R = 46.64%
G = 28.2%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D78274 (or 0xD78274) is known color: New York Pink. HEX triplet: D7, 82 and 74. RGB value is (215,130,116). Sum of RGB (Red+Green+Blue) = 215+130+116=461 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.64% from 461); Green value is 130 (51.17% from 255 or 28.20% from 461); Blue value is 116 (45.70% from 255 or 25.16% from 461); Max value from RGB is 215 - color contains mainly: red. Hex color #D78274 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78274 is #287D8B. Grayscale: #999999. Windows color (decimal): -2653580 or 7635671. OLE color: 7635671.

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

Color convert

RGB 215 130 116 -
CMYK 0 0.40 0.46 0.16
HSL 8.48º 0.55% 0.65% -
HSV(B) 8.48º 0.46% 0.84% -
XYZ 39.16 31.67 20.57 -
YUV 153.82 106.66 171.64 -
System Red Green Blue C M Y K H S L
Decimal 215 130 116 0 0.40 0.46 0.16 8.48 0.55 0.65
Hex D7 82 74 0 28 2E 10 8 37 41
Octal 327 202 164 0 50 56 20 10 67 101
Binary 11010111 10000010 1110100 0 101000 101110 10000 1000 110111 1000001

Color Harmonies of #D78274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78274

Black with #D78274

Text Example


Text Example

White with #D78274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78274; }

 p { color: rgb(215,130,116); }

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

background-color css

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

 a { background-color: rgb(215,130,116); }

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

border-color css

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

 span { border-color: rgb(215,130,116); }

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