#895967

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

Shades of Cannon Pink #895967

Tints of Cannon Pink #895967

Color information

#895967 (or 0x895967) is unknown color: approx Cannon Pink. HEX triplet: 89, 59 and 67. RGB value is (137,89,103). Sum of RGB (Red+Green+Blue) = 137+89+103=329 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.64% from 329); Green value is 89 (35.16% from 255 or 27.05% from 329); Blue value is 103 (40.62% from 255 or 31.31% from 329); Max value from RGB is 137 - color contains mainly: red. Hex color #895967 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895967 is #76A698. Grayscale: #686868. Windows color (decimal): -7775897 or 6773129. OLE color: 6773129.

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

Color convert

RGB13789103-
CMYK00.350.250.46
HSL342.5º21.24%44.31%-
HSV(B)342.5º35.04%53.73%-
XYZ16.3413.4414.57-
YUV104.95126.9150.86-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 41.64%
GREEN value IS 89 (35.16% from 255) = 27.05%
BLUE value IS 103 (40.62% from 255) = 31.31%
R=41.64%
G=27.05%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.25
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1378910300.350.250.46342.521.2444.31
Hex895967023192E156152c
Octal21113114704331565262554
Binary100010011011001110011101000111100110111010101011010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895967; }

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

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

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

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

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

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

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

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