Html Css Color HEX #D48377 New York Pink

📋 copy color: '#D48377'

red 212 ◦ green 131 ◦ blue 119

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

Shades of New York Pink #D48377

Tints of New York Pink #D48377

RGB

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

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

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

R = 45.89%
G = 28.35%
B = 25.76%

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

#D48377 (or 0xD48377) is known color: New York Pink. HEX triplet: D4, 83 and 77. RGB value is (212,131,119). Sum of RGB (Red+Green+Blue) = 212+131+119=462 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.89% from 462); Green value is 131 (51.56% from 255 or 28.35% from 462); Blue value is 119 (46.88% from 255 or 25.76% from 462); Max value from RGB is 212 - color contains mainly: red. Hex color #D48377 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48377 is #2B7C88. Grayscale: #999999. Windows color (decimal): -2849929 or 7832532. OLE color: 7832532.

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

Color convert

RGB 212 131 119 -
CMYK 0 0.38 0.44 0.17
HSL 7.74º 0.52% 0.65% -
HSV(B) 7.74º 0.44% 0.83% -
XYZ 38.6 31.56 21.51 -
YUV 153.85 108.34 169.48 -
System Red Green Blue C M Y K H S L
Decimal 212 131 119 0 0.38 0.44 0.17 7.74 0.52 0.65
Hex D4 83 77 0 26 2C 11 8 34 41
Octal 324 203 167 0 46 54 21 10 64 101
Binary 11010100 10000011 1110111 0 100110 101100 10001 1000 110100 1000001

Color Harmonies of #D48377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48377

Black with #D48377

Text Example


Text Example

White with #D48377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48377; }

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

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

background-color css

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

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

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

border-color css

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

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

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