#D3848C

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

Shades of Puce #D3848C

Tints of Puce #D3848C

Color information

#D3848C (or 0xD3848C) is unknown color: approx Puce. HEX triplet: D3, 84 and 8C. RGB value is (211,132,140). Sum of RGB (Red+Green+Blue) = 211+132+140=483 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.69% from 483); Green value is 132 (51.95% from 255 or 27.33% from 483); Blue value is 140 (55.08% from 255 or 28.99% from 483); Max value from RGB is 211 - color contains mainly: red. Hex color #D3848C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3848C is #2C7B73. Grayscale: #9C9C9C. Windows color (decimal): -2915188 or 9209043. OLE color: 9209043.

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

Color convert

RGB211132140-
CMYK00.370.340.17
HSL353.92º47.31%67.25%-
HSV(B)353.92º37.44%82.75%-
XYZ39.8532.2428.93-
YUV156.53118.67166.85-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 43.69%
GREEN value IS 132 (51.95% from 255) = 27.33%
BLUE value IS 140 (55.08% from 255) = 28.99%
R=43.69%
G=27.33%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.34
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21113214000.370.340.17353.9247.3167.25
HexD3848C02522111622f43
Octal323204214045422154257103
Binary1101001110000100100011000100101100010100011011000101011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3848C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3848C; }

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

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

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

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

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

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

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

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