#84566A

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

Shades of Cannon Pink #84566A

Tints of Cannon Pink #84566A

Color information

#84566A (or 0x84566A) is unknown color: approx Cannon Pink. HEX triplet: 84, 56 and 6A. RGB value is (132,86,106). Sum of RGB (Red+Green+Blue) = 132+86+106=324 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.74% from 324); Green value is 86 (33.98% from 255 or 26.54% from 324); Blue value is 106 (41.80% from 255 or 32.72% from 324); Max value from RGB is 132 - color contains mainly: red. Hex color #84566A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84566A is #7BA995. Grayscale: #666666. Windows color (decimal): -8104342 or 6968964. OLE color: 6968964.

HSL color Cylindrical-coordinate representation of color #84566A: hue angle of 333.91º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #84566A is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB13286106-
CMYK00.350.200.48
HSL333.91º21.1%42.75%-
HSV(B)333.91º34.85%51.76%-
XYZ15.4512.615.25-
YUV102.03130.24149.37-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.74%
GREEN value IS 86 (33.98% from 255) = 26.54%
BLUE value IS 106 (41.80% from 255) = 32.72%
R=40.74%
G=26.54%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1328610600.350.200.48333.9121.142.75
Hex84566A023143014e152b
Octal20412615204324605162553
Binary100001001010110110101001000111010011000010100111010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84566A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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