Html Css Color HEX #894A62 Cannon Pink

📋 copy color: '#894A62'

red 137 ◦ green 74 ◦ blue 98

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

Shades of Cannon Pink #894A62

Tints of Cannon Pink #894A62

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.95%

 BLUE value IS 98 (38.67% from 255) = 31.72%

R = 44.34%
G = 23.95%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.28

 K value IS 0.46

RGB Variations

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

Color information

#894A62 (or 0x894A62) is known color: Cannon Pink. HEX triplet: 89, 4A and 62. RGB value is (137,74,98). Sum of RGB (Red+Green+Blue) = 137+74+98=309 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.34% from 309); Green value is 74 (29.30% from 255 or 23.95% from 309); Blue value is 98 (38.67% from 255 or 31.72% from 309); Max value from RGB is 137 - color contains mainly: red. Hex color #894A62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894A62 is #76B59D. Grayscale: #5F5F5F. Windows color (decimal): -7779742 or 6441609. OLE color: 6441609.

HSL color Cylindrical-coordinate representation of color #894A62: hue angle of 337.14º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #894A62 is Cyan = 0, Magento = 0.46, Yellow = 0.28 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 74 98 -
CMYK 0 0.46 0.28 0.46
HSL 337.14º 0.3% 0.41% -
HSV(B) 337.14º 0.46% 0.54% -
XYZ 14.97 11.1 12.91 -
YUV 95.57 129.37 157.55 -
System Red Green Blue C M Y K H S L
Decimal 137 74 98 0 0.46 0.28 0.46 337.14 0.3 0.41
Hex 89 4A 62 0 2E 1C 2E 151 1E 29
Octal 211 112 142 0 56 34 56 521 36 51
Binary 10001001 1001010 1100010 0 101110 11100 101110 101010001 11110 101001

Color Harmonies of #894A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894A62

Black with #894A62

Text Example


Text Example

White with #894A62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,74,98); }

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

background-color css

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

 a { background-color: rgb(137,74,98); }

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

border-color css

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

 span { border-color: rgb(137,74,98); }

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