#845463

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

Shades of Cannon Pink #845463

Tints of Cannon Pink #845463

Color information

#845463 (or 0x845463) is unknown color: approx Cannon Pink. HEX triplet: 84, 54 and 63. RGB value is (132,84,99). Sum of RGB (Red+Green+Blue) = 132+84+99=315 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.90% from 315); Green value is 84 (33.20% from 255 or 26.67% from 315); Blue value is 99 (39.06% from 255 or 31.43% from 315); Max value from RGB is 132 - color contains mainly: red. Hex color #845463 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845463 is #7BAB9C. Grayscale: #646464. Windows color (decimal): -8104861 or 6509700. OLE color: 6509700.

HSL color Cylindrical-coordinate representation of color #845463: hue angle of 341.25º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #845463 is Cyan = 0, Magento = 0.36, Yellow = 0.25 and Black (K on CMYK) = 0.48.

Color convert

RGB1328499-
CMYK00.360.250.48
HSL341.25º22.22%42.35%-
HSV(B)341.25º36.36%51.76%-
XYZ14.9412.1513.36-
YUV100.06127.4150.78-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 41.90%
GREEN value IS 84 (33.20% from 255) = 26.67%
BLUE value IS 99 (39.06% from 255) = 31.43%
R=41.90%
G=26.67%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.25
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132849900.360.250.48341.2522.2242.35
Hex8454630241930155162a
Octal20412414304431605252652
Binary100001001010100110001101001001100111000010101010110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845463; }

 p { color: rgb(132,84,99); }

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

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

 a { background-color: rgb(132,84,99); }

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

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

 span { border-color: rgb(132,84,99); }

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