#895567

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

Shades of Cannon Pink #895567

Tints of Cannon Pink #895567

Color information

#895567 (or 0x895567) is unknown color: approx Cannon Pink. HEX triplet: 89, 55 and 67. RGB value is (137,85,103). Sum of RGB (Red+Green+Blue) = 137+85+103=325 (43% of max value = 765). Red value is 137 (53.91% from 255 or 42.15% from 325); Green value is 85 (33.59% from 255 or 26.15% from 325); Blue value is 103 (40.62% from 255 or 31.69% from 325); Max value from RGB is 137 - color contains mainly: red. Hex color #895567 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895567 is #76AA98. Grayscale: #666666. Windows color (decimal): -7776921 or 6772105. OLE color: 6772105.

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

Color convert

RGB13785103-
CMYK00.380.250.46
HSL339.23º23.42%43.53%-
HSV(B)339.23º37.96%53.73%-
XYZ16.0112.7914.46-
YUV102.6128.23152.54-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.15%
GREEN value IS 85 (33.59% from 255) = 26.15%
BLUE value IS 103 (40.62% from 255) = 31.69%
R=42.15%
G=26.15%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.25
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1378510300.380.250.46339.2323.4243.53
Hex895567026192E153172c
Octal21112514704631565232754
Binary100010011010101110011101001101100110111010101001110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895567; }

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

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

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

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

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

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

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

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