#895362

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

Shades of Cannon Pink #895362

Tints of Cannon Pink #895362

Color information

#895362 (or 0x895362) is unknown color: approx Cannon Pink. HEX triplet: 89, 53 and 62. RGB value is (137,83,98). Sum of RGB (Red+Green+Blue) = 137+83+98=318 (42% of max value = 765). Red value is 137 (53.91% from 255 or 43.08% from 318); Green value is 83 (32.81% from 255 or 26.10% from 318); Blue value is 98 (38.67% from 255 or 30.82% from 318); Max value from RGB is 137 - color contains mainly: red. Hex color #895362 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895362 is #76AC9D. Grayscale: #646464. Windows color (decimal): -7777438 or 6443913. OLE color: 6443913.

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

Color convert

RGB1378398-
CMYK00.390.280.46
HSL343.33º24.55%43.14%-
HSV(B)343.33º39.42%53.73%-
XYZ15.6112.3913.12-
YUV100.86126.39153.78-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 43.08%
GREEN value IS 83 (32.81% from 255) = 26.10%
BLUE value IS 98 (38.67% from 255) = 30.82%
R=43.08%
G=26.10%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.28
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137839800.390.280.46343.3324.5543.14
Hex8953620271C2E157192b
Octal21112314204734565273153
Binary100010011010011110001001001111110010111010101011111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895362; }

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

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

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

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

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

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

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

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