#84596A

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

Shades of Cannon Pink #84596A

Tints of Cannon Pink #84596A

Color information

#84596A (or 0x84596A) is unknown color: approx Cannon Pink. HEX triplet: 84, 59 and 6A. RGB value is (132,89,106). Sum of RGB (Red+Green+Blue) = 132+89+106=327 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.37% from 327); Green value is 89 (35.16% from 255 or 27.22% from 327); Blue value is 106 (41.80% from 255 or 32.42% from 327); Max value from RGB is 132 - color contains mainly: red. Hex color #84596A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84596A is #7BA695. Grayscale: #676767. Windows color (decimal): -8103574 or 6969732. OLE color: 6969732.

HSL color Cylindrical-coordinate representation of color #84596A: hue angle of 336.28º 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 #84596A is Cyan = 0, Magento = 0.33, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB13289106-
CMYK00.330.200.48
HSL336.28º19.46%43.33%-
HSV(B)336.28º32.58%51.76%-
XYZ15.6913.0915.34-
YUV103.79129.25148.12-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.37%
GREEN value IS 89 (35.16% from 255) = 27.22%
BLUE value IS 106 (41.80% from 255) = 32.42%
R=40.37%
G=27.22%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1328910600.330.200.48336.2819.4643.33
Hex84596A0211430150132b
Octal20413115204124605202353
Binary100001001011001110101001000011010011000010101000010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84596A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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