Html Css Color HEX #894E5D Cannon Pink

📋 copy color: '#894E5D'

red 137 ◦ green 78 ◦ blue 93

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

Shades of Cannon Pink #894E5D

Tints of Cannon Pink #894E5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 30.19%

R = 44.48%
G = 25.32%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.32

 K value IS 0.46

RGB Variations

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

Color information

#894E5D (or 0x894E5D) is known color: Cannon Pink. HEX triplet: 89, 4E and 5D. RGB value is (137,78,93). Sum of RGB (Red+Green+Blue) = 137+78+93=308 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.48% from 308); Green value is 78 (30.86% from 255 or 25.32% from 308); Blue value is 93 (36.72% from 255 or 30.19% from 308); Max value from RGB is 137 - color contains mainly: red. Hex color #894E5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #894E5D is #76B1A2. Grayscale: #616161. Windows color (decimal): -7778723 or 6114953. OLE color: 6114953.

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

Color convert

RGB 137 78 93 -
CMYK 0 0.43 0.32 0.46
HSL 344.75º 0.27% 0.42% -
HSV(B) 344.75º 0.43% 0.54% -
XYZ 15.02 11.56 11.8 -
YUV 97.35 125.55 156.28 -
System Red Green Blue C M Y K H S L
Decimal 137 78 93 0 0.43 0.32 0.46 344.75 0.27 0.42
Hex 89 4E 5D 0 2B 20 2E 159 1B 2A
Octal 211 116 135 0 53 40 56 531 33 52
Binary 10001001 1001110 1011101 0 101011 100000 101110 101011001 11011 101010

Color Harmonies of #894E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894E5D

Black with #894E5D

Text Example


Text Example

White with #894E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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