#866688

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

Shades of Trendy Pink #866688

Tints of Trendy Pink #866688

Color information

#866688 (or 0x866688) is unknown color: approx Trendy Pink. HEX triplet: 86, 66 and 88. RGB value is (134,102,136). Sum of RGB (Red+Green+Blue) = 134+102+136=372 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.02% from 372); Green value is 102 (40.23% from 255 or 27.42% from 372); Blue value is 136 (53.52% from 255 or 36.56% from 372); Max value from RGB is 136 - color contains mainly: blue. Hex color #866688 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #866688 is #799977. Grayscale: #737373. Windows color (decimal): -7969144 or 8939142. OLE color: 8939142.

HSL color Cylindrical-coordinate representation of color #866688: hue angle of 296.47º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #866688 is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB134102136-
CMYK0.010.2500.47
HSL296.47º14.29%46.67%-
HSV(B)296.47º25%53.33%-
XYZ19.0316.3525.45-
YUV115.44139.6141.24-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.02%
GREEN value IS 102 (40.23% from 255) = 27.42%
BLUE value IS 136 (53.52% from 255) = 36.56%
R=36.02%
G=27.42%
B=36.56%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341021360.010.2500.47296.4714.2946.67
Hex86668811902F128e2f
Octal2061462101310574501657
Binary1000011011001101000100011100101011111001010001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866688; }

 p { color: rgb(134,102,136); }

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

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

 a { background-color: rgb(134,102,136); }

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

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

 span { border-color: rgb(134,102,136); }

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