#D18490

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

Shades of Puce #D18490

Tints of Puce #D18490

Color information

#D18490 (or 0xD18490) is unknown color: approx Puce. HEX triplet: D1, 84 and 90. RGB value is (209,132,144). Sum of RGB (Red+Green+Blue) = 209+132+144=485 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.09% from 485); Green value is 132 (51.95% from 255 or 27.22% from 485); Blue value is 144 (56.64% from 255 or 29.69% from 485); Max value from RGB is 209 - color contains mainly: red. Hex color #D18490 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18490 is #2E7B6F. Grayscale: #9C9C9C. Windows color (decimal): -3046256 or 9471185. OLE color: 9471185.

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

Color convert

RGB209132144-
CMYK00.370.310.18
HSL350.65º45.56%66.86%-
HSV(B)350.65º36.84%81.96%-
XYZ39.5832.0730.49-
YUV156.39121.01165.52-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.09%
GREEN value IS 132 (51.95% from 255) = 27.22%
BLUE value IS 144 (56.64% from 255) = 29.69%
R=43.09%
G=27.22%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20913214400.370.310.18350.6545.5666.86
HexD184900251F1215f2e43
Octal321204220045372253756103
Binary110100011000010010010000010010111111100101010111111011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18490; }

 p { color: rgb(209,132,144); }

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

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

 a { background-color: rgb(209,132,144); }

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

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

 span { border-color: rgb(209,132,144); }

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