#D18693

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

Shades of Puce #D18693

Tints of Puce #D18693

Color information

#D18693 (or 0xD18693) is unknown color: approx Puce. HEX triplet: D1, 86 and 93. RGB value is (209,134,147). Sum of RGB (Red+Green+Blue) = 209+134+147=490 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.65% from 490); Green value is 134 (52.73% from 255 or 27.35% from 490); Blue value is 147 (57.81% from 255 or 30% from 490); Max value from RGB is 209 - color contains mainly: red. Hex color #D18693 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18693 is #2E796C. Grayscale: #9D9D9D. Windows color (decimal): -3045741 or 9668305. OLE color: 9668305.

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

Color convert

RGB209134147-
CMYK00.360.300.18
HSL349.6º44.91%67.25%-
HSV(B)349.6º35.89%81.96%-
XYZ40.0932.7131.81-
YUV157.91121.85164.44-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.65%
GREEN value IS 134 (52.73% from 255) = 27.35%
BLUE value IS 147 (57.81% from 255) = 30%
R=42.65%
G=27.35%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20913414700.360.300.18349.644.9167.25
HexD186930241E1215e2d43
Octal321206223044362253655103
Binary110100011000011010010011010010011110100101010111101011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18693; }

 p { color: rgb(209,134,147); }

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

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

 a { background-color: rgb(209,134,147); }

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

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

 span { border-color: rgb(209,134,147); }

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