#895562

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

Shades of Cannon Pink #895562

Tints of Cannon Pink #895562

Color information

#895562 (or 0x895562) is unknown color: approx Cannon Pink. HEX triplet: 89, 55 and 62. RGB value is (137,85,98). Sum of RGB (Red+Green+Blue) = 137+85+98=320 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.81% from 320); Green value is 85 (33.59% from 255 or 26.56% from 320); Blue value is 98 (38.67% from 255 or 30.62% from 320); Max value from RGB is 137 - color contains mainly: red. Hex color #895562 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895562 is #76AA9D. Grayscale: #666666. Windows color (decimal): -7776926 or 6444425. OLE color: 6444425.

HSL color Cylindrical-coordinate representation of color #895562: hue angle of 345º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #895562 is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.46.

Color convert

RGB1378598-
CMYK00.380.280.46
HSL345º23.42%43.53%-
HSV(B)345º37.96%53.73%-
XYZ15.7712.713.17-
YUV102.03125.73152.94-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.81%
GREEN value IS 85 (33.59% from 255) = 26.56%
BLUE value IS 98 (38.67% from 255) = 30.62%
R=42.81%
G=26.56%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.28
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137859800.380.280.4634523.4243.53
Hex8955620261C2E159172c
Octal21112514204634565312754
Binary100010011010101110001001001101110010111010101100110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895562; }

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

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

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

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

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

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

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

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