#845A6C

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

Shades of Cannon Pink #845A6C

Tints of Cannon Pink #845A6C

Color information

#845A6C (or 0x845A6C) is unknown color: approx Cannon Pink. HEX triplet: 84, 5A and 6C. RGB value is (132,90,108). Sum of RGB (Red+Green+Blue) = 132+90+108=330 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40% from 330); Green value is 90 (35.55% from 255 or 27.27% from 330); Blue value is 108 (42.58% from 255 or 32.73% from 330); Max value from RGB is 132 - color contains mainly: red. Hex color #845A6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845A6C is #7BA593. Grayscale: #686868. Windows color (decimal): -8103316 or 7101060. OLE color: 7101060.

HSL color Cylindrical-coordinate representation of color #845A6C: hue angle of 334.29º 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 #845A6C is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB13290108-
CMYK00.320.180.48
HSL334.29º18.92%43.53%-
HSV(B)334.29º31.82%51.76%-
XYZ15.8813.315.92-
YUV104.61129.91147.54-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40%
GREEN value IS 90 (35.55% from 255) = 27.27%
BLUE value IS 108 (42.58% from 255) = 32.73%
R=40%
G=27.27%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1329010800.320.180.48334.2918.9243.53
Hex845A6C020123014e132c
Octal20413215404022605162354
Binary100001001011010110110001000001001011000010100111010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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