Html Css Color HEX #894E61 Cannon Pink

📋 copy color: '#894E61'

red 137 ◦ green 78 ◦ blue 97

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

Shades of Cannon Pink #894E61

Tints of Cannon Pink #894E61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 31.09%

R = 43.91%
G = 25%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.29

 K value IS 0.46

RGB Variations

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

Color information

#894E61 (or 0x894E61) is known color: Cannon Pink. HEX triplet: 89, 4E and 61. RGB value is (137,78,97). Sum of RGB (Red+Green+Blue) = 137+78+97=312 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.91% from 312); Green value is 78 (30.86% from 255 or 25% from 312); Blue value is 97 (38.28% from 255 or 31.09% from 312); Max value from RGB is 137 - color contains mainly: red. Hex color #894E61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #894E61 is #76B19E. Grayscale: #616161. Windows color (decimal): -7778719 or 6377097. OLE color: 6377097.

HSL color Cylindrical-coordinate representation of color #894E61: hue angle of 340.68º 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 #894E61 is Cyan = 0, Magento = 0.43, Yellow = 0.29 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 78 97 -
CMYK 0 0.43 0.29 0.46
HSL 340.68º 0.27% 0.42% -
HSV(B) 340.68º 0.43% 0.54% -
XYZ 15.2 11.63 12.75 -
YUV 97.81 127.55 155.96 -
System Red Green Blue C M Y K H S L
Decimal 137 78 97 0 0.43 0.29 0.46 340.68 0.27 0.42
Hex 89 4E 61 0 2B 1D 2E 155 1B 2A
Octal 211 116 141 0 53 35 56 525 33 52
Binary 10001001 1001110 1100001 0 101011 11101 101110 101010101 11011 101010

Color Harmonies of #894E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894E61

Black with #894E61

Text Example


Text Example

White with #894E61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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