Html Css Color HEX #D48077 New York Pink

📋 copy color: '#D48077'

red 212 ◦ green 128 ◦ blue 119

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

Shades of New York Pink #D48077

Tints of New York Pink #D48077

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.89%

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

R = 46.19%
G = 27.89%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.44

 K value IS 0.17

RGB Variations

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

Color information

#D48077 (or 0xD48077) is known color: New York Pink. HEX triplet: D4, 80 and 77. RGB value is (212,128,119). Sum of RGB (Red+Green+Blue) = 212+128+119=459 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.19% from 459); Green value is 128 (50.39% from 255 or 27.89% from 459); Blue value is 119 (46.88% from 255 or 25.93% from 459); Max value from RGB is 212 - color contains mainly: red. Hex color #D48077 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48077 is #2B7F88. Grayscale: #989898. Windows color (decimal): -2850697 or 7831764. OLE color: 7831764.

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

Color convert

RGB 212 128 119 -
CMYK 0 0.40 0.44 0.17
HSL 5.81º 0.52% 0.65% -
HSV(B) 5.81º 0.44% 0.83% -
XYZ 38.2 30.77 21.38 -
YUV 152.09 109.33 170.73 -
System Red Green Blue C M Y K H S L
Decimal 212 128 119 0 0.40 0.44 0.17 5.81 0.52 0.65
Hex D4 80 77 0 28 2C 11 6 34 41
Octal 324 200 167 0 50 54 21 6 64 101
Binary 11010100 10000000 1110111 0 101000 101100 10001 110 110100 1000001

Color Harmonies of #D48077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48077

Black with #D48077

Text Example


Text Example

White with #D48077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48077; }

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

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

background-color css

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

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

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

border-color css

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

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

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