#895263

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

Shades of Cannon Pink #895263

Tints of Cannon Pink #895263

Color information

#895263 (or 0x895263) is unknown color: approx Cannon Pink. HEX triplet: 89, 52 and 63. RGB value is (137,82,99). Sum of RGB (Red+Green+Blue) = 137+82+99=318 (42% of max value = 765). Red value is 137 (53.91% from 255 or 43.08% from 318); Green value is 82 (32.42% from 255 or 25.79% from 318); Blue value is 99 (39.06% from 255 or 31.13% from 318); Max value from RGB is 137 - color contains mainly: red. Hex color #895263 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895263 is #76AD9C. Grayscale: #646464. Windows color (decimal): -7777693 or 6509193. OLE color: 6509193.

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

Color convert

RGB1378299-
CMYK00.400.280.46
HSL341.45º25.11%42.94%-
HSV(B)341.45º40.15%53.73%-
XYZ15.5912.2513.35-
YUV100.38127.22154.12-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 43.08%
GREEN value IS 82 (32.42% from 255) = 25.79%
BLUE value IS 99 (39.06% from 255) = 31.13%
R=43.08%
G=25.79%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.28
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137829900.400.280.46341.4525.1142.94
Hex8952630281C2E155192b
Octal21112214305034565253153
Binary100010011010010110001101010001110010111010101010111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895263; }

 p { color: rgb(137,82,99); }

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

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

 a { background-color: rgb(137,82,99); }

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

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

 span { border-color: rgb(137,82,99); }

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