#D08387

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

Shades of Charm #D08387

Tints of Charm #D08387

Color information

#D08387 (or 0xD08387) is unknown color: approx Charm. HEX triplet: D0, 83 and 87. RGB value is (208,131,135). Sum of RGB (Red+Green+Blue) = 208+131+135=474 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.88% from 474); Green value is 131 (51.56% from 255 or 27.64% from 474); Blue value is 135 (53.12% from 255 or 28.48% from 474); Max value from RGB is 208 - color contains mainly: red. Hex color #D08387 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08387 is #2F7C78. Grayscale: #9A9A9A. Windows color (decimal): -3112057 or 8881104. OLE color: 8881104.

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

Color convert

RGB208131135-
CMYK00.370.350.18
HSL356.88º45.03%66.47%-
HSV(B)356.88º37.02%81.57%-
XYZ38.531.3926.95-
YUV154.48117.01166.17-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.88%
GREEN value IS 131 (51.56% from 255) = 27.64%
BLUE value IS 135 (53.12% from 255) = 28.48%
R=43.88%
G=27.64%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.35
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813113500.370.350.18356.8845.0366.47
HexD0838702523121652d42
Octal320203207045432254555102
Binary1101000010000011100001110100101100011100101011001011011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08387; }

 p { color: rgb(208,131,135); }

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

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

 a { background-color: rgb(208,131,135); }

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

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

 span { border-color: rgb(208,131,135); }

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