#D48392

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

Shades of Puce #D48392

Tints of Puce #D48392

Color information

#D48392 (or 0xD48392) is unknown color: approx Puce. HEX triplet: D4, 83 and 92. RGB value is (212,131,146). Sum of RGB (Red+Green+Blue) = 212+131+146=489 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.35% from 489); Green value is 131 (51.56% from 255 or 26.79% from 489); Blue value is 146 (57.42% from 255 or 29.86% from 489); Max value from RGB is 212 - color contains mainly: red. Hex color #D48392 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48392 is #2B7C6D. Grayscale: #9C9C9C. Windows color (decimal): -2849902 or 9602004. OLE color: 9602004.

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

Color convert

RGB212131146-
CMYK00.380.310.17
HSL348.89º48.5%67.25%-
HSV(B)348.89º38.21%83.14%-
XYZ40.4632.331.3-
YUV156.93121.84167.28-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.35%
GREEN value IS 131 (51.56% from 255) = 26.79%
BLUE value IS 146 (57.42% from 255) = 29.86%
R=43.35%
G=26.79%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.31
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213114600.380.310.17348.8948.567.25
HexD483920261F1115d3143
Octal324203222046372153561103
Binary110101001000001110010010010011011111100011010111011100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48392; }

 p { color: rgb(212,131,146); }

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

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

 a { background-color: rgb(212,131,146); }

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

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

 span { border-color: rgb(212,131,146); }

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