#D5848C

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

Shades of Puce #D5848C

Tints of Puce #D5848C

Color information

#D5848C (or 0xD5848C) is unknown color: approx Puce. HEX triplet: D5, 84 and 8C. RGB value is (213,132,140). Sum of RGB (Red+Green+Blue) = 213+132+140=485 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.92% from 485); Green value is 132 (51.95% from 255 or 27.22% from 485); Blue value is 140 (55.08% from 255 or 28.87% from 485); Max value from RGB is 213 - color contains mainly: red. Hex color #D5848C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5848C is #2A7B73. Grayscale: #9D9D9D. Windows color (decimal): -2784116 or 9209045. OLE color: 9209045.

HSL color Cylindrical-coordinate representation of color #D5848C: hue angle of 354.07º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D5848C is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB213132140-
CMYK00.380.340.16
HSL354.07º49.09%67.65%-
HSV(B)354.07º38.03%83.53%-
XYZ40.4332.5428.96-
YUV157.13118.34167.85-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.92%
GREEN value IS 132 (51.95% from 255) = 27.22%
BLUE value IS 140 (55.08% from 255) = 28.87%
R=43.92%
G=27.22%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313214000.380.340.16354.0749.0967.65
HexD5848C02622101623144
Octal325204214046422054261104
Binary1101010110000100100011000100110100010100001011000101100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5848C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5848C; }

 p { color: rgb(213,132,140); }

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

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

 a { background-color: rgb(213,132,140); }

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

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

 span { border-color: rgb(213,132,140); }

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