#845566

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

Shades of Cannon Pink #845566

Tints of Cannon Pink #845566

Color information

#845566 (or 0x845566) is unknown color: approx Cannon Pink. HEX triplet: 84, 55 and 66. RGB value is (132,85,102). Sum of RGB (Red+Green+Blue) = 132+85+102=319 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.38% from 319); Green value is 85 (33.59% from 255 or 26.65% from 319); Blue value is 102 (40.23% from 255 or 31.97% from 319); Max value from RGB is 132 - color contains mainly: red. Hex color #845566 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845566 is #7BAA99. Grayscale: #646464. Windows color (decimal): -8104602 or 6706564. OLE color: 6706564.

HSL color Cylindrical-coordinate representation of color #845566: hue angle of 338.3º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #845566 is Cyan = 0, Magento = 0.36, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB13285102-
CMYK00.360.230.48
HSL338.3º21.66%42.55%-
HSV(B)338.3º35.61%51.76%-
XYZ15.1612.3614.16-
YUV100.99128.57150.12-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 41.38%
GREEN value IS 85 (33.59% from 255) = 26.65%
BLUE value IS 102 (40.23% from 255) = 31.97%
R=41.38%
G=26.65%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1328510200.360.230.48338.321.6642.55
Hex8455660241730152162b
Octal20412514604427605222653
Binary100001001010101110011001001001011111000010101001010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845566; }

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

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

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

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

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

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

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

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