#8C6186

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

Shades of Trendy Pink #8C6186

Tints of Trendy Pink #8C6186

Color information

#8C6186 (or 0x8C6186) is unknown color: approx Trendy Pink. HEX triplet: 8C, 61 and 86. RGB value is (140,97,134). Sum of RGB (Red+Green+Blue) = 140+97+134=371 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.74% from 371); Green value is 97 (38.28% from 255 or 26.15% from 371); Blue value is 134 (52.73% from 255 or 36.12% from 371); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6186 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C6186 is #739E79. Grayscale: #717171. Windows color (decimal): -7577210 or 8806796. OLE color: 8806796.

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

Color convert

RGB14097134-
CMYK00.310.040.45
HSL308.37º18.14%46.47%-
HSV(B)308.37º30.71%54.9%-
XYZ19.3915.8524.59-
YUV114.08139.25146.49-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 37.74%
GREEN value IS 97 (38.28% from 255) = 26.15%
BLUE value IS 134 (52.73% from 255) = 36.12%
R=37.74%
G=26.15%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1409713400.310.040.45308.3718.1446.47
Hex8C618601F42D134122e
Octal2141412060374554642256
Binary1000110011000011000011001111110010110110011010010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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