#895568

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

Shades of Cannon Pink #895568

Tints of Cannon Pink #895568

Color information

#895568 (or 0x895568) is unknown color: approx Cannon Pink. HEX triplet: 89, 55 and 68. RGB value is (137,85,104). Sum of RGB (Red+Green+Blue) = 137+85+104=326 (43% of max value = 765). Red value is 137 (53.91% from 255 or 42.02% from 326); Green value is 85 (33.59% from 255 or 26.07% from 326); Blue value is 104 (41.02% from 255 or 31.90% from 326); Max value from RGB is 137 - color contains mainly: red. Hex color #895568 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895568 is #76AA97. Grayscale: #666666. Windows color (decimal): -7776920 or 6837641. OLE color: 6837641.

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

Color convert

RGB13785104-
CMYK00.380.240.46
HSL338.08º23.42%43.53%-
HSV(B)338.08º37.96%53.73%-
XYZ16.0612.8114.72-
YUV102.71128.73152.46-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.02%
GREEN value IS 85 (33.59% from 255) = 26.07%
BLUE value IS 104 (41.02% from 255) = 31.90%
R=42.02%
G=26.07%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.24
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1378510400.380.240.46338.0823.4243.53
Hex895568026182E152172c
Octal21112515004630565222754
Binary100010011010101110100001001101100010111010101001010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895568; }

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

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

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

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

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

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

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

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