Html Css Color HEX #89556C Cannon Pink

📋 copy color: '#89556C'

red 137 ◦ green 85 ◦ blue 108

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

Shades of Cannon Pink #89556C

Tints of Cannon Pink #89556C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 32.73%

R = 41.52%
G = 25.76%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.21

 K value IS 0.46

RGB Variations

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

Color information

#89556C (or 0x89556C) is known color: Cannon Pink. HEX triplet: 89, 55 and 6C. RGB value is (137,85,108). Sum of RGB (Red+Green+Blue) = 137+85+108=330 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.52% from 330); Green value is 85 (33.59% from 255 or 25.76% from 330); Blue value is 108 (42.58% from 255 or 32.73% from 330); Max value from RGB is 137 - color contains mainly: red. Hex color #89556C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89556C is #76AA93. Grayscale: #676767. Windows color (decimal): -7776916 or 7099785. OLE color: 7099785.

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

Color convert

RGB 137 85 108 -
CMYK 0 0.38 0.21 0.46
HSL 333.46º 0.23% 0.44% -
HSV(B) 333.46º 0.38% 0.54% -
XYZ 16.27 12.9 15.82 -
YUV 103.17 130.73 152.13 -
System Red Green Blue C M Y K H S L
Decimal 137 85 108 0 0.38 0.21 0.46 333.46 0.23 0.44
Hex 89 55 6C 0 26 15 2E 14D 17 2C
Octal 211 125 154 0 46 25 56 515 27 54
Binary 10001001 1010101 1101100 0 100110 10101 101110 101001101 10111 101100

Color Harmonies of #89556C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89556C

Black with #89556C

Text Example


Text Example

White with #89556C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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