#895262

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

Shades of Cannon Pink #895262

Tints of Cannon Pink #895262

Color information

#895262 (or 0x895262) is unknown color: approx Cannon Pink. HEX triplet: 89, 52 and 62. RGB value is (137,82,98). Sum of RGB (Red+Green+Blue) = 137+82+98=317 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.22% from 317); Green value is 82 (32.42% from 255 or 25.87% from 317); Blue value is 98 (38.67% from 255 or 30.91% from 317); Max value from RGB is 137 - color contains mainly: red. Hex color #895262 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895262 is #76AD9D. Grayscale: #646464. Windows color (decimal): -7777694 or 6443657. OLE color: 6443657.

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

Color convert

RGB1378298-
CMYK00.400.280.46
HSL342.55º25.11%42.94%-
HSV(B)342.55º40.15%53.73%-
XYZ15.5412.2313.1-
YUV100.27126.72154.2-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 43.22%
GREEN value IS 82 (32.42% from 255) = 25.87%
BLUE value IS 98 (38.67% from 255) = 30.91%
R=43.22%
G=25.87%
B=30.91%

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
Decimal137829800.400.280.46342.5525.1142.94
Hex8952620281C2E157192b
Octal21112214205034565273153
Binary100010011010010110001001010001110010111010101011111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895262; }

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

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

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

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

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

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

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

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