#866F88

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

Shades of Trendy Pink #866F88

Tints of Trendy Pink #866F88

Color information

#866F88 (or 0x866F88) is unknown color: approx Trendy Pink. HEX triplet: 86, 6F and 88. RGB value is (134,111,136). Sum of RGB (Red+Green+Blue) = 134+111+136=381 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.17% from 381); Green value is 111 (43.75% from 255 or 29.13% from 381); Blue value is 136 (53.52% from 255 or 35.70% from 381); Max value from RGB is 136 - color contains mainly: blue. Hex color #866F88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #866F88 is #799077. Grayscale: #787878. Windows color (decimal): -7966840 or 8941446. OLE color: 8941446.

HSL color Cylindrical-coordinate representation of color #866F88: hue angle of 295.2º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #866F88 is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB134111136-
CMYK0.010.1800.47
HSL295.2º10.12%48.43%-
HSV(B)295.2º18.38%53.33%-
XYZ19.9618.2125.76-
YUV120.73136.62137.47-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.17%
GREEN value IS 111 (43.75% from 255) = 29.13%
BLUE value IS 136 (53.52% from 255) = 35.70%
R=35.17%
G=29.13%
B=35.70%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341111360.010.1800.47295.210.1248.43
Hex866F8811202F127a30
Octal2061572101220574471260
Binary1000011011011111000100011001001011111001001111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866F88; }

 p { color: rgb(134,111,136); }

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

<style>
 a { background-color: #866F88; }

 a { background-color: rgb(134,111,136); }

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

<style>
 span { border-color: #866F88; }

 span { border-color: rgb(134,111,136); }

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