#845964

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

Shades of Cannon Pink #845964

Tints of Cannon Pink #845964

Color information

#845964 (or 0x845964) is unknown color: approx Cannon Pink. HEX triplet: 84, 59 and 64. RGB value is (132,89,100). Sum of RGB (Red+Green+Blue) = 132+89+100=321 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.12% from 321); Green value is 89 (35.16% from 255 or 27.73% from 321); Blue value is 100 (39.45% from 255 or 31.15% from 321); Max value from RGB is 132 - color contains mainly: red. Hex color #845964 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845964 is #7BA69B. Grayscale: #676767. Windows color (decimal): -8103580 or 6576516. OLE color: 6576516.

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

Color convert

RGB13289100-
CMYK00.330.240.48
HSL344.65º19.46%43.33%-
HSV(B)344.65º32.58%51.76%-
XYZ15.3912.9713.75-
YUV103.11126.25148.61-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 41.12%
GREEN value IS 89 (35.16% from 255) = 27.73%
BLUE value IS 100 (39.45% from 255) = 31.15%
R=41.12%
G=27.73%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.24
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1328910000.330.240.48344.6519.4643.33
Hex8459640211830159132b
Octal20413114404130605312353
Binary100001001011001110010001000011100011000010101100110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845964; }

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

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

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

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

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

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

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

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