#895461

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

Shades of Cannon Pink #895461

Tints of Cannon Pink #895461

Color information

#895461 (or 0x895461) is unknown color: approx Cannon Pink. HEX triplet: 89, 54 and 61. RGB value is (137,84,97). Sum of RGB (Red+Green+Blue) = 137+84+97=318 (42% of max value = 765). Red value is 137 (53.91% from 255 or 43.08% from 318); Green value is 84 (33.20% from 255 or 26.42% from 318); Blue value is 97 (38.28% from 255 or 30.50% from 318); Max value from RGB is 137 - color contains mainly: red. Hex color #895461 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895461 is #76AB9E. Grayscale: #656565. Windows color (decimal): -7777183 or 6378633. OLE color: 6378633.

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

Color convert

RGB1378497-
CMYK00.390.290.46
HSL345.28º23.98%43.33%-
HSV(B)345.28º38.69%53.73%-
XYZ15.6412.5212.9-
YUV101.33125.56153.44-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 43.08%
GREEN value IS 84 (33.20% from 255) = 26.42%
BLUE value IS 97 (38.28% from 255) = 30.50%
R=43.08%
G=26.42%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.29
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137849700.390.290.46345.2823.9843.33
Hex8954610271D2E159182b
Octal21112414104735565313053
Binary100010011010100110000101001111110110111010101100111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895461; }

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

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

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

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

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

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

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

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