Html Css Color HEX #886684 Trendy Pink

📋 copy color: '#886684'

red 136 ◦ green 102 ◦ blue 132

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

Shades of Trendy Pink #886684

Tints of Trendy Pink #886684

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 35.68%

R = 36.76%
G = 27.57%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.03

 K value IS 0.47

RGB Variations

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

Color information

#886684 (or 0x886684) is known color: Trendy Pink. HEX triplet: 88, 66 and 84. RGB value is (136,102,132). Sum of RGB (Red+Green+Blue) = 136+102+132=370 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.76% from 370); Green value is 102 (40.23% from 255 or 27.57% from 370); Blue value is 132 (51.95% from 255 or 35.68% from 370); Max value from RGB is 136 - color contains mainly: red. Hex color #886684 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886684 is #77997B. Grayscale: #737373. Windows color (decimal): -7838076 or 8677000. OLE color: 8677000.

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

Color convert

RGB 136 102 132 -
CMYK 0 0.25 0.03 0.47
HSL 307.06º 0.14% 0.47% -
HSV(B) 307.06º 0.25% 0.53% -
XYZ 19.07 16.4 23.99 -
YUV 115.59 137.26 142.56 -
System Red Green Blue C M Y K H S L
Decimal 136 102 132 0 0.25 0.03 0.47 307.06 0.14 0.47
Hex 88 66 84 0 19 3 2F 133 E 2F
Octal 210 146 204 0 31 3 57 463 16 57
Binary 10001000 1100110 10000100 0 11001 11 101111 100110011 1110 101111

Color Harmonies of #886684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886684

Black with #886684

Text Example


Text Example

White with #886684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886684; }

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

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

background-color css

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

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

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

border-color css

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

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

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