#D48490

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

Shades of Puce #D48490

Tints of Puce #D48490

Color information

#D48490 (or 0xD48490) is unknown color: approx Puce. HEX triplet: D4, 84 and 90. RGB value is (212,132,144). Sum of RGB (Red+Green+Blue) = 212+132+144=488 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.44% from 488); Green value is 132 (51.95% from 255 or 27.05% from 488); Blue value is 144 (56.64% from 255 or 29.51% from 488); Max value from RGB is 212 - color contains mainly: red. Hex color #D48490 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48490 is #2B7B6F. Grayscale: #9D9D9D. Windows color (decimal): -2849648 or 9471188. OLE color: 9471188.

HSL color Cylindrical-coordinate representation of color #D48490: hue angle of 351º degrees, saturation: 0.48, 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 #D48490 is Cyan = 0, Magento = 0.38, Yellow = 0.32 and Black (K on CMYK) = 0.17.

Color convert

RGB212132144-
CMYK00.380.320.17
HSL351º48.19%67.45%-
HSV(B)351º37.74%83.14%-
XYZ40.4432.5130.53-
YUV157.29120.5167.02-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.44%
GREEN value IS 132 (51.95% from 255) = 27.05%
BLUE value IS 144 (56.64% from 255) = 29.51%
R=43.44%
G=27.05%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.32
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213214400.380.320.1735148.1967.45
HexD48490026201115f3043
Octal324204220046402153760103
Binary1101010010000100100100000100110100000100011010111111100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48490; }

 p { color: rgb(212,132,144); }

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

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

 a { background-color: rgb(212,132,144); }

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

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

 span { border-color: rgb(212,132,144); }

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