#D0858C

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

Shades of Puce #D0858C

Tints of Puce #D0858C

Color information

#D0858C (or 0xD0858C) is unknown color: approx Puce. HEX triplet: D0, 85 and 8C. RGB value is (208,133,140). Sum of RGB (Red+Green+Blue) = 208+133+140=481 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.24% from 481); Green value is 133 (52.34% from 255 or 27.65% from 481); Blue value is 140 (55.08% from 255 or 29.11% from 481); Max value from RGB is 208 - color contains mainly: red. Hex color #D0858C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0858C is #2F7A73. Grayscale: #9C9C9C. Windows color (decimal): -3111540 or 9209296. OLE color: 9209296.

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

Color convert

RGB208133140-
CMYK00.360.330.18
HSL354.4º44.38%66.86%-
HSV(B)354.4º36.06%81.57%-
XYZ39.1332.0828.94-
YUV156.22118.85164.93-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.24%
GREEN value IS 133 (52.34% from 255) = 27.65%
BLUE value IS 140 (55.08% from 255) = 29.11%
R=43.24%
G=27.65%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813314000.360.330.18354.444.3866.86
HexD0858C02421121622c43
Octal320205214044412254254103
Binary1101000010000101100011000100100100001100101011000101011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0858C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0858C; }

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

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

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

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

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

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

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

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