Html Css Color HEX #894864 Cannon Pink

📋 copy color: '#894864'

red 137 ◦ green 72 ◦ blue 100

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

Shades of Cannon Pink #894864

Tints of Cannon Pink #894864

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.3%

 BLUE value IS 100 (39.45% from 255) = 32.36%

R = 44.34%
G = 23.3%
B = 32.36%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.27

 K value IS 0.46

RGB Variations

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

Color information

#894864 (or 0x894864) is known color: Cannon Pink. HEX triplet: 89, 48 and 64. RGB value is (137,72,100). Sum of RGB (Red+Green+Blue) = 137+72+100=309 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.34% from 309); Green value is 72 (28.52% from 255 or 23.30% from 309); Blue value is 100 (39.45% from 255 or 32.36% from 309); Max value from RGB is 137 - color contains mainly: red. Hex color #894864 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894864 is #76B79B. Grayscale: #5E5E5E. Windows color (decimal): -7780252 or 6572169. OLE color: 6572169.

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

Color convert

RGB 137 72 100 -
CMYK 0 0.47 0.27 0.46
HSL 334.15º 0.31% 0.41% -
HSV(B) 334.15º 0.47% 0.54% -
XYZ 14.93 10.87 13.37 -
YUV 94.63 131.03 158.22 -
System Red Green Blue C M Y K H S L
Decimal 137 72 100 0 0.47 0.27 0.46 334.15 0.31 0.41
Hex 89 48 64 0 2F 1B 2E 14E 1F 29
Octal 211 110 144 0 57 33 56 516 37 51
Binary 10001001 1001000 1100100 0 101111 11011 101110 101001110 11111 101001

Color Harmonies of #894864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894864

Black with #894864

Text Example


Text Example

White with #894864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894864; }

 p { color: rgb(137,72,100); }

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

background-color css

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

 a { background-color: rgb(137,72,100); }

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

border-color css

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

 span { border-color: rgb(137,72,100); }

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