#D18087

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

Shades of Charm #D18087

Tints of Charm #D18087

Color information

#D18087 (or 0xD18087) is unknown color: approx Charm. HEX triplet: D1, 80 and 87. RGB value is (209,128,135). Sum of RGB (Red+Green+Blue) = 209+128+135=472 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.28% from 472); Green value is 128 (50.39% from 255 or 27.12% from 472); Blue value is 135 (53.12% from 255 or 28.60% from 472); Max value from RGB is 209 - color contains mainly: red. Hex color #D18087 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18087 is #2E7F78. Grayscale: #999999. Windows color (decimal): -3047289 or 8880337. OLE color: 8880337.

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

Color convert

RGB209128135-
CMYK00.390.350.18
HSL354.81º46.82%66.08%-
HSV(B)354.81º38.76%81.96%-
XYZ38.3930.7426.83-
YUV153.02117.84167.93-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.28%
GREEN value IS 128 (50.39% from 255) = 27.12%
BLUE value IS 135 (53.12% from 255) = 28.60%
R=44.28%
G=27.12%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.35
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20912813500.390.350.18354.8146.8266.08
HexD1808702723121632f42
Octal321200207047432254357102
Binary1101000110000000100001110100111100011100101011000111011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18087; }

 p { color: rgb(209,128,135); }

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

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

 a { background-color: rgb(209,128,135); }

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

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

 span { border-color: rgb(209,128,135); }

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