#D18591

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

Shades of Puce #D18591

Tints of Puce #D18591

Color information

#D18591 (or 0xD18591) is unknown color: approx Puce. HEX triplet: D1, 85 and 91. RGB value is (209,133,145). Sum of RGB (Red+Green+Blue) = 209+133+145=487 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.92% from 487); Green value is 133 (52.34% from 255 or 27.31% from 487); Blue value is 145 (57.03% from 255 or 29.77% from 487); Max value from RGB is 209 - color contains mainly: red. Hex color #D18591 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18591 is #2E7A6E. Grayscale: #9D9D9D. Windows color (decimal): -3045999 or 9536977. OLE color: 9536977.

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

Color convert

RGB209133145-
CMYK00.360.310.18
HSL350.53º45.24%67.06%-
HSV(B)350.53º36.36%81.96%-
XYZ39.7932.3730.94-
YUV157.09121.18165.02-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.92%
GREEN value IS 133 (52.34% from 255) = 27.31%
BLUE value IS 145 (57.03% from 255) = 29.77%
R=42.92%
G=27.31%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20913314500.360.310.18350.5345.2467.06
HexD185910241F1215f2d43
Octal321205221044372253755103
Binary110100011000010110010001010010011111100101010111111011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18591; }

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

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

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

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

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

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

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

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