Html Css Color HEX #894E6B Cannon Pink

📋 copy color: '#894E6B'

red 137 ◦ green 78 ◦ blue 107

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

Shades of Cannon Pink #894E6B

Tints of Cannon Pink #894E6B

RGB

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

 GREEN value IS 78 (30.86% from 255) = 24.22%

 BLUE value IS 107 (42.19% from 255) = 33.23%

R = 42.55%
G = 24.22%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.22

 K value IS 0.46

RGB Variations

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

Color information

#894E6B (or 0x894E6B) is known color: Cannon Pink. HEX triplet: 89, 4E and 6B. RGB value is (137,78,107). Sum of RGB (Red+Green+Blue) = 137+78+107=322 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.55% from 322); Green value is 78 (30.86% from 255 or 24.22% from 322); Blue value is 107 (42.19% from 255 or 33.23% from 322); Max value from RGB is 137 - color contains mainly: red. Hex color #894E6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #894E6B is #76B194. Grayscale: #626262. Windows color (decimal): -7778709 or 7032457. OLE color: 7032457.

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

Color convert

RGB 137 78 107 -
CMYK 0 0.43 0.22 0.46
HSL 330.51º 0.27% 0.42% -
HSV(B) 330.51º 0.43% 0.54% -
XYZ 15.69 11.83 15.37 -
YUV 98.95 132.55 155.14 -
System Red Green Blue C M Y K H S L
Decimal 137 78 107 0 0.43 0.22 0.46 330.51 0.27 0.42
Hex 89 4E 6B 0 2B 16 2E 14B 1B 2A
Octal 211 116 153 0 53 26 56 513 33 52
Binary 10001001 1001110 1101011 0 101011 10110 101110 101001011 11011 101010

Color Harmonies of #894E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894E6B

Black with #894E6B

Text Example


Text Example

White with #894E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,78,107); }

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

background-color css

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

 a { background-color: rgb(137,78,107); }

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

border-color css

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

 span { border-color: rgb(137,78,107); }

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