#895261

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

Shades of Cannon Pink #895261

Tints of Cannon Pink #895261

Color information

#895261 (or 0x895261) is unknown color: approx Cannon Pink. HEX triplet: 89, 52 and 61. RGB value is (137,82,97). Sum of RGB (Red+Green+Blue) = 137+82+97=316 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.35% from 316); Green value is 82 (32.42% from 255 or 25.95% from 316); Blue value is 97 (38.28% from 255 or 30.70% from 316); Max value from RGB is 137 - color contains mainly: red. Hex color #895261 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895261 is #76AD9E. Grayscale: #646464. Windows color (decimal): -7777695 or 6378121. OLE color: 6378121.

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

Color convert

RGB1378297-
CMYK00.400.290.46
HSL343.64º25.11%42.94%-
HSV(B)343.64º40.15%53.73%-
XYZ15.4912.2212.85-
YUV100.16126.22154.28-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 43.35%
GREEN value IS 82 (32.42% from 255) = 25.95%
BLUE value IS 97 (38.28% from 255) = 30.70%
R=43.35%
G=25.95%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.29
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137829700.400.290.46343.6425.1142.94
Hex8952610281D2E158192b
Octal21112214105035565303153
Binary100010011010010110000101010001110110111010101100011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895261; }

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

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

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

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

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

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

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

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