#895367

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

Shades of Cannon Pink #895367

Tints of Cannon Pink #895367

Color information

#895367 (or 0x895367) is unknown color: approx Cannon Pink. HEX triplet: 89, 53 and 67. RGB value is (137,83,103). Sum of RGB (Red+Green+Blue) = 137+83+103=323 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.41% from 323); Green value is 83 (32.81% from 255 or 25.70% from 323); Blue value is 103 (40.62% from 255 or 31.89% from 323); Max value from RGB is 137 - color contains mainly: red. Hex color #895367 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895367 is #76AC98. Grayscale: #656565. Windows color (decimal): -7777433 or 6771593. OLE color: 6771593.

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

Color convert

RGB13783103-
CMYK00.390.250.46
HSL337.78º24.55%43.14%-
HSV(B)337.78º39.42%53.73%-
XYZ15.8612.4814.41-
YUV101.43128.89153.37-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.41%
GREEN value IS 83 (32.81% from 255) = 25.70%
BLUE value IS 103 (40.62% from 255) = 31.89%
R=42.41%
G=25.70%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.25
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1378310300.390.250.46337.7824.5543.14
Hex895367027192E152192b
Octal21112314704731565223153
Binary100010011010011110011101001111100110111010101001011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895367; }

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

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

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

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

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

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

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

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