#885683

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

Shades of Trendy Pink #885683

Tints of Trendy Pink #885683

Color information

#885683 (or 0x885683) is unknown color: approx Trendy Pink. HEX triplet: 88, 56 and 83. RGB value is (136,86,131). Sum of RGB (Red+Green+Blue) = 136+86+131=353 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.53% from 353); Green value is 86 (33.98% from 255 or 24.36% from 353); Blue value is 131 (51.56% from 255 or 37.11% from 353); Max value from RGB is 136 - color contains mainly: red. Hex color #885683 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885683 is #77A97C. Grayscale: #696969. Windows color (decimal): -7842173 or 8607368. OLE color: 8607368.

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

Color convert

RGB13686131-
CMYK00.370.040.47
HSL306º22.52%43.53%-
HSV(B)306º36.76%53.33%-
XYZ17.5813.5323.16-
YUV106.08142.06149.34-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.53%
GREEN value IS 86 (33.98% from 255) = 24.36%
BLUE value IS 131 (51.56% from 255) = 37.11%
R=38.53%
G=24.36%
B=37.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1368613100.370.040.4730622.5243.53
Hex88568302542F132172c
Octal2101262030454574622754
Binary10001000101011010000011010010110010111110011001010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885683; }

 p { color: rgb(136,86,131); }

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

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

 a { background-color: rgb(136,86,131); }

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

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

 span { border-color: rgb(136,86,131); }

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