Html Css Color HEX #D48876 New York Pink

📋 copy color: '#D48876'

red 212 ◦ green 136 ◦ blue 118

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

Shades of New York Pink #D48876

Tints of New York Pink #D48876

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29.18%

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

R = 45.49%
G = 29.18%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.44

 K value IS 0.17

RGB Variations

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

Color information

#D48876 (or 0xD48876) is known color: New York Pink. HEX triplet: D4, 88 and 76. RGB value is (212,136,118). Sum of RGB (Red+Green+Blue) = 212+136+118=466 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.49% from 466); Green value is 136 (53.52% from 255 or 29.18% from 466); Blue value is 118 (46.48% from 255 or 25.32% from 466); Max value from RGB is 212 - color contains mainly: red. Hex color #D48876 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48876 is #2B7789. Grayscale: #9C9C9C. Windows color (decimal): -2848650 or 7768276. OLE color: 7768276.

HSL color Cylindrical-coordinate representation of color #D48876: hue angle of 11.49º 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 #D48876 is Cyan = 0, Magento = 0.36, Yellow = 0.44 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 136 118 -
CMYK 0 0.36 0.44 0.17
HSL 11.49º 0.52% 0.65% -
HSV(B) 11.49º 0.44% 0.83% -
XYZ 39.23 32.91 21.43 -
YUV 156.67 106.18 167.46 -
System Red Green Blue C M Y K H S L
Decimal 212 136 118 0 0.36 0.44 0.17 11.49 0.52 0.65
Hex D4 88 76 0 24 2C 11 B 34 41
Octal 324 210 166 0 44 54 21 13 64 101
Binary 11010100 10001000 1110110 0 100100 101100 10001 1011 110100 1000001

Color Harmonies of #D48876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48876

Black with #D48876

Text Example


Text Example

White with #D48876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48876; }

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

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

background-color css

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

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

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

border-color css

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

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

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