#D48095

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

Shades of Puce #D48095

Tints of Puce #D48095

Color information

#D48095 (or 0xD48095) is unknown color: approx Puce. HEX triplet: D4, 80 and 95. RGB value is (212,128,149). Sum of RGB (Red+Green+Blue) = 212+128+149=489 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.35% from 489); Green value is 128 (50.39% from 255 or 26.18% from 489); Blue value is 149 (58.59% from 255 or 30.47% from 489); Max value from RGB is 212 - color contains mainly: red. Hex color #D48095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48095 is #2B7F6A. Grayscale: #9B9B9B. Windows color (decimal): -2850667 or 9797844. OLE color: 9797844.

HSL color Cylindrical-coordinate representation of color #D48095: hue angle of 345º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D48095 is Cyan = 0, Magento = 0.40, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB212128149-
CMYK00.400.300.17
HSL345º49.41%66.67%-
HSV(B)345º39.62%83.14%-
XYZ40.331.6132.41-
YUV155.51124.33168.29-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.35%
GREEN value IS 128 (50.39% from 255) = 26.18%
BLUE value IS 149 (58.59% from 255) = 30.47%
R=43.35%
G=26.18%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.30
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21212814900.400.300.1734549.4166.67
HexD480950281E111593143
Octal324200225050362153161103
Binary110101001000000010010101010100011110100011010110011100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48095; }

 p { color: rgb(212,128,149); }

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

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

 a { background-color: rgb(212,128,149); }

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

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

 span { border-color: rgb(212,128,149); }

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