#845062

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

Shades of Cannon Pink #845062

Tints of Cannon Pink #845062

Color information

#845062 (or 0x845062) is unknown color: approx Cannon Pink. HEX triplet: 84, 50 and 62. RGB value is (132,80,98). Sum of RGB (Red+Green+Blue) = 132+80+98=310 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.58% from 310); Green value is 80 (31.64% from 255 or 25.81% from 310); Blue value is 98 (38.67% from 255 or 31.61% from 310); Max value from RGB is 132 - color contains mainly: red. Hex color #845062 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845062 is #7BAF9D. Grayscale: #616161. Windows color (decimal): -8105886 or 6443140. OLE color: 6443140.

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

Color convert

RGB1328098-
CMYK00.390.260.48
HSL339.23º24.53%41.57%-
HSV(B)339.23º39.39%51.76%-
XYZ14.5911.5213.01-
YUV97.6128.23152.54-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.58%
GREEN value IS 80 (31.64% from 255) = 25.81%
BLUE value IS 98 (38.67% from 255) = 31.61%
R=42.58%
G=25.81%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.26
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132809800.390.260.48339.2324.5341.57
Hex8450620271A30153192a
Octal20412014204732605233152
Binary100001001010000110001001001111101011000010101001111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845062; }

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

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

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

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

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

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

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

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