#895469

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

Shades of Cannon Pink #895469

Tints of Cannon Pink #895469

Color information

#895469 (or 0x895469) is unknown color: approx Cannon Pink. HEX triplet: 89, 54 and 69. RGB value is (137,84,105). Sum of RGB (Red+Green+Blue) = 137+84+105=326 (43% of max value = 765). Red value is 137 (53.91% from 255 or 42.02% from 326); Green value is 84 (33.20% from 255 or 25.77% from 326); Blue value is 105 (41.41% from 255 or 32.21% from 326); Max value from RGB is 137 - color contains mainly: red. Hex color #895469 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895469 is #76AB96. Grayscale: #666666. Windows color (decimal): -7777175 or 6902921. OLE color: 6902921.

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

Color convert

RGB13784105-
CMYK00.390.230.46
HSL336.23º23.98%43.33%-
HSV(B)336.23º38.69%53.73%-
XYZ16.0412.6814.97-
YUV102.24129.56152.79-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.02%
GREEN value IS 84 (33.20% from 255) = 25.77%
BLUE value IS 105 (41.41% from 255) = 32.21%
R=42.02%
G=25.77%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1378410500.390.230.46336.2323.9843.33
Hex895469027172E150182b
Octal21112415104727565203053
Binary100010011010100110100101001111011110111010101000011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895469; }

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

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

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

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

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

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

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

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