#84555C

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

Shades of Cannon Pink #84555C

Tints of Cannon Pink #84555C

Color information

#84555C (or 0x84555C) is unknown color: approx Cannon Pink. HEX triplet: 84, 55 and 5C. RGB value is (132,85,92). Sum of RGB (Red+Green+Blue) = 132+85+92=309 (40% of max value = 765). Red value is 132 (51.95% from 255 or 42.72% from 309); Green value is 85 (33.59% from 255 or 27.51% from 309); Blue value is 92 (36.33% from 255 or 29.77% from 309); Max value from RGB is 132 - color contains mainly: red. Hex color #84555C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84555C is #7BAAA3. Grayscale: #636363. Windows color (decimal): -8104612 or 6051204. OLE color: 6051204.

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

Color convert

RGB1328592-
CMYK00.360.300.48
HSL351.06º21.66%42.55%-
HSV(B)351.06º35.61%51.76%-
XYZ14.712.1811.7-
YUV99.85123.57150.93-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.72%
GREEN value IS 85 (33.59% from 255) = 27.51%
BLUE value IS 92 (36.33% from 255) = 29.77%
R=42.72%
G=27.51%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132859200.360.300.48351.0621.6642.55
Hex84555C0241E3015f162b
Octal20412513404436605372653
Binary100001001010101101110001001001111011000010101111110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84555C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84555C; }

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

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

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

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

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

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

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

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