#89595F

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

Shades of Cannon Pink #89595F

Tints of Cannon Pink #89595F

Color information

#89595F (or 0x89595F) is unknown color: approx Cannon Pink. HEX triplet: 89, 59 and 5F. RGB value is (137,89,95). Sum of RGB (Red+Green+Blue) = 137+89+95=321 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.68% from 321); Green value is 89 (35.16% from 255 or 27.73% from 321); Blue value is 95 (37.5% from 255 or 29.60% from 321); Max value from RGB is 137 - color contains mainly: red. Hex color #89595F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89595F is #76A6A0. Grayscale: #686868. Windows color (decimal): -7775905 or 6248841. OLE color: 6248841.

HSL color Cylindrical-coordinate representation of color #89595F: hue angle of 352.5º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #89595F is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.46.

Color convert

RGB1378995-
CMYK00.350.310.46
HSL352.5º21.24%44.31%-
HSV(B)352.5º35.04%53.73%-
XYZ15.9513.2912.55-
YUV104.04122.9151.51-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.68%
GREEN value IS 89 (35.16% from 255) = 27.73%
BLUE value IS 95 (37.5% from 255) = 29.60%
R=42.68%
G=27.73%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.31
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137899500.350.310.46352.521.2444.31
Hex89595F0231F2E160152c
Octal21113113704337565402554
Binary100010011011001101111101000111111110111010110000010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89595F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89595F; }

 p { color: rgb(137,89,95); }

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

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

 a { background-color: rgb(137,89,95); }

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

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

 span { border-color: rgb(137,89,95); }

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