#895969

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

Shades of Cannon Pink #895969

Tints of Cannon Pink #895969

Color information

#895969 (or 0x895969) is unknown color: approx Cannon Pink. HEX triplet: 89, 59 and 69. RGB value is (137,89,105). Sum of RGB (Red+Green+Blue) = 137+89+105=331 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.39% from 331); Green value is 89 (35.16% from 255 or 26.89% from 331); Blue value is 105 (41.41% from 255 or 31.72% from 331); Max value from RGB is 137 - color contains mainly: red. Hex color #895969 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895969 is #76A696. Grayscale: #696969. Windows color (decimal): -7775895 or 6904201. OLE color: 6904201.

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

Color convert

RGB13789105-
CMYK00.350.230.46
HSL340º21.24%44.31%-
HSV(B)340º35.04%53.73%-
XYZ16.4413.4815.1-
YUV105.18127.9150.7-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 41.39%
GREEN value IS 89 (35.16% from 255) = 26.89%
BLUE value IS 105 (41.41% from 255) = 31.72%
R=41.39%
G=26.89%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1378910500.350.230.4634021.2444.31
Hex895969023172E154152c
Octal21113115104327565242554
Binary100010011011001110100101000111011110111010101010010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895969; }

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

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

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

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

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

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

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

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