Html Css Color HEX #894D58 Cannon Pink

📋 copy color: '#894D58'

red 137 ◦ green 77 ◦ blue 88

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

Shades of Cannon Pink #894D58

Tints of Cannon Pink #894D58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 29.14%

R = 45.36%
G = 25.5%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.36

 K value IS 0.46

RGB Variations

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

Color information

#894D58 (or 0x894D58) is known color: Cannon Pink. HEX triplet: 89, 4D and 58. RGB value is (137,77,88). Sum of RGB (Red+Green+Blue) = 137+77+88=302 (40% of max value = 765). Red value is 137 (53.91% from 255 or 45.36% from 302); Green value is 77 (30.47% from 255 or 25.50% from 302); Blue value is 88 (34.77% from 255 or 29.14% from 302); Max value from RGB is 137 - color contains mainly: red. Hex color #894D58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #894D58 is #76B2A7. Grayscale: #606060. Windows color (decimal): -7778984 or 5787017. OLE color: 5787017.

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

Color convert

RGB 137 77 88 -
CMYK 0 0.44 0.36 0.46
HSL 349º 0.28% 0.42% -
HSV(B) 349º 0.44% 0.54% -
XYZ 14.73 11.33 10.64 -
YUV 96.19 123.38 157.11 -
System Red Green Blue C M Y K H S L
Decimal 137 77 88 0 0.44 0.36 0.46 349 0.28 0.42
Hex 89 4D 58 0 2C 24 2E 15D 1C 2A
Octal 211 115 130 0 54 44 56 535 34 52
Binary 10001001 1001101 1011000 0 101100 100100 101110 101011101 11100 101010

Color Harmonies of #894D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894D58

Black with #894D58

Text Example


Text Example

White with #894D58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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