#845160

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

Shades of Cannon Pink #845160

Tints of Cannon Pink #845160

Color information

#845160 (or 0x845160) is unknown color: approx Cannon Pink. HEX triplet: 84, 51 and 60. RGB value is (132,81,96). Sum of RGB (Red+Green+Blue) = 132+81+96=309 (40% of max value = 765). Red value is 132 (51.95% from 255 or 42.72% from 309); Green value is 81 (32.03% from 255 or 26.21% from 309); Blue value is 96 (37.89% from 255 or 31.07% from 309); Max value from RGB is 132 - color contains mainly: red. Hex color #845160 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845160 is #7BAE9F. Grayscale: #616161. Windows color (decimal): -8105632 or 6312324. OLE color: 6312324.

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

Color convert

RGB1328196-
CMYK00.390.270.48
HSL342.35º23.94%41.76%-
HSV(B)342.35º38.64%51.76%-
XYZ14.5711.6312.54-
YUV97.96126.9152.28-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.72%
GREEN value IS 81 (32.03% from 255) = 26.21%
BLUE value IS 96 (37.89% from 255) = 31.07%
R=42.72%
G=26.21%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132819600.390.270.48342.3523.9441.76
Hex8451600271B30156182a
Octal20412114004733605263052
Binary100001001010001110000001001111101111000010101011011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845160; }

 p { color: rgb(132,81,96); }

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

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

 a { background-color: rgb(132,81,96); }

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

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

 span { border-color: rgb(132,81,96); }

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