#846088

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

Shades of Trendy Pink #846088

Tints of Trendy Pink #846088

Color information

#846088 (or 0x846088) is unknown color: approx Trendy Pink. HEX triplet: 84, 60 and 88. RGB value is (132,96,136). Sum of RGB (Red+Green+Blue) = 132+96+136=364 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.26% from 364); Green value is 96 (37.89% from 255 or 26.37% from 364); Blue value is 136 (53.52% from 255 or 37.36% from 364); Max value from RGB is 136 - color contains mainly: blue. Hex color #846088 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846088 is #7B9F77. Grayscale: #6F6F6F. Windows color (decimal): -8101752 or 8937604. OLE color: 8937604.

HSL color Cylindrical-coordinate representation of color #846088: hue angle of 294º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #846088 is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB13296136-
CMYK0.030.2900.47
HSL294º17.24%45.49%-
HSV(B)294º29.41%53.33%-
XYZ18.1415.0525.24-
YUV111.32141.93142.75-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.26%
GREEN value IS 96 (37.89% from 255) = 26.37%
BLUE value IS 136 (53.52% from 255) = 37.36%
R=36.26%
G=26.37%
B=37.36%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal132961360.030.2900.4729417.2445.49
Hex84608831D02F126112d
Octal2041402103350574462155
Binary100001001100000100010001111101010111110010011010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846088; }

 p { color: rgb(132,96,136); }

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

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

 a { background-color: rgb(132,96,136); }

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

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

 span { border-color: rgb(132,96,136); }

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