#845A6D

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

Shades of Cannon Pink #845A6D

Tints of Cannon Pink #845A6D

Color information

#845A6D (or 0x845A6D) is unknown color: approx Cannon Pink. HEX triplet: 84, 5A and 6D. RGB value is (132,90,109). Sum of RGB (Red+Green+Blue) = 132+90+109=331 (43% of max value = 765). Red value is 132 (51.95% from 255 or 39.88% from 331); Green value is 90 (35.55% from 255 or 27.19% from 331); Blue value is 109 (42.97% from 255 or 32.93% from 331); Max value from RGB is 132 - color contains mainly: red. Hex color #845A6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845A6D is #7BA592. Grayscale: #686868. Windows color (decimal): -8103315 or 7166596. OLE color: 7166596.

HSL color Cylindrical-coordinate representation of color #845A6D: hue angle of 332.86º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #845A6D is Cyan = 0, Magento = 0.32, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB13290109-
CMYK00.320.170.48
HSL332.86º18.92%43.53%-
HSV(B)332.86º31.82%51.76%-
XYZ15.9313.3216.2-
YUV104.72130.41147.46-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.88%
GREEN value IS 90 (35.55% from 255) = 27.19%
BLUE value IS 109 (42.97% from 255) = 32.93%
R=39.88%
G=27.19%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1329010900.320.170.48332.8618.9243.53
Hex845A6D020113014d132c
Octal20413215504021605152354
Binary100001001011010110110101000001000111000010100110110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845A6D; }

 p { color: rgb(132,90,109); }

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

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

 a { background-color: rgb(132,90,109); }

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

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

 span { border-color: rgb(132,90,109); }

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