#84596C

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

Shades of Cannon Pink #84596C

Tints of Cannon Pink #84596C

Color information

#84596C (or 0x84596C) is unknown color: approx Cannon Pink. HEX triplet: 84, 59 and 6C. RGB value is (132,89,108). Sum of RGB (Red+Green+Blue) = 132+89+108=329 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.12% from 329); Green value is 89 (35.16% from 255 or 27.05% from 329); Blue value is 108 (42.58% from 255 or 32.83% from 329); Max value from RGB is 132 - color contains mainly: red. Hex color #84596C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84596C is #7BA693. Grayscale: #676767. Windows color (decimal): -8103572 or 7100804. OLE color: 7100804.

HSL color Cylindrical-coordinate representation of color #84596C: hue angle of 333.49º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #84596C is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB13289108-
CMYK00.330.180.48
HSL333.49º19.46%43.33%-
HSV(B)333.49º32.58%51.76%-
XYZ15.7913.1315.89-
YUV104.02130.25147.96-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.12%
GREEN value IS 89 (35.16% from 255) = 27.05%
BLUE value IS 108 (42.58% from 255) = 32.83%
R=40.12%
G=27.05%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1328910800.330.180.48333.4919.4643.33
Hex84596C021123014d132b
Octal20413115404122605152353
Binary100001001011001110110001000011001011000010100110110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84596C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84596C; }

 p { color: rgb(132,89,108); }

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

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

 a { background-color: rgb(132,89,108); }

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

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

 span { border-color: rgb(132,89,108); }

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