#846688

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

Shades of Trendy Pink #846688

Tints of Trendy Pink #846688

Color information

#846688 (or 0x846688) is unknown color: approx Trendy Pink. HEX triplet: 84, 66 and 88. RGB value is (132,102,136). Sum of RGB (Red+Green+Blue) = 132+102+136=370 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.68% from 370); Green value is 102 (40.23% from 255 or 27.57% from 370); Blue value is 136 (53.52% from 255 or 36.76% from 370); Max value from RGB is 136 - color contains mainly: blue. Hex color #846688 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846688 is #7B9977. Grayscale: #727272. Windows color (decimal): -8100216 or 8939140. OLE color: 8939140.

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

Color convert

RGB132102136-
CMYK0.030.2500.47
HSL292.94º14.29%46.67%-
HSV(B)292.94º25%53.33%-
XYZ18.7116.1925.43-
YUV114.85139.94140.24-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.68%
GREEN value IS 102 (40.23% from 255) = 27.57%
BLUE value IS 136 (53.52% from 255) = 36.76%
R=35.68%
G=27.57%
B=36.76%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1321021360.030.2500.47292.9414.2946.67
Hex84668831902F125e2f
Octal2041462103310574451657
Binary10000100110011010001000111100101011111001001011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846688; }

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

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

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

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

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

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

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

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