#895867

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

Shades of Cannon Pink #895867

Tints of Cannon Pink #895867

Color information

#895867 (or 0x895867) is unknown color: approx Cannon Pink. HEX triplet: 89, 58 and 67. RGB value is (137,88,103). Sum of RGB (Red+Green+Blue) = 137+88+103=328 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.77% from 328); Green value is 88 (34.77% from 255 or 26.83% from 328); Blue value is 103 (40.62% from 255 or 31.40% from 328); Max value from RGB is 137 - color contains mainly: red. Hex color #895867 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895867 is #76A798. Grayscale: #686868. Windows color (decimal): -7776153 or 6772873. OLE color: 6772873.

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

Color convert

RGB13788103-
CMYK00.360.250.46
HSL341.63º21.78%44.12%-
HSV(B)341.63º35.77%53.73%-
XYZ16.2513.2814.54-
YUV104.36127.23151.28-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 41.77%
GREEN value IS 88 (34.77% from 255) = 26.83%
BLUE value IS 103 (40.62% from 255) = 31.40%
R=41.77%
G=26.83%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.25
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1378810300.360.250.46341.6321.7844.12
Hex895867024192E156162c
Octal21113014704431565262654
Binary100010011011000110011101001001100110111010101011010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895867; }

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

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

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

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

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

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

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

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