Html Css Color HEX #D48477 New York Pink

📋 copy color: '#D48477'

red 212 ◦ green 132 ◦ blue 119

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

Shades of New York Pink #D48477

Tints of New York Pink #D48477

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.51%

 BLUE value IS 119 (46.88% from 255) = 25.7%

R = 45.79%
G = 28.51%
B = 25.7%

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

#D48477 (or 0xD48477) is known color: New York Pink. HEX triplet: D4, 84 and 77. RGB value is (212,132,119). Sum of RGB (Red+Green+Blue) = 212+132+119=463 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.79% from 463); Green value is 132 (51.95% from 255 or 28.51% from 463); Blue value is 119 (46.88% from 255 or 25.70% from 463); Max value from RGB is 212 - color contains mainly: red. Hex color #D48477 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48477 is #2B7B88. Grayscale: #9A9A9A. Windows color (decimal): -2849673 or 7832788. OLE color: 7832788.

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

Color convert

RGB 212 132 119 -
CMYK 0 0.38 0.44 0.17
HSL 8.39º 0.52% 0.65% -
HSV(B) 8.39º 0.44% 0.83% -
XYZ 38.73 31.83 21.56 -
YUV 154.44 108 169.06 -
System Red Green Blue C M Y K H S L
Decimal 212 132 119 0 0.38 0.44 0.17 8.39 0.52 0.65
Hex D4 84 77 0 26 2C 11 8 34 41
Octal 324 204 167 0 46 54 21 10 64 101
Binary 11010100 10000100 1110111 0 100110 101100 10001 1000 110100 1000001

Color Harmonies of #D48477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48477

Black with #D48477

Text Example


Text Example

White with #D48477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48477; }

 p { color: rgb(212,132,119); }

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

background-color css

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

 a { background-color: rgb(212,132,119); }

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

border-color css

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

 span { border-color: rgb(212,132,119); }

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