Html Css Color HEX #89556F Cannon Pink

📋 copy color: '#89556F'

red 137 ◦ green 85 ◦ blue 111

#89556F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cannon Pink #89556F

Tints of Cannon Pink #89556F

RGB

 RED value IS 137 (53.91% from 255) = 41.14%

 GREEN value IS 85 (33.59% from 255) = 25.53%

 BLUE value IS 111 (43.75% from 255) = 33.33%

R = 41.14%
G = 25.53%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.19

 K value IS 0.46

RGB Variations

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

Color information

#89556F (or 0x89556F) is known color: Cannon Pink. HEX triplet: 89, 55 and 6F. RGB value is (137,85,111). Sum of RGB (Red+Green+Blue) = 137+85+111=333 (44% of max value = 765). Red value is 137 (53.91% from 255 or 41.14% from 333); Green value is 85 (33.59% from 255 or 25.53% from 333); Blue value is 111 (43.75% from 255 or 33.33% from 333); Max value from RGB is 137 - color contains mainly: red. Hex color #89556F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89556F is #76AA90. Grayscale: #676767. Windows color (decimal): -7776913 or 7296393. OLE color: 7296393.

HSL color Cylindrical-coordinate representation of color #89556F: hue angle of 330º 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 #89556F is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 85 111 -
CMYK 0 0.38 0.19 0.46
HSL 330º 0.23% 0.44% -
HSV(B) 330º 0.38% 0.54% -
XYZ 16.43 12.96 16.67 -
YUV 103.51 132.23 151.89 -
System Red Green Blue C M Y K H S L
Decimal 137 85 111 0 0.38 0.19 0.46 330 0.23 0.44
Hex 89 55 6F 0 26 13 2E 14A 17 2C
Octal 211 125 157 0 46 23 56 512 27 54
Binary 10001001 1010101 1101111 0 100110 10011 101110 101001010 10111 101100

Color Harmonies of #89556F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89556F

Black with #89556F

Text Example


Text Example

White with #89556F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #89556F;
 }
 .AnyTagClassName
 {
   color: #89556F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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