#845462

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

Shades of Cannon Pink #845462

Tints of Cannon Pink #845462

Color information

#845462 (or 0x845462) is unknown color: approx Cannon Pink. HEX triplet: 84, 54 and 62. RGB value is (132,84,98). Sum of RGB (Red+Green+Blue) = 132+84+98=314 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.04% from 314); Green value is 84 (33.20% from 255 or 26.75% from 314); Blue value is 98 (38.67% from 255 or 31.21% from 314); Max value from RGB is 132 - color contains mainly: red. Hex color #845462 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845462 is #7BAB9D. Grayscale: #636363. Windows color (decimal): -8104862 or 6444164. OLE color: 6444164.

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

Color convert

RGB1328498-
CMYK00.360.260.48
HSL342.5º22.22%42.35%-
HSV(B)342.5º36.36%51.76%-
XYZ14.8912.1313.11-
YUV99.95126.9150.86-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.04%
GREEN value IS 84 (33.20% from 255) = 26.75%
BLUE value IS 98 (38.67% from 255) = 31.21%
R=42.04%
G=26.75%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.26
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132849800.360.260.48342.522.2242.35
Hex8454620241A30156162a
Octal20412414204432605262652
Binary100001001010100110001001001001101011000010101011010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845462; }

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

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

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

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

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

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

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

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