#D16786

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

Shades of Charm #D16786

Tints of Charm #D16786

Color information

#D16786 (or 0xD16786) is unknown color: approx Charm. HEX triplet: D1, 67 and 86. RGB value is (209,103,134). Sum of RGB (Red+Green+Blue) = 209+103+134=446 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.86% from 446); Green value is 103 (40.62% from 255 or 23.09% from 446); Blue value is 134 (52.73% from 255 or 30.04% from 446); Max value from RGB is 209 - color contains mainly: red. Hex color #D16786 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16786 is #2E9879. Grayscale: #8A8A8A. Windows color (decimal): -3053690 or 8808401. OLE color: 8808401.

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

Color convert

RGB209103134-
CMYK00.510.360.18
HSL342.45º53.54%61.18%-
HSV(B)342.45º50.72%81.96%-
XYZ35.4524.9825.51-
YUV138.23125.62178.48-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 46.86%
GREEN value IS 103 (40.62% from 255) = 23.09%
BLUE value IS 134 (52.73% from 255) = 30.04%
R=46.86%
G=23.09%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.36
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20910313400.510.360.18342.4553.5461.18
HexD167860332412156363d
Octal32114720606344225266675
Binary11010001110011110000110011001110010010010101010110110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16786; }

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

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

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

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

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

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

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

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