#D18195

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

Shades of Puce #D18195

Tints of Puce #D18195

Color information

#D18195 (or 0xD18195) is unknown color: approx Puce. HEX triplet: D1, 81 and 95. RGB value is (209,129,149). Sum of RGB (Red+Green+Blue) = 209+129+149=487 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.92% from 487); Green value is 129 (50.78% from 255 or 26.49% from 487); Blue value is 149 (58.59% from 255 or 30.60% from 487); Max value from RGB is 209 - color contains mainly: red. Hex color #D18195 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18195 is #2E7E6A. Grayscale: #9B9B9B. Windows color (decimal): -3047019 or 9798097. OLE color: 9798097.

HSL color Cylindrical-coordinate representation of color #D18195: hue angle of 345º degrees, saturation: 0.47, 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 #D18195 is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB209129149-
CMYK00.380.290.18
HSL345º46.51%66.27%-
HSV(B)345º38.28%81.96%-
XYZ39.5731.4332.41-
YUV155.2124.5166.37-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.92%
GREEN value IS 129 (50.78% from 255) = 26.49%
BLUE value IS 149 (58.59% from 255) = 30.60%
R=42.92%
G=26.49%
B=30.60%

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
Decimal20912914900.380.290.1834546.5166.27
HexD181950261D121592f42
Octal321201225046352253157102
Binary110100011000000110010101010011011101100101010110011011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18195; }

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

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

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

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

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

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

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

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