#D18696

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

Shades of Puce #D18696

Tints of Puce #D18696

Color information

#D18696 (or 0xD18696) is unknown color: approx Puce. HEX triplet: D1, 86 and 96. RGB value is (209,134,150). Sum of RGB (Red+Green+Blue) = 209+134+150=493 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.39% from 493); Green value is 134 (52.73% from 255 or 27.18% from 493); Blue value is 150 (58.98% from 255 or 30.43% from 493); Max value from RGB is 209 - color contains mainly: red. Hex color #D18696 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18696 is #2E7969. Grayscale: #9E9E9E. Windows color (decimal): -3045738 or 9864913. OLE color: 9864913.

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

Color convert

RGB209134150-
CMYK00.360.280.18
HSL347.2º44.91%67.25%-
HSV(B)347.2º35.89%81.96%-
XYZ40.3232.8133.06-
YUV158.25123.35164.2-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.39%
GREEN value IS 134 (52.73% from 255) = 27.18%
BLUE value IS 150 (58.98% from 255) = 30.43%
R=42.39%
G=27.18%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.28
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20913415000.360.280.18347.244.9167.25
HexD186960241C1215b2d43
Octal321206226044342253355103
Binary110100011000011010010110010010011100100101010110111011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18696; }

 p { color: rgb(209,134,150); }

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

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

 a { background-color: rgb(209,134,150); }

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

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

 span { border-color: rgb(209,134,150); }

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