Html Css Color HEX #886685 Trendy Pink

📋 copy color: '#886685'

red 136 ◦ green 102 ◦ blue 133

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

Shades of Trendy Pink #886685

Tints of Trendy Pink #886685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 35.85%

R = 36.66%
G = 27.49%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.02

 K value IS 0.47

RGB Variations

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

Color information

#886685 (or 0x886685) is known color: Trendy Pink. HEX triplet: 88, 66 and 85. RGB value is (136,102,133). Sum of RGB (Red+Green+Blue) = 136+102+133=371 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.66% from 371); Green value is 102 (40.23% from 255 or 27.49% from 371); Blue value is 133 (52.34% from 255 or 35.85% from 371); Max value from RGB is 136 - color contains mainly: red. Hex color #886685 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886685 is #77997A. Grayscale: #737373. Windows color (decimal): -7838075 or 8742536. OLE color: 8742536.

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

Color convert

RGB 136 102 133 -
CMYK 0 0.25 0.02 0.47
HSL 305.29º 0.14% 0.47% -
HSV(B) 305.29º 0.25% 0.53% -
XYZ 19.14 16.43 24.35 -
YUV 115.7 137.76 142.48 -
System Red Green Blue C M Y K H S L
Decimal 136 102 133 0 0.25 0.02 0.47 305.29 0.14 0.47
Hex 88 66 85 0 19 2 2F 131 E 2F
Octal 210 146 205 0 31 2 57 461 16 57
Binary 10001000 1100110 10000101 0 11001 10 101111 100110001 1110 101111

Color Harmonies of #886685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886685

Black with #886685

Text Example


Text Example

White with #886685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886685; }

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

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

background-color css

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

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

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

border-color css

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

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

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