#D18596

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

Shades of Puce #D18596

Tints of Puce #D18596

Color information

#D18596 (or 0xD18596) is unknown color: approx Puce. HEX triplet: D1, 85 and 96. RGB value is (209,133,150). Sum of RGB (Red+Green+Blue) = 209+133+150=492 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.48% from 492); Green value is 133 (52.34% from 255 or 27.03% from 492); Blue value is 150 (58.98% from 255 or 30.49% from 492); Max value from RGB is 209 - color contains mainly: red. Hex color #D18596 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18596 is #2E7A69. Grayscale: #9D9D9D. Windows color (decimal): -3045994 or 9864657. OLE color: 9864657.

HSL color Cylindrical-coordinate representation of color #D18596: hue angle of 346.58º 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 #D18596 is Cyan = 0, Magento = 0.36, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB209133150-
CMYK00.360.280.18
HSL346.58º45.24%67.06%-
HSV(B)346.58º36.36%81.96%-
XYZ40.1932.5333.02-
YUV157.66123.68164.62-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.48%
GREEN value IS 133 (52.34% from 255) = 27.03%
BLUE value IS 150 (58.98% from 255) = 30.49%
R=42.48%
G=27.03%
B=30.49%

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
Decimal20913315000.360.280.18346.5845.2467.06
HexD185960241C1215b2d43
Octal321205226044342253355103
Binary110100011000010110010110010010011100100101010110111011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18596; }

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

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

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

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

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

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

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

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