#d18386

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

Shades of Charm #D18386

Tints of Charm #D18386

Color information

#D18386 (or 0xD18386) is unknown color: approx Charm. HEX triplet: D1, 83 and 86. RGB value is (209,131,134). Sum of RGB (Red+Green+Blue) = 209+131+134=474 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.09% from 474); Green value is 131 (51.56% from 255 or 27.64% from 474); Blue value is 134 (52.73% from 255 or 28.27% from 474); Max value from RGB is 209 - color contains mainly: red. Hex color #D18386 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18386 is #2E7C79. Grayscale: #9A9A9A. Windows color (decimal): -3046522 or 8815569. OLE color: 8815569.

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

Color convert

RGB209131134-
CMYK00.370.360.18
HSL357.69º45.88%66.67%-
HSV(B)357.69º37.32%81.96%-
XYZ38.7131.5126.6-
YUV154.66116.34166.76-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.09%
GREEN value IS 131 (51.56% from 255) = 27.64%
BLUE value IS 134 (52.73% from 255) = 28.27%
R=44.09%
G=27.64%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.36
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20913113400.370.360.18357.6945.8866.67
HexD1838602524121662e43
Octal321203206045442254656103
Binary1101000110000011100001100100101100100100101011001101011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d18386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d18386; }

 p { color: rgb(209,131,134); }

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

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

 a { background-color: rgb(209,131,134); }

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

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

 span { border-color: rgb(209,131,134); }

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