#886682

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

Shades of Trendy Pink #886682

Tints of Trendy Pink #886682

Color information

#886682 (or 0x886682) is unknown color: approx Trendy Pink. HEX triplet: 88, 66 and 82. RGB value is (136,102,130). Sum of RGB (Red+Green+Blue) = 136+102+130=368 (48% of max value = 765). Red value is 136 (53.52% from 255 or 36.96% from 368); Green value is 102 (40.23% from 255 or 27.72% from 368); Blue value is 130 (51.17% from 255 or 35.33% from 368); Max value from RGB is 136 - color contains mainly: red. Hex color #886682 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886682 is #77997D. Grayscale: #737373. Windows color (decimal): -7838078 or 8545928. OLE color: 8545928.

HSL color Cylindrical-coordinate representation of color #886682: hue angle of 310.59º 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 #886682 is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB136102130-
CMYK00.250.040.47
HSL310.59º14.29%46.67%-
HSV(B)310.59º25%53.33%-
XYZ18.9316.3523.28-
YUV115.36136.26142.72-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.96%
GREEN value IS 102 (40.23% from 255) = 27.72%
BLUE value IS 130 (51.17% from 255) = 35.33%
R=36.96%
G=27.72%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13610213000.250.040.47310.5914.2946.67
Hex88668201942F137e2f
Octal2101462020314574671657
Binary100010001100110100000100110011001011111001101111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886682; }

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

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

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

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

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

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

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

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