Html Css Color HEX #D48376 New York Pink

📋 copy color: '#D48376'

red 212 ◦ green 131 ◦ blue 118

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

Shades of New York Pink #D48376

Tints of New York Pink #D48376

RGB

 RED value IS 212 (83.2% from 255) = 45.99%

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

 BLUE value IS 118 (46.48% from 255) = 25.6%

R = 45.99%
G = 28.42%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.44

 K value IS 0.17

RGB Variations

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

Color information

#D48376 (or 0xD48376) is known color: New York Pink. HEX triplet: D4, 83 and 76. RGB value is (212,131,118). Sum of RGB (Red+Green+Blue) = 212+131+118=461 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.99% from 461); Green value is 131 (51.56% from 255 or 28.42% from 461); Blue value is 118 (46.48% from 255 or 25.60% from 461); Max value from RGB is 212 - color contains mainly: red. Hex color #D48376 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48376 is #2B7C89. Grayscale: #999999. Windows color (decimal): -2849930 or 7766996. OLE color: 7766996.

HSL color Cylindrical-coordinate representation of color #D48376: hue angle of 8.3º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D48376 is Cyan = 0, Magento = 0.38, Yellow = 0.44 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 131 118 -
CMYK 0 0.38 0.44 0.17
HSL 8.3º 0.52% 0.65% -
HSV(B) 8.3º 0.44% 0.83% -
XYZ 38.54 31.54 21.2 -
YUV 153.74 107.84 169.56 -
System Red Green Blue C M Y K H S L
Decimal 212 131 118 0 0.38 0.44 0.17 8.3 0.52 0.65
Hex D4 83 76 0 26 2C 11 8 34 41
Octal 324 203 166 0 46 54 21 10 64 101
Binary 11010100 10000011 1110110 0 100110 101100 10001 1000 110100 1000001

Color Harmonies of #D48376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48376

Black with #D48376

Text Example


Text Example

White with #D48376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48376; }

 p { color: rgb(212,131,118); }

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

background-color css

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

 a { background-color: rgb(212,131,118); }

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

border-color css

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

 span { border-color: rgb(212,131,118); }

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