Html Css Color HEX #894E6D Cannon Pink

📋 copy color: '#894E6D'

red 137 ◦ green 78 ◦ blue 109

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

Shades of Cannon Pink #894E6D

Tints of Cannon Pink #894E6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 33.64%

R = 42.28%
G = 24.07%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.20

 K value IS 0.46

RGB Variations

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

Color information

#894E6D (or 0x894E6D) is known color: Cannon Pink. HEX triplet: 89, 4E and 6D. RGB value is (137,78,109). Sum of RGB (Red+Green+Blue) = 137+78+109=324 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.28% from 324); Green value is 78 (30.86% from 255 or 24.07% from 324); Blue value is 109 (42.97% from 255 or 33.64% from 324); Max value from RGB is 137 - color contains mainly: red. Hex color #894E6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #894E6D is #76B192. Grayscale: #636363. Windows color (decimal): -7778707 or 7163529. OLE color: 7163529.

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

Color convert

RGB 137 78 109 -
CMYK 0 0.43 0.20 0.46
HSL 328.47º 0.27% 0.42% -
HSV(B) 328.47º 0.43% 0.54% -
XYZ 15.8 11.87 15.93 -
YUV 99.18 133.55 154.98 -
System Red Green Blue C M Y K H S L
Decimal 137 78 109 0 0.43 0.20 0.46 328.47 0.27 0.42
Hex 89 4E 6D 0 2B 14 2E 148 1B 2A
Octal 211 116 155 0 53 24 56 510 33 52
Binary 10001001 1001110 1101101 0 101011 10100 101110 101001000 11011 101010

Color Harmonies of #894E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894E6D

Black with #894E6D

Text Example


Text Example

White with #894E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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