#8C6786

Color #8C6786 Trendy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Pink #8C6786

Tints of Trendy Pink #8C6786

Color information

#8C6786 (or 0x8C6786) is unknown color: approx Trendy Pink. HEX triplet: 8C, 67 and 86. RGB value is (140,103,134). Sum of RGB (Red+Green+Blue) = 140+103+134=377 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.14% from 377); Green value is 103 (40.62% from 255 or 27.32% from 377); Blue value is 134 (52.73% from 255 or 35.54% from 377); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6786 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C6786 is #739879. Grayscale: #757575. Windows color (decimal): -7575674 or 8808332. OLE color: 8808332.

HSL color Cylindrical-coordinate representation of color #8C6786: hue angle of 309.73º 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 #8C6786 is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB140103134-
CMYK00.260.040.45
HSL309.73º15.23%47.65%-
HSV(B)309.73º26.43%54.9%-
XYZ19.971724.78-
YUV117.6137.26143.98-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 37.14%
GREEN value IS 103 (40.62% from 255) = 27.32%
BLUE value IS 134 (52.73% from 255) = 35.54%
R=37.14%
G=27.32%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14010313400.260.040.45309.7315.2347.65
Hex8C678601A42D136f30
Octal2141472060324554661760
Binary100011001100111100001100110101001011011001101101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8C6786;
 }
 .AnyTagClassName
 {
   color: #8C6786;
 }
</style>
background-color css

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

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

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

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

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

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