Html Css Color HEX #88698D Trendy Pink

📋 copy color: '#88698D'

red 136 ◦ green 105 ◦ blue 141

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

Shades of Trendy Pink #88698D

Tints of Trendy Pink #88698D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.49%

 BLUE value IS 141 (55.47% from 255) = 36.91%

R = 35.6%
G = 27.49%
B = 36.91%

CMYK

 C value IS 0.04

 M value IS 0.26

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#88698D (or 0x88698D) is known color: Trendy Pink. HEX triplet: 88, 69 and 8D. RGB value is (136,105,141). Sum of RGB (Red+Green+Blue) = 136+105+141=382 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.60% from 382); Green value is 105 (41.41% from 255 or 27.49% from 382); Blue value is 141 (55.47% from 255 or 36.91% from 382); Max value from RGB is 141 - color contains mainly: blue. Hex color #88698D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88698D is #779672. Grayscale: #767676. Windows color (decimal): -7837299 or 9267592. OLE color: 9267592.

HSL color Cylindrical-coordinate representation of color #88698D: hue angle of 291.67º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #88698D is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 136 105 141 -
CMYK 0.04 0.26 0 0.45
HSL 291.67º 0.15% 0.48% -
HSV(B) 291.67º 0.26% 0.55% -
XYZ 20.01 17.26 27.48 -
YUV 118.37 140.77 140.57 -
System Red Green Blue C M Y K H S L
Decimal 136 105 141 0.04 0.26 0 0.45 291.67 0.15 0.48
Hex 88 69 8D 4 1A 0 2D 124 F 30
Octal 210 151 215 4 32 0 55 444 17 60
Binary 10001000 1101001 10001101 100 11010 0 101101 100100100 1111 110000

Color Harmonies of #88698D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88698D

Black with #88698D

Text Example


Text Example

White with #88698D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88698D; }

 p { color: rgb(136,105,141); }

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

background-color css

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

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

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

border-color css

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

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

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