#895A62

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

Shades of Cannon Pink #895A62

Tints of Cannon Pink #895A62

Color information

#895A62 (or 0x895A62) is unknown color: approx Cannon Pink. HEX triplet: 89, 5A and 62. RGB value is (137,90,98). Sum of RGB (Red+Green+Blue) = 137+90+98=325 (43% of max value = 765). Red value is 137 (53.91% from 255 or 42.15% from 325); Green value is 90 (35.55% from 255 or 27.69% from 325); Blue value is 98 (38.67% from 255 or 30.15% from 325); Max value from RGB is 137 - color contains mainly: red. Hex color #895A62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895A62 is #76A59D. Grayscale: #686868. Windows color (decimal): -7775646 or 6445705. OLE color: 6445705.

HSL color Cylindrical-coordinate representation of color #895A62: hue angle of 349.79º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #895A62 is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.46.

Color convert

RGB1379098-
CMYK00.340.280.46
HSL349.79º20.7%44.51%-
HSV(B)349.79º34.31%53.73%-
XYZ16.1813.5113.31-
YUV104.96124.07150.85-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.15%
GREEN value IS 90 (35.55% from 255) = 27.69%
BLUE value IS 98 (38.67% from 255) = 30.15%
R=42.15%
G=27.69%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.28
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137909800.340.280.46349.7920.744.51
Hex895A620221C2E15e152d
Octal21113214204234565362555
Binary100010011011010110001001000101110010111010101111010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895A62; }

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

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

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

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

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

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

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

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