Html Css Color HEX #89555C Cannon Pink

📋 copy color: '#89555C'

red 137 ◦ green 85 ◦ blue 92

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

Shades of Cannon Pink #89555C

Tints of Cannon Pink #89555C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 29.3%

R = 43.63%
G = 27.07%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.33

 K value IS 0.46

RGB Variations

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

Color information

#89555C (or 0x89555C) is known color: Cannon Pink. HEX triplet: 89, 55 and 5C. RGB value is (137,85,92). Sum of RGB (Red+Green+Blue) = 137+85+92=314 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.63% from 314); Green value is 85 (33.59% from 255 or 27.07% from 314); Blue value is 92 (36.33% from 255 or 29.30% from 314); Max value from RGB is 137 - color contains mainly: red. Hex color #89555C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89555C is #76AAA3. Grayscale: #656565. Windows color (decimal): -7776932 or 6051209. OLE color: 6051209.

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

Color convert

RGB 137 85 92 -
CMYK 0 0.38 0.33 0.46
HSL 351.92º 0.23% 0.44% -
HSV(B) 351.92º 0.38% 0.54% -
XYZ 15.5 12.59 11.74 -
YUV 101.35 122.73 153.43 -
System Red Green Blue C M Y K H S L
Decimal 137 85 92 0 0.38 0.33 0.46 351.92 0.23 0.44
Hex 89 55 5C 0 26 21 2E 160 17 2C
Octal 211 125 134 0 46 41 56 540 27 54
Binary 10001001 1010101 1011100 0 100110 100001 101110 101100000 10111 101100

Color Harmonies of #89555C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89555C

Black with #89555C

Text Example


Text Example

White with #89555C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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