#D1888C

Color #D1888C Puce (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Puce #D1888C

Tints of Puce #D1888C

Color information

#D1888C (or 0xD1888C) is unknown color: approx Puce. HEX triplet: D1, 88 and 8C. RGB value is (209,136,140). Sum of RGB (Red+Green+Blue) = 209+136+140=485 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.09% from 485); Green value is 136 (53.52% from 255 or 28.04% from 485); Blue value is 140 (55.08% from 255 or 28.87% from 485); Max value from RGB is 209 - color contains mainly: red. Hex color #D1888C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1888C is #2E7773. Grayscale: #9E9E9E. Windows color (decimal): -3045236 or 9210065. OLE color: 9210065.

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

Color convert

RGB209136140-
CMYK00.350.330.18
HSL356.71º44.24%67.65%-
HSV(B)356.71º34.93%81.96%-
XYZ39.8333.0629.09-
YUV158.28117.68164.17-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.09%
GREEN value IS 136 (53.52% from 255) = 28.04%
BLUE value IS 140 (55.08% from 255) = 28.87%
R=43.09%
G=28.04%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20913614000.350.330.18356.7144.2467.65
HexD1888C02321121652c44
Octal321210214043412254554104
Binary1101000110001000100011000100011100001100101011001011011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1888C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1888C; }

 p { color: rgb(209,136,140); }

 H1.HeaderClassName
 {
   color: #D1888C;
 }
 .AnyTagClassName
 {
   color: #D1888C;
 }
</style>
background-color css

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

 a { background-color: rgb(209,136,140); }

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

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

 span { border-color: rgb(209,136,140); }

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