#D1848B

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

Shades of Puce #D1848B

Tints of Puce #D1848B

Color information

#D1848B (or 0xD1848B) is unknown color: approx Puce. HEX triplet: D1, 84 and 8B. RGB value is (209,132,139). Sum of RGB (Red+Green+Blue) = 209+132+139=480 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.54% from 480); Green value is 132 (51.95% from 255 or 27.5% from 480); Blue value is 139 (54.69% from 255 or 28.96% from 480); Max value from RGB is 209 - color contains mainly: red. Hex color #D1848B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1848B is #2E7B74. Grayscale: #9B9B9B. Windows color (decimal): -3046261 or 9143505. OLE color: 9143505.

HSL color Cylindrical-coordinate representation of color #D1848B: hue angle of 354.55º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D1848B is Cyan = 0, Magento = 0.37, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB209132139-
CMYK00.370.330.18
HSL354.55º45.56%66.86%-
HSV(B)354.55º36.84%81.96%-
XYZ39.2131.9228.52-
YUV155.82118.51165.93-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.54%
GREEN value IS 132 (51.95% from 255) = 27.5%
BLUE value IS 139 (54.69% from 255) = 28.96%
R=43.54%
G=27.5%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20913213900.370.330.18354.5545.5666.86
HexD1848B02521121632e43
Octal321204213045412254356103
Binary1101000110000100100010110100101100001100101011000111011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1848B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1848B; }

 p { color: rgb(209,132,139); }

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

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

 a { background-color: rgb(209,132,139); }

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

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

 span { border-color: rgb(209,132,139); }

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