#895468

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

Shades of Cannon Pink #895468

Tints of Cannon Pink #895468

Color information

#895468 (or 0x895468) is unknown color: approx Cannon Pink. HEX triplet: 89, 54 and 68. RGB value is (137,84,104). Sum of RGB (Red+Green+Blue) = 137+84+104=325 (43% of max value = 765). Red value is 137 (53.91% from 255 or 42.15% from 325); Green value is 84 (33.20% from 255 or 25.85% from 325); Blue value is 104 (41.02% from 255 or 32% from 325); Max value from RGB is 137 - color contains mainly: red. Hex color #895468 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895468 is #76AB97. Grayscale: #666666. Windows color (decimal): -7777176 or 6837385. OLE color: 6837385.

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

Color convert

RGB13784104-
CMYK00.390.240.46
HSL337.36º23.98%43.33%-
HSV(B)337.36º38.69%53.73%-
XYZ15.9912.6614.7-
YUV102.13129.06152.87-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.15%
GREEN value IS 84 (33.20% from 255) = 25.85%
BLUE value IS 104 (41.02% from 255) = 32%
R=42.15%
G=25.85%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.24
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1378410400.390.240.46337.3623.9843.33
Hex895468027182E151182b
Octal21112415004730565213053
Binary100010011010100110100001001111100010111010101000111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895468; }

 p { color: rgb(137,84,104); }

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

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

 a { background-color: rgb(137,84,104); }

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

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

 span { border-color: rgb(137,84,104); }

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