#845368

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

Shades of Cannon Pink #845368

Tints of Cannon Pink #845368

Color information

#845368 (or 0x845368) is unknown color: approx Cannon Pink. HEX triplet: 84, 53 and 68. RGB value is (132,83,104). Sum of RGB (Red+Green+Blue) = 132+83+104=319 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.38% from 319); Green value is 83 (32.81% from 255 or 26.02% from 319); Blue value is 104 (41.02% from 255 or 32.60% from 319); Max value from RGB is 132 - color contains mainly: red. Hex color #845368 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845368 is #7BAC97. Grayscale: #646464. Windows color (decimal): -8105112 or 6837124. OLE color: 6837124.

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

Color convert

RGB13283104-
CMYK00.370.210.48
HSL334.29º22.79%42.16%-
HSV(B)334.29º37.12%51.76%-
XYZ15.1112.0914.63-
YUV100.04130.23150.79-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 41.38%
GREEN value IS 83 (32.81% from 255) = 26.02%
BLUE value IS 104 (41.02% from 255) = 32.60%
R=41.38%
G=26.02%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.21
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1328310400.370.210.48334.2922.7942.16
Hex845368025153014e172a
Octal20412315004525605162752
Binary100001001010011110100001001011010111000010100111010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845368; }

 p { color: rgb(132,83,104); }

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

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

 a { background-color: rgb(132,83,104); }

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

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

 span { border-color: rgb(132,83,104); }

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