Html Css Color HEX #886A85 Trendy Pink

📋 copy color: '#886A85'

red 136 ◦ green 106 ◦ blue 133

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

Shades of Trendy Pink #886A85

Tints of Trendy Pink #886A85

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.27%

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

R = 36.27%
G = 28.27%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.02

 K value IS 0.47

RGB Variations

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

Color information

#886A85 (or 0x886A85) is known color: Trendy Pink. HEX triplet: 88, 6A and 85. RGB value is (136,106,133). Sum of RGB (Red+Green+Blue) = 136+106+133=375 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.27% from 375); Green value is 106 (41.80% from 255 or 28.27% from 375); Blue value is 133 (52.34% from 255 or 35.47% from 375); Max value from RGB is 136 - color contains mainly: red. Hex color #886A85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886A85 is #77957A. Grayscale: #757575. Windows color (decimal): -7837051 or 8743560. OLE color: 8743560.

HSL color Cylindrical-coordinate representation of color #886A85: hue angle of 306º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #886A85 is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 106 133 -
CMYK 0 0.22 0.02 0.47
HSL 306º 0.12% 0.47% -
HSV(B) 306º 0.22% 0.53% -
XYZ 19.54 17.24 24.49 -
YUV 118.05 136.44 140.8 -
System Red Green Blue C M Y K H S L
Decimal 136 106 133 0 0.22 0.02 0.47 306 0.12 0.47
Hex 88 6A 85 0 16 2 2F 132 C 2F
Octal 210 152 205 0 26 2 57 462 14 57
Binary 10001000 1101010 10000101 0 10110 10 101111 100110010 1100 101111

Color Harmonies of #886A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886A85

Black with #886A85

Text Example


Text Example

White with #886A85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886A85; }

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

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

background-color css

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

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

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

border-color css

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

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

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