#D4858C

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

Shades of Puce #D4858C

Tints of Puce #D4858C

Color information

#D4858C (or 0xD4858C) is unknown color: approx Puce. HEX triplet: D4, 85 and 8C. RGB value is (212,133,140). Sum of RGB (Red+Green+Blue) = 212+133+140=485 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.71% from 485); Green value is 133 (52.34% from 255 or 27.42% from 485); Blue value is 140 (55.08% from 255 or 28.87% from 485); Max value from RGB is 212 - color contains mainly: red. Hex color #D4858C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4858C is #2B7A73. Grayscale: #9D9D9D. Windows color (decimal): -2849396 or 9209300. OLE color: 9209300.

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

Color convert

RGB212133140-
CMYK00.370.340.17
HSL354.68º47.88%67.65%-
HSV(B)354.68º37.26%83.14%-
XYZ40.2732.6728.99-
YUV157.42118.17166.93-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.71%
GREEN value IS 133 (52.34% from 255) = 27.42%
BLUE value IS 140 (55.08% from 255) = 28.87%
R=43.71%
G=27.42%
B=28.87%

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
Decimal21213314000.370.340.17354.6847.8867.65
HexD4858C02522111633044
Octal324205214045422154360104
Binary1101010010000101100011000100101100010100011011000111100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4858C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4858C; }

 p { color: rgb(212,133,140); }

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

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

 a { background-color: rgb(212,133,140); }

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

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

 span { border-color: rgb(212,133,140); }

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