#885692

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

Shades of Trendy Pink #885692

Tints of Trendy Pink #885692

Color information

#885692 (or 0x885692) is unknown color: approx Trendy Pink. HEX triplet: 88, 56 and 92. RGB value is (136,86,146). Sum of RGB (Red+Green+Blue) = 136+86+146=368 (48% of max value = 765). Red value is 136 (53.52% from 255 or 36.96% from 368); Green value is 86 (33.98% from 255 or 23.37% from 368); Blue value is 146 (57.42% from 255 or 39.67% from 368); Max value from RGB is 146 - color contains mainly: blue. Hex color #885692 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885692 is #77A96D. Grayscale: #6B6B6B. Windows color (decimal): -7842158 or 9590408. OLE color: 9590408.

HSL color Cylindrical-coordinate representation of color #885692: hue angle of 290º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #885692 is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB13686146-
CMYK0.070.4100.43
HSL290º25.86%45.49%-
HSV(B)290º41.1%57.25%-
XYZ18.6713.9728.91-
YUV107.79149.56148.12-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.96%
GREEN value IS 86 (33.98% from 255) = 23.37%
BLUE value IS 146 (57.42% from 255) = 39.67%
R=36.96%
G=23.37%
B=39.67%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal136861460.070.4100.4329025.8645.49
Hex88569272902B1221a2d
Octal2101262227510534423255
Binary10001000101011010010010111101001010101110010001011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885692; }

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

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

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

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

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

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

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

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