Html Css Color HEX #89526C Cannon Pink

📋 copy color: '#89526C'

red 137 ◦ green 82 ◦ blue 108

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

Shades of Cannon Pink #89526C

Tints of Cannon Pink #89526C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.08%

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

R = 41.9%
G = 25.08%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.21

 K value IS 0.46

RGB Variations

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

Color information

#89526C (or 0x89526C) is known color: Cannon Pink. HEX triplet: 89, 52 and 6C. RGB value is (137,82,108). Sum of RGB (Red+Green+Blue) = 137+82+108=327 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.90% from 327); Green value is 82 (32.42% from 255 or 25.08% from 327); Blue value is 108 (42.58% from 255 or 33.03% from 327); Max value from RGB is 137 - color contains mainly: red. Hex color #89526C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89526C is #76AD93. Grayscale: #656565. Windows color (decimal): -7777684 or 7099017. OLE color: 7099017.

HSL color Cylindrical-coordinate representation of color #89526C: hue angle of 331.64º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #89526C is Cyan = 0, Magento = 0.40, Yellow = 0.21 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 82 108 -
CMYK 0 0.40 0.21 0.46
HSL 331.64º 0.25% 0.43% -
HSV(B) 331.64º 0.4% 0.54% -
XYZ 16.04 12.44 15.74 -
YUV 101.41 131.72 153.39 -
System Red Green Blue C M Y K H S L
Decimal 137 82 108 0 0.40 0.21 0.46 331.64 0.25 0.43
Hex 89 52 6C 0 28 15 2E 14C 19 2B
Octal 211 122 154 0 50 25 56 514 31 53
Binary 10001001 1010010 1101100 0 101000 10101 101110 101001100 11001 101011

Color Harmonies of #89526C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89526C

Black with #89526C

Text Example


Text Example

White with #89526C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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