#D26B86

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

Shades of Charm #D26B86

Tints of Charm #D26B86

Color information

#D26B86 (or 0xD26B86) is unknown color: approx Charm. HEX triplet: D2, 6B and 86. RGB value is (210,107,134). Sum of RGB (Red+Green+Blue) = 210+107+134=451 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.56% from 451); Green value is 107 (42.19% from 255 or 23.73% from 451); Blue value is 134 (52.73% from 255 or 29.71% from 451); Max value from RGB is 210 - color contains mainly: red. Hex color #D26B86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D26B86 is #2D9479. Grayscale: #8C8C8C. Windows color (decimal): -2987130 or 8809426. OLE color: 8809426.

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

Color convert

RGB210107134-
CMYK00.490.360.18
HSL344.27º53.37%62.16%-
HSV(B)344.27º49.05%82.35%-
XYZ36.1425.9425.66-
YUV140.88124.12177.3-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 46.56%
GREEN value IS 107 (42.19% from 255) = 23.73%
BLUE value IS 134 (52.73% from 255) = 29.71%
R=46.56%
G=23.73%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.36
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21010713400.490.360.18344.2753.3762.16
HexD26B860312412158353e
Octal32215320606144225306576
Binary11010010110101110000110011000110010010010101011000110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26B86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26B86; }

 p { color: rgb(210,107,134); }

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

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

 a { background-color: rgb(210,107,134); }

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

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

 span { border-color: rgb(210,107,134); }

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