#84586A

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

Shades of Cannon Pink #84586A

Tints of Cannon Pink #84586A

Color information

#84586A (or 0x84586A) is unknown color: approx Cannon Pink. HEX triplet: 84, 58 and 6A. RGB value is (132,88,106). Sum of RGB (Red+Green+Blue) = 132+88+106=326 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.49% from 326); Green value is 88 (34.77% from 255 or 26.99% from 326); Blue value is 106 (41.80% from 255 or 32.52% from 326); Max value from RGB is 132 - color contains mainly: red. Hex color #84586A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84586A is #7BA795. Grayscale: #676767. Windows color (decimal): -8103830 or 6969476. OLE color: 6969476.

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

Color convert

RGB13288106-
CMYK00.330.200.48
HSL335.45º20%43.14%-
HSV(B)335.45º33.33%51.76%-
XYZ15.6112.9315.31-
YUV103.21129.58148.54-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.49%
GREEN value IS 88 (34.77% from 255) = 26.99%
BLUE value IS 106 (41.80% from 255) = 32.52%
R=40.49%
G=26.99%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1328810600.330.200.48335.452043.14
Hex84586A021143014f142b
Octal20413015204124605172453
Binary100001001011000110101001000011010011000010100111110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84586A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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