#885492

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

Shades of Trendy Pink #885492

Tints of Trendy Pink #885492

Color information

#885492 (or 0x885492) is unknown color: approx Trendy Pink. HEX triplet: 88, 54 and 92. RGB value is (136,84,146). Sum of RGB (Red+Green+Blue) = 136+84+146=366 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.16% from 366); Green value is 84 (33.20% from 255 or 22.95% from 366); Blue value is 146 (57.42% from 255 or 39.89% from 366); Max value from RGB is 146 - color contains mainly: blue. Hex color #885492 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885492 is #77AB6D. Grayscale: #6A6A6A. Windows color (decimal): -7842670 or 9589896. OLE color: 9589896.

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

Color convert

RGB13684146-
CMYK0.070.4200.43
HSL290.32º26.96%45.1%-
HSV(B)290.32º42.47%57.25%-
XYZ18.5113.6528.85-
YUV106.62150.23148.96-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.16%
GREEN value IS 84 (33.20% from 255) = 22.95%
BLUE value IS 146 (57.42% from 255) = 39.89%
R=37.16%
G=22.95%
B=39.89%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal136841460.070.4200.43290.3226.9645.1
Hex88549272A02B1221b2d
Octal2101242227520534423355
Binary10001000101010010010010111101010010101110010001011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885492; }

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

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

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

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

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

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

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

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