#D18187

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

Shades of Charm #D18187

Tints of Charm #D18187

Color information

#D18187 (or 0xD18187) is unknown color: approx Charm. HEX triplet: D1, 81 and 87. RGB value is (209,129,135). Sum of RGB (Red+Green+Blue) = 209+129+135=473 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.19% from 473); Green value is 129 (50.78% from 255 or 27.27% from 473); Blue value is 135 (53.12% from 255 or 28.54% from 473); Max value from RGB is 209 - color contains mainly: red. Hex color #D18187 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18187 is #2E7E78. Grayscale: #999999. Windows color (decimal): -3047033 or 8880593. OLE color: 8880593.

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

Color convert

RGB209129135-
CMYK00.380.350.18
HSL355.5º46.51%66.27%-
HSV(B)355.5º38.28%81.96%-
XYZ38.5231.0126.88-
YUV153.6117.5167.51-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.19%
GREEN value IS 129 (50.78% from 255) = 27.27%
BLUE value IS 135 (53.12% from 255) = 28.54%
R=44.19%
G=27.27%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.35
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20912913500.380.350.18355.546.5166.27
HexD1818702623121642f42
Octal321201207046432254457102
Binary1101000110000001100001110100110100011100101011001001011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18187; }

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

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

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

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

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

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

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

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