Html Css Color HEX #8C6686 Trendy Pink

📋 copy color: '#8C6686'

red 140 ◦ green 102 ◦ blue 134

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

Shades of Trendy Pink #8C6686

Tints of Trendy Pink #8C6686

RGB

 RED value IS 140 (55.08% from 255) = 37.23%

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

 BLUE value IS 134 (52.73% from 255) = 35.64%

R = 37.23%
G = 27.13%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.04

 K value IS 0.45

RGB Variations

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

Color information

#8C6686 (or 0x8C6686) is known color: Trendy Pink. HEX triplet: 8C, 66 and 86. RGB value is (140,102,134). Sum of RGB (Red+Green+Blue) = 140+102+134=376 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.23% from 376); Green value is 102 (40.23% from 255 or 27.13% from 376); Blue value is 134 (52.73% from 255 or 35.64% from 376); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6686 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C6686 is #739979. Grayscale: #747474. Windows color (decimal): -7575930 or 8808076. OLE color: 8808076.

HSL color Cylindrical-coordinate representation of color #8C6686: hue angle of 309.47º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8C6686 is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 102 134 -
CMYK 0 0.27 0.04 0.45
HSL 309.47º 0.16% 0.47% -
HSV(B) 309.47º 0.27% 0.55% -
XYZ 19.87 16.8 24.75 -
YUV 117.01 137.59 144.4 -
System Red Green Blue C M Y K H S L
Decimal 140 102 134 0 0.27 0.04 0.45 309.47 0.16 0.47
Hex 8C 66 86 0 1B 4 2D 135 10 2F
Octal 214 146 206 0 33 4 55 465 20 57
Binary 10001100 1100110 10000110 0 11011 100 101101 100110101 10000 101111

Color Harmonies of #8C6686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6686

Black with #8C6686

Text Example


Text Example

White with #8C6686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C6686; }

 p { color: rgb(140,102,134); }

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

background-color css

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

 a { background-color: rgb(140,102,134); }

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

border-color css

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

 span { border-color: rgb(140,102,134); }

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