#895670

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

Shades of Cannon Pink #895670

Tints of Cannon Pink #895670

Color information

#895670 (or 0x895670) is unknown color: approx Cannon Pink. HEX triplet: 89, 56 and 70. RGB value is (137,86,112). Sum of RGB (Red+Green+Blue) = 137+86+112=335 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.90% from 335); Green value is 86 (33.98% from 255 or 25.67% from 335); Blue value is 112 (44.14% from 255 or 33.43% from 335); Max value from RGB is 137 - color contains mainly: red. Hex color #895670 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895670 is #76A98F. Grayscale: #686868. Windows color (decimal): -7776656 or 7362185. OLE color: 7362185.

HSL color Cylindrical-coordinate representation of color #895670: hue angle of 329.41º 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 #895670 is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB13786112-
CMYK00.370.180.46
HSL329.41º22.87%43.73%-
HSV(B)329.41º37.23%53.73%-
XYZ16.5713.1416.99-
YUV104.21132.4151.39-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.90%
GREEN value IS 86 (33.98% from 255) = 25.67%
BLUE value IS 112 (44.14% from 255) = 33.43%
R=40.90%
G=25.67%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.18
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1378611200.370.180.46329.4122.8743.73
Hex895670025122E149172c
Octal21112616004522565112754
Binary100010011010110111000001001011001010111010100100110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895670; }

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

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

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

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

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

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

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

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