#84556A

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

Shades of Cannon Pink #84556A

Tints of Cannon Pink #84556A

Color information

#84556A (or 0x84556A) is unknown color: approx Cannon Pink. HEX triplet: 84, 55 and 6A. RGB value is (132,85,106). Sum of RGB (Red+Green+Blue) = 132+85+106=323 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.87% from 323); Green value is 85 (33.59% from 255 or 26.32% from 323); Blue value is 106 (41.80% from 255 or 32.82% from 323); Max value from RGB is 132 - color contains mainly: red. Hex color #84556A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84556A is #7BAA95. Grayscale: #656565. Windows color (decimal): -8104598 or 6968708. OLE color: 6968708.

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

Color convert

RGB13285106-
CMYK00.360.200.48
HSL333.19º21.66%42.55%-
HSV(B)333.19º35.61%51.76%-
XYZ15.3712.4415.23-
YUV101.45130.57149.79-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.87%
GREEN value IS 85 (33.59% from 255) = 26.32%
BLUE value IS 106 (41.80% from 255) = 32.82%
R=40.87%
G=26.32%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1328510600.360.200.48333.1921.6642.55
Hex84556A024143014d162b
Octal20412515204424605152653
Binary100001001010101110101001001001010011000010100110110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84556A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84556A; }

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

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

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

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

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

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

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

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