#895671

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

Shades of Cannon Pink #895671

Tints of Cannon Pink #895671

Color information

#895671 (or 0x895671) is unknown color: approx Cannon Pink. HEX triplet: 89, 56 and 71. RGB value is (137,86,113). Sum of RGB (Red+Green+Blue) = 137+86+113=336 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.77% from 336); Green value is 86 (33.98% from 255 or 25.60% from 336); Blue value is 113 (44.53% from 255 or 33.63% from 336); Max value from RGB is 137 - color contains mainly: red. Hex color #895671 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895671 is #76A98E. Grayscale: #686868. Windows color (decimal): -7776655 or 7427721. OLE color: 7427721.

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

Color convert

RGB13786113-
CMYK00.370.180.46
HSL328.24º22.87%43.73%-
HSV(B)328.24º37.23%53.73%-
XYZ16.6213.1717.29-
YUV104.33132.9151.3-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.77%
GREEN value IS 86 (33.98% from 255) = 25.60%
BLUE value IS 113 (44.53% from 255) = 33.63%
R=40.77%
G=25.60%
B=33.63%

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
Decimal1378611300.370.180.46328.2422.8743.73
Hex895671025122E148172c
Octal21112616104522565102754
Binary100010011010110111000101001011001010111010100100010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895671; }

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

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

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

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

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

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

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

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