Html Css Color HEX #88698C Trendy Pink

📋 copy color: '#88698C'

red 136 ◦ green 105 ◦ blue 140

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

Shades of Trendy Pink #88698C

Tints of Trendy Pink #88698C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 36.75%

R = 35.7%
G = 27.56%
B = 36.75%

CMYK

 C value IS 0.03

 M value IS 0.25

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#88698C (or 0x88698C) is known color: Trendy Pink. HEX triplet: 88, 69 and 8C. RGB value is (136,105,140). Sum of RGB (Red+Green+Blue) = 136+105+140=381 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.70% from 381); Green value is 105 (41.41% from 255 or 27.56% from 381); Blue value is 140 (55.08% from 255 or 36.75% from 381); Max value from RGB is 140 - color contains mainly: blue. Hex color #88698C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88698C is #779673. Grayscale: #767676. Windows color (decimal): -7837300 or 9202056. OLE color: 9202056.

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

Color convert

RGB 136 105 140 -
CMYK 0.03 0.25 0 0.45
HSL 293.14º 0.14% 0.48% -
HSV(B) 293.14º 0.25% 0.55% -
XYZ 19.94 17.23 27.09 -
YUV 118.26 140.27 140.65 -
System Red Green Blue C M Y K H S L
Decimal 136 105 140 0.03 0.25 0 0.45 293.14 0.14 0.48
Hex 88 69 8C 3 19 0 2D 125 E 30
Octal 210 151 214 3 31 0 55 445 16 60
Binary 10001000 1101001 10001100 11 11001 0 101101 100100101 1110 110000

Color Harmonies of #88698C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88698C

Black with #88698C

Text Example


Text Example

White with #88698C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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