#D1898C

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

Shades of Puce #D1898C

Tints of Puce #D1898C

Color information

#D1898C (or 0xD1898C) is unknown color: approx Puce. HEX triplet: D1, 89 and 8C. RGB value is (209,137,140). Sum of RGB (Red+Green+Blue) = 209+137+140=486 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.00% from 486); Green value is 137 (53.91% from 255 or 28.19% from 486); Blue value is 140 (55.08% from 255 or 28.81% from 486); Max value from RGB is 209 - color contains mainly: red. Hex color #D1898C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1898C is #2E7673. Grayscale: #9E9E9E. Windows color (decimal): -3044980 or 9210321. OLE color: 9210321.

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

Color convert

RGB209137140-
CMYK00.340.330.18
HSL357.5º43.9%67.84%-
HSV(B)357.5º34.45%81.96%-
XYZ39.9733.3429.14-
YUV158.87117.35163.76-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.00%
GREEN value IS 137 (53.91% from 255) = 28.19%
BLUE value IS 140 (55.08% from 255) = 28.81%
R=43.00%
G=28.19%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20913714000.340.330.18357.543.967.84
HexD1898C02221121662c44
Octal321211214042412254654104
Binary1101000110001001100011000100010100001100101011001101011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1898C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1898C; }

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

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

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

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

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

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

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

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