#84495A

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

Shades of Cannon Pink #84495A

Tints of Cannon Pink #84495A

Color information

#84495A (or 0x84495A) is unknown color: approx Cannon Pink. HEX triplet: 84, 49 and 5A. RGB value is (132,73,90). Sum of RGB (Red+Green+Blue) = 132+73+90=295 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.75% from 295); Green value is 73 (28.91% from 255 or 24.75% from 295); Blue value is 90 (35.55% from 255 or 30.51% from 295); Max value from RGB is 132 - color contains mainly: red. Hex color #84495A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84495A is #7BB6A5. Grayscale: #5C5C5C. Windows color (decimal): -8107686 or 5917060. OLE color: 5917060.

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

Color convert

RGB1327390-
CMYK00.450.320.48
HSL342.71º28.78%40.2%-
HSV(B)342.71º44.7%51.76%-
XYZ13.7410.4110.96-
YUV92.58126.55156.12-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.75%
GREEN value IS 73 (28.91% from 255) = 24.75%
BLUE value IS 90 (35.55% from 255) = 30.51%
R=44.75%
G=24.75%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.32
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132739000.450.320.48342.7128.7840.2
Hex84495A02D20301571d28
Octal20411113205540605273550
Binary1000010010010011011010010110110000011000010101011111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84495A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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