Html Css Color HEX #89556E Cannon Pink

📋 copy color: '#89556E'

red 137 ◦ green 85 ◦ blue 110

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

Shades of Cannon Pink #89556E

Tints of Cannon Pink #89556E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 33.13%

R = 41.27%
G = 25.6%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.20

 K value IS 0.46

RGB Variations

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

Color information

#89556E (or 0x89556E) is known color: Cannon Pink. HEX triplet: 89, 55 and 6E. RGB value is (137,85,110). Sum of RGB (Red+Green+Blue) = 137+85+110=332 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.27% from 332); Green value is 85 (33.59% from 255 or 25.60% from 332); Blue value is 110 (43.36% from 255 or 33.13% from 332); Max value from RGB is 137 - color contains mainly: red. Hex color #89556E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89556E is #76AA91. Grayscale: #676767. Windows color (decimal): -7776914 or 7230857. OLE color: 7230857.

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

Color convert

RGB 137 85 110 -
CMYK 0 0.38 0.20 0.46
HSL 331.15º 0.23% 0.44% -
HSV(B) 331.15º 0.38% 0.54% -
XYZ 16.38 12.94 16.39 -
YUV 103.4 131.73 151.97 -
System Red Green Blue C M Y K H S L
Decimal 137 85 110 0 0.38 0.20 0.46 331.15 0.23 0.44
Hex 89 55 6E 0 26 14 2E 14B 17 2C
Octal 211 125 156 0 46 24 56 513 27 54
Binary 10001001 1010101 1101110 0 100110 10100 101110 101001011 10111 101100

Color Harmonies of #89556E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89556E

Black with #89556E

Text Example


Text Example

White with #89556E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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