#895761

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

Shades of Cannon Pink #895761

Tints of Cannon Pink #895761

Color information

#895761 (or 0x895761) is unknown color: approx Cannon Pink. HEX triplet: 89, 57 and 61. RGB value is (137,87,97). Sum of RGB (Red+Green+Blue) = 137+87+97=321 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.68% from 321); Green value is 87 (34.38% from 255 or 27.10% from 321); Blue value is 97 (38.28% from 255 or 30.22% from 321); Max value from RGB is 137 - color contains mainly: red. Hex color #895761 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895761 is #76A89E. Grayscale: #676767. Windows color (decimal): -7776415 or 6379401. OLE color: 6379401.

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

Color convert

RGB1378797-
CMYK00.360.290.46
HSL348º22.32%43.92%-
HSV(B)348º36.5%53.73%-
XYZ15.881312.98-
YUV103.09124.56152.19-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.68%
GREEN value IS 87 (34.38% from 255) = 27.10%
BLUE value IS 97 (38.28% from 255) = 30.22%
R=42.68%
G=27.10%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.29
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137879700.360.290.4634822.3243.92
Hex8957610241D2E15c162c
Octal21112714104435565342654
Binary100010011010111110000101001001110110111010101110010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895761; }

 p { color: rgb(137,87,97); }

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

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

 a { background-color: rgb(137,87,97); }

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

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

 span { border-color: rgb(137,87,97); }

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