Html Css Color HEX #894D6C Cannon Pink

📋 copy color: '#894D6C'

red 137 ◦ green 77 ◦ blue 108

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

Shades of Cannon Pink #894D6C

Tints of Cannon Pink #894D6C

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.91%

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

R = 42.55%
G = 23.91%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.21

 K value IS 0.46

RGB Variations

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

Color information

#894D6C (or 0x894D6C) is known color: Cannon Pink. HEX triplet: 89, 4D and 6C. RGB value is (137,77,108). Sum of RGB (Red+Green+Blue) = 137+77+108=322 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.55% from 322); Green value is 77 (30.47% from 255 or 23.91% from 322); Blue value is 108 (42.58% from 255 or 33.54% from 322); Max value from RGB is 137 - color contains mainly: red. Hex color #894D6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #894D6C is #76B293. Grayscale: #626262. Windows color (decimal): -7778964 or 7097737. OLE color: 7097737.

HSL color Cylindrical-coordinate representation of color #894D6C: hue angle of 329º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #894D6C is Cyan = 0, Magento = 0.44, Yellow = 0.21 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 77 108 -
CMYK 0 0.44 0.21 0.46
HSL 329º 0.28% 0.42% -
HSV(B) 329º 0.44% 0.54% -
XYZ 15.68 11.71 15.62 -
YUV 98.47 133.38 155.48 -
System Red Green Blue C M Y K H S L
Decimal 137 77 108 0 0.44 0.21 0.46 329 0.28 0.42
Hex 89 4D 6C 0 2C 15 2E 149 1C 2A
Octal 211 115 154 0 54 25 56 511 34 52
Binary 10001001 1001101 1101100 0 101100 10101 101110 101001001 11100 101010

Color Harmonies of #894D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894D6C

Black with #894D6C

Text Example


Text Example

White with #894D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894D6C; }

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

 H1.HeaderClassName
 {
   color: #894D6C;
 }
 .AnyTagClassName
 {
   color: #894D6C;
 }
</style>

background-color css

<style>
 a { background-color: #894D6C; }

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

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

border-color css

<style>
 span { border-color: #894D6C; }

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

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