Html Css Color HEX #D78273 New York Pink

📋 copy color: '#D78273'

red 215 ◦ green 130 ◦ blue 115

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

Shades of New York Pink #D78273

Tints of New York Pink #D78273

RGB

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

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

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

R = 46.74%
G = 28.26%
B = 25%

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

#D78273 (or 0xD78273) is known color: New York Pink. HEX triplet: D7, 82 and 73. RGB value is (215,130,115). Sum of RGB (Red+Green+Blue) = 215+130+115=460 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.74% from 460); Green value is 130 (51.17% from 255 or 28.26% from 460); Blue value is 115 (45.31% from 255 or 25% from 460); Max value from RGB is 215 - color contains mainly: red. Hex color #D78273 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78273 is #287D8C. Grayscale: #999999. Windows color (decimal): -2653581 or 7570135. OLE color: 7570135.

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

Color convert

RGB 215 130 115 -
CMYK 0 0.40 0.47 0.16
HSL 0.56% 0.65% -
HSV(B) 0.47% 0.84% -
XYZ 39.1 31.65 20.27 -
YUV 153.71 106.16 171.72 -
System Red Green Blue C M Y K H S L
Decimal 215 130 115 0 0.40 0.47 0.16 9 0.56 0.65
Hex D7 82 73 0 28 2F 10 9 38 41
Octal 327 202 163 0 50 57 20 11 70 101
Binary 11010111 10000010 1110011 0 101000 101111 10000 1001 111000 1000001

Color Harmonies of #D78273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78273

Black with #D78273

Text Example


Text Example

White with #D78273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78273; }

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

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

background-color css

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

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

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

border-color css

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

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

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