#895561

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

Shades of Cannon Pink #895561

Tints of Cannon Pink #895561

Color information

#895561 (or 0x895561) is unknown color: approx Cannon Pink. HEX triplet: 89, 55 and 61. RGB value is (137,85,97). Sum of RGB (Red+Green+Blue) = 137+85+97=319 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.95% from 319); Green value is 85 (33.59% from 255 or 26.65% from 319); Blue value is 97 (38.28% from 255 or 30.41% from 319); Max value from RGB is 137 - color contains mainly: red. Hex color #895561 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895561 is #76AA9E. Grayscale: #656565. Windows color (decimal): -7776927 or 6378889. OLE color: 6378889.

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

Color convert

RGB1378597-
CMYK00.380.290.46
HSL346.15º23.42%43.53%-
HSV(B)346.15º37.96%53.73%-
XYZ15.7212.6812.93-
YUV101.92125.23153.02-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.95%
GREEN value IS 85 (33.59% from 255) = 26.65%
BLUE value IS 97 (38.28% from 255) = 30.41%
R=42.95%
G=26.65%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.29
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137859700.380.290.46346.1523.4243.53
Hex8955610261D2E15a172c
Octal21112514104635565322754
Binary100010011010101110000101001101110110111010101101010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895561; }

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

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

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

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

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

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

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

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