Html Css Color HEX #886688 Trendy Pink

📋 copy color: '#886688'

red 136 ◦ green 102 ◦ blue 136

#886688
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Trendy Pink #886688

Tints of Trendy Pink #886688

RGB

 RED value IS 136 (53.52% from 255) = 36.36%

 GREEN value IS 102 (40.23% from 255) = 27.27%

 BLUE value IS 136 (53.52% from 255) = 36.36%

R = 36.36%
G = 27.27%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#886688 (or 0x886688) is known color: Trendy Pink. HEX triplet: 88, 66 and 88. RGB value is (136,102,136). Sum of RGB (Red+Green+Blue) = 136+102+136=374 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.36% from 374); Green value is 102 (40.23% from 255 or 27.27% from 374); Blue value is 136 (53.52% from 255 or 36.36% from 374); Max value from RGB is 136 - color contains mainly: red, blue. Hex color #886688 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886688 is #779977. Grayscale: #737373. Windows color (decimal): -7838072 or 8939144. OLE color: 8939144.

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

Color convert

RGB 136 102 136 -
CMYK 0 0.25 0 0.47
HSL 300º 0.14% 0.47% -
HSV(B) 300º 0.25% 0.53% -
XYZ 19.35 16.51 25.46 -
YUV 116.04 139.26 142.24 -
System Red Green Blue C M Y K H S L
Decimal 136 102 136 0 0.25 0 0.47 300 0.14 0.47
Hex 88 66 88 0 19 0 2F 12C E 2F
Octal 210 146 210 0 31 0 57 454 16 57
Binary 10001000 1100110 10001000 0 11001 0 101111 100101100 1110 101111

Color Harmonies of #886688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886688

Black with #886688

Text Example


Text Example

White with #886688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886688; }

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

 H1.HeaderClassName
 {
   color: #886688;
 }
 .AnyTagClassName
 {
   color: #886688;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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