#D18295

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

Shades of Puce #D18295

Tints of Puce #D18295

Color information

#D18295 (or 0xD18295) is unknown color: approx Puce. HEX triplet: D1, 82 and 95. RGB value is (209,130,149). Sum of RGB (Red+Green+Blue) = 209+130+149=488 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.83% from 488); Green value is 130 (51.17% from 255 or 26.64% from 488); Blue value is 149 (58.59% from 255 or 30.53% from 488); Max value from RGB is 209 - color contains mainly: red. Hex color #D18295 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18295 is #2E7D6A. Grayscale: #9B9B9B. Windows color (decimal): -3046763 or 9798353. OLE color: 9798353.

HSL color Cylindrical-coordinate representation of color #D18295: hue angle of 345.57º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D18295 is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB209130149-
CMYK00.380.290.18
HSL345.57º46.2%66.47%-
HSV(B)345.57º37.8%81.96%-
XYZ39.731.6932.46-
YUV155.79124.17165.96-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.83%
GREEN value IS 130 (51.17% from 255) = 26.64%
BLUE value IS 149 (58.59% from 255) = 30.53%
R=42.83%
G=26.64%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20913014900.380.290.18345.5746.266.47
HexD182950261D1215a2e42
Octal321202225046352253256102
Binary110100011000001010010101010011011101100101010110101011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18295; }

 p { color: rgb(209,130,149); }

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

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

 a { background-color: rgb(209,130,149); }

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

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

 span { border-color: rgb(209,130,149); }

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