Html Css Color HEX #886682 Trendy Pink

📋 copy color: '#886682'

red 136 ◦ green 102 ◦ blue 130

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

Shades of Trendy Pink #886682

Tints of Trendy Pink #886682

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 value IS 0

 M value IS 0.25

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#886682 (or 0x886682) is known color: 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

RGB 136 102 130 -
CMYK 0 0.25 0.04 0.47
HSL 310.59º 0.14% 0.47% -
HSV(B) 310.59º 0.25% 0.53% -
XYZ 18.93 16.35 23.28 -
YUV 115.36 136.26 142.72 -
System Red Green Blue C M Y K H S L
Decimal 136 102 130 0 0.25 0.04 0.47 310.59 0.14 0.47
Hex 88 66 82 0 19 4 2F 137 E 2F
Octal 210 146 202 0 31 4 57 467 16 57
Binary 10001000 1100110 10000010 0 11001 100 101111 100110111 1110 101111

Color Harmonies of #886682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886682

Black with #886682

Text Example


Text Example

White with #886682

Text Example


Text Example

HTML Codes & Css Web 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>