#895669

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

Shades of Cannon Pink #895669

Tints of Cannon Pink #895669

Color information

#895669 (or 0x895669) is unknown color: approx Cannon Pink. HEX triplet: 89, 56 and 69. RGB value is (137,86,105). Sum of RGB (Red+Green+Blue) = 137+86+105=328 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.77% from 328); Green value is 86 (33.98% from 255 or 26.22% from 328); Blue value is 105 (41.41% from 255 or 32.01% from 328); Max value from RGB is 137 - color contains mainly: red. Hex color #895669 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895669 is #76A996. Grayscale: #676767. Windows color (decimal): -7776663 or 6903433. OLE color: 6903433.

HSL color Cylindrical-coordinate representation of color #895669: hue angle of 337.65º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #895669 is Cyan = 0, Magento = 0.37, Yellow = 0.23 and Black (K on CMYK) = 0.46.

Color convert

RGB13786105-
CMYK00.370.230.46
HSL337.65º22.87%43.73%-
HSV(B)337.65º37.23%53.73%-
XYZ16.1912.9915.02-
YUV103.42128.9151.96-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 41.77%
GREEN value IS 86 (33.98% from 255) = 26.22%
BLUE value IS 105 (41.41% from 255) = 32.01%
R=41.77%
G=26.22%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1378610500.370.230.46337.6522.8743.73
Hex895669025172E152172c
Octal21112615104527565222754
Binary100010011010110110100101001011011110111010101001010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895669; }

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

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

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

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

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

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

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

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