#846188

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

Shades of Trendy Pink #846188

Tints of Trendy Pink #846188

Color information

#846188 (or 0x846188) is unknown color: approx Trendy Pink. HEX triplet: 84, 61 and 88. RGB value is (132,97,136). Sum of RGB (Red+Green+Blue) = 132+97+136=365 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.16% from 365); Green value is 97 (38.28% from 255 or 26.58% from 365); Blue value is 136 (53.52% from 255 or 37.26% from 365); Max value from RGB is 136 - color contains mainly: blue. Hex color #846188 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846188 is #7B9E77. Grayscale: #6F6F6F. Windows color (decimal): -8101496 or 8937860. OLE color: 8937860.

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

Color convert

RGB13297136-
CMYK0.030.2900.47
HSL293.85º16.74%45.69%-
HSV(B)293.85º28.68%53.33%-
XYZ18.2315.2325.27-
YUV111.91141.6142.33-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.16%
GREEN value IS 97 (38.28% from 255) = 26.58%
BLUE value IS 136 (53.52% from 255) = 37.26%
R=36.16%
G=26.58%
B=37.26%

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
Decimal132971360.030.2900.47293.8516.7445.69
Hex84618831D02F126112e
Octal2041412103350574462156
Binary100001001100001100010001111101010111110010011010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846188; }

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

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

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

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

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

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

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

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