#845560

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

Shades of Cannon Pink #845560

Tints of Cannon Pink #845560

Color information

#845560 (or 0x845560) is unknown color: approx Cannon Pink. HEX triplet: 84, 55 and 60. RGB value is (132,85,96). Sum of RGB (Red+Green+Blue) = 132+85+96=313 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.17% from 313); Green value is 85 (33.59% from 255 or 27.16% from 313); Blue value is 96 (37.89% from 255 or 30.67% from 313); Max value from RGB is 132 - color contains mainly: red. Hex color #845560 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845560 is #7BAA9F. Grayscale: #646464. Windows color (decimal): -8104608 or 6313348. OLE color: 6313348.

HSL color Cylindrical-coordinate representation of color #845560: hue angle of 345.96º 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 #845560 is Cyan = 0, Magento = 0.36, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB1328596-
CMYK00.360.270.48
HSL345.96º21.66%42.55%-
HSV(B)345.96º35.61%51.76%-
XYZ14.8812.2512.65-
YUV100.31125.57150.61-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.17%
GREEN value IS 85 (33.59% from 255) = 27.16%
BLUE value IS 96 (37.89% from 255) = 30.67%
R=42.17%
G=27.16%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132859600.360.270.48345.9621.6642.55
Hex8455600241B3015a162b
Octal20412514004433605322653
Binary100001001010101110000001001001101111000010101101010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845560; }

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

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

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

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

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

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

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

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