#886985

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

Shades of Trendy Pink #886985

Tints of Trendy Pink #886985

Color information

#886985 (or 0x886985) is unknown color: approx Trendy Pink. HEX triplet: 88, 69 and 85. RGB value is (136,105,133). Sum of RGB (Red+Green+Blue) = 136+105+133=374 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.36% from 374); Green value is 105 (41.41% from 255 or 28.07% from 374); Blue value is 133 (52.34% from 255 or 35.56% from 374); Max value from RGB is 136 - color contains mainly: red. Hex color #886985 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886985 is #77967A. Grayscale: #757575. Windows color (decimal): -7837307 or 8743304. OLE color: 8743304.

HSL color Cylindrical-coordinate representation of color #886985: hue angle of 305.81º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #886985 is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB136105133-
CMYK00.230.020.47
HSL305.81º12.86%47.25%-
HSV(B)305.81º22.79%53.33%-
XYZ19.4417.0324.45-
YUV117.46136.77141.22-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.36%
GREEN value IS 105 (41.41% from 255) = 28.07%
BLUE value IS 133 (52.34% from 255) = 35.56%
R=36.36%
G=28.07%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13610513300.230.020.47305.8112.8647.25
Hex88698501722F132d2f
Octal2101512050272574621557
Binary10001000110100110000101010111101011111001100101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886985; }

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

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

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

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

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

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

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

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