#D48294

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

Shades of Puce #D48294

Tints of Puce #D48294

Color information

#D48294 (or 0xD48294) is unknown color: approx Puce. HEX triplet: D4, 82 and 94. RGB value is (212,130,148). Sum of RGB (Red+Green+Blue) = 212+130+148=490 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.27% from 490); Green value is 130 (51.17% from 255 or 26.53% from 490); Blue value is 148 (58.20% from 255 or 30.20% from 490); Max value from RGB is 212 - color contains mainly: red. Hex color #D48294 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48294 is #2B7D6B. Grayscale: #9C9C9C. Windows color (decimal): -2850156 or 9732820. OLE color: 9732820.

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

Color convert

RGB212130148-
CMYK00.390.300.17
HSL346.83º48.81%67.06%-
HSV(B)346.83º38.68%83.14%-
XYZ40.4832.132.08-
YUV156.57123.17167.54-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.27%
GREEN value IS 130 (51.17% from 255) = 26.53%
BLUE value IS 148 (58.20% from 255) = 30.20%
R=43.27%
G=26.53%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.30
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213014800.390.300.17346.8348.8167.06
HexD482940271E1115b3143
Octal324202224047362153361103
Binary110101001000001010010100010011111110100011010110111100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48294; }

 p { color: rgb(212,130,148); }

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

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

 a { background-color: rgb(212,130,148); }

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

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

 span { border-color: rgb(212,130,148); }

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