#845669

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

Shades of Cannon Pink #845669

Tints of Cannon Pink #845669

Color information

#845669 (or 0x845669) is unknown color: approx Cannon Pink. HEX triplet: 84, 56 and 69. RGB value is (132,86,105). Sum of RGB (Red+Green+Blue) = 132+86+105=323 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.87% from 323); Green value is 86 (33.98% from 255 or 26.63% from 323); Blue value is 105 (41.41% from 255 or 32.51% from 323); Max value from RGB is 132 - color contains mainly: red. Hex color #845669 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845669 is #7BA996. Grayscale: #656565. Windows color (decimal): -8104343 or 6903428. OLE color: 6903428.

HSL color Cylindrical-coordinate representation of color #845669: hue angle of 335.22º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #845669 is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB13286105-
CMYK00.350.200.48
HSL335.22º21.1%42.75%-
HSV(B)335.22º34.85%51.76%-
XYZ15.3912.5814.98-
YUV101.92129.74149.46-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.87%
GREEN value IS 86 (33.98% from 255) = 26.63%
BLUE value IS 105 (41.41% from 255) = 32.51%
R=40.87%
G=26.63%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1328610500.350.200.48335.2221.142.75
Hex845669023143014f152b
Octal20412615104324605172553
Binary100001001010110110100101000111010011000010100111110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845669; }

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

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

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

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

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

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

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

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