Html Css Color HEX #D18576 New York Pink

📋 copy color: '#D18576'

red 209 ◦ green 133 ◦ blue 118

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

Shades of New York Pink #D18576

Tints of New York Pink #D18576

RGB

 RED value IS 209 (82.03% from 255) = 45.43%

 GREEN value IS 133 (52.34% from 255) = 28.91%

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

R = 45.43%
G = 28.91%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D18576 (or 0xD18576) is known color: New York Pink. HEX triplet: D1, 85 and 76. RGB value is (209,133,118). Sum of RGB (Red+Green+Blue) = 209+133+118=460 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.43% from 460); Green value is 133 (52.34% from 255 or 28.91% from 460); Blue value is 118 (46.48% from 255 or 25.65% from 460); Max value from RGB is 209 - color contains mainly: red. Hex color #D18576 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18576 is #2E7A89. Grayscale: #9A9A9A. Windows color (decimal): -3046026 or 7767505. OLE color: 7767505.

HSL color Cylindrical-coordinate representation of color #D18576: hue angle of 9.89º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D18576 is Cyan = 0, Magento = 0.36, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 133 118 -
CMYK 0 0.36 0.44 0.18
HSL 9.89º 0.5% 0.64% -
HSV(B) 9.89º 0.44% 0.82% -
XYZ 37.95 31.64 21.25 -
YUV 154.01 107.68 167.22 -
System Red Green Blue C M Y K H S L
Decimal 209 133 118 0 0.36 0.44 0.18 9.89 0.5 0.64
Hex D1 85 76 0 24 2C 12 A 32 40
Octal 321 205 166 0 44 54 22 12 62 100
Binary 11010001 10000101 1110110 0 100100 101100 10010 1010 110010 1000000

Color Harmonies of #D18576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18576

Black with #D18576

Text Example


Text Example

White with #D18576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18576; }

 p { color: rgb(209,133,118); }

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

background-color css

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

 a { background-color: rgb(209,133,118); }

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

border-color css

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

 span { border-color: rgb(209,133,118); }

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