#84495C

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

Shades of Cannon Pink #84495C

Tints of Cannon Pink #84495C

Color information

#84495C (or 0x84495C) is unknown color: approx Cannon Pink. HEX triplet: 84, 49 and 5C. RGB value is (132,73,92). Sum of RGB (Red+Green+Blue) = 132+73+92=297 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.44% from 297); Green value is 73 (28.91% from 255 or 24.58% from 297); Blue value is 92 (36.33% from 255 or 30.98% from 297); Max value from RGB is 132 - color contains mainly: red. Hex color #84495C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84495C is #7BB6A3. Grayscale: #5C5C5C. Windows color (decimal): -8107684 or 6048132. OLE color: 6048132.

HSL color Cylindrical-coordinate representation of color #84495C: hue angle of 340.68º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #84495C is Cyan = 0, Magento = 0.45, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB1327392-
CMYK00.450.300.48
HSL340.68º28.78%40.2%-
HSV(B)340.68º44.7%51.76%-
XYZ13.8310.4411.41-
YUV92.81127.55155.96-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.44%
GREEN value IS 73 (28.91% from 255) = 24.58%
BLUE value IS 92 (36.33% from 255) = 30.98%
R=44.44%
G=24.58%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132739200.450.300.48340.6828.7840.2
Hex84495C02D1E301551d28
Octal20411113405536605253550
Binary100001001001001101110001011011111011000010101010111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84495C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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