#845A69

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

Shades of Cannon Pink #845A69

Tints of Cannon Pink #845A69

Color information

#845A69 (or 0x845A69) is unknown color: approx Cannon Pink. HEX triplet: 84, 5A and 69. RGB value is (132,90,105). Sum of RGB (Red+Green+Blue) = 132+90+105=327 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.37% from 327); Green value is 90 (35.55% from 255 or 27.52% from 327); Blue value is 105 (41.41% from 255 or 32.11% from 327); Max value from RGB is 132 - color contains mainly: red. Hex color #845A69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845A69 is #7BA596. Grayscale: #686868. Windows color (decimal): -8103319 or 6904452. OLE color: 6904452.

HSL color Cylindrical-coordinate representation of color #845A69: hue angle of 338.57º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #845A69 is Cyan = 0, Magento = 0.32, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB13290105-
CMYK00.320.200.48
HSL338.57º18.92%43.53%-
HSV(B)338.57º31.82%51.76%-
XYZ15.7213.2415.09-
YUV104.27128.41147.78-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.37%
GREEN value IS 90 (35.55% from 255) = 27.52%
BLUE value IS 105 (41.41% from 255) = 32.11%
R=40.37%
G=27.52%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1329010500.320.200.48338.5718.9243.53
Hex845A690201430153132c
Octal20413215104024605232354
Binary100001001011010110100101000001010011000010101001110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845A69; }

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

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

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

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

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

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

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

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