Html Css Color HEX #D48873 New York Pink

📋 copy color: '#D48873'

red 212 ◦ green 136 ◦ blue 115

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

Shades of New York Pink #D48873

Tints of New York Pink #D48873

RGB

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

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

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

R = 45.79%
G = 29.37%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.46

 K value IS 0.17

RGB Variations

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

Color information

#D48873 (or 0xD48873) is known color: New York Pink. HEX triplet: D4, 88 and 73. RGB value is (212,136,115). Sum of RGB (Red+Green+Blue) = 212+136+115=463 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.79% from 463); Green value is 136 (53.52% from 255 or 29.37% from 463); Blue value is 115 (45.31% from 255 or 24.84% from 463); Max value from RGB is 212 - color contains mainly: red. Hex color #D48873 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48873 is #2B778C. Grayscale: #9C9C9C. Windows color (decimal): -2848653 or 7571668. OLE color: 7571668.

HSL color Cylindrical-coordinate representation of color #D48873: hue angle of 12.99º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D48873 is Cyan = 0, Magento = 0.36, Yellow = 0.46 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 136 115 -
CMYK 0 0.36 0.46 0.17
HSL 12.99º 0.53% 0.64% -
HSV(B) 12.99º 0.46% 0.83% -
XYZ 39.05 32.84 20.5 -
YUV 156.33 104.68 167.71 -
System Red Green Blue C M Y K H S L
Decimal 212 136 115 0 0.36 0.46 0.17 12.99 0.53 0.64
Hex D4 88 73 0 24 2E 11 D 35 40
Octal 324 210 163 0 44 56 21 15 65 100
Binary 11010100 10001000 1110011 0 100100 101110 10001 1101 110101 1000000

Color Harmonies of #D48873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48873

Black with #D48873

Text Example


Text Example

White with #D48873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48873; }

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

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

background-color css

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

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

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

border-color css

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

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

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