Html Css Color HEX #894764 Cannon Pink

📋 copy color: '#894764'

red 137 ◦ green 71 ◦ blue 100

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

Shades of Cannon Pink #894764

Tints of Cannon Pink #894764

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.05%

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

R = 44.48%
G = 23.05%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.27

 K value IS 0.46

RGB Variations

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

Color information

#894764 (or 0x894764) is known color: Cannon Pink. HEX triplet: 89, 47 and 64. RGB value is (137,71,100). Sum of RGB (Red+Green+Blue) = 137+71+100=308 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.48% from 308); Green value is 71 (28.12% from 255 or 23.05% from 308); Blue value is 100 (39.45% from 255 or 32.47% from 308); Max value from RGB is 137 - color contains mainly: red. Hex color #894764 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894764 is #76B89B. Grayscale: #5D5D5D. Windows color (decimal): -7780508 or 6571913. OLE color: 6571913.

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

Color convert

RGB 137 71 100 -
CMYK 0 0.48 0.27 0.46
HSL 333.64º 0.32% 0.41% -
HSV(B) 333.64º 0.48% 0.54% -
XYZ 14.87 10.74 13.35 -
YUV 94.04 131.37 158.64 -
System Red Green Blue C M Y K H S L
Decimal 137 71 100 0 0.48 0.27 0.46 333.64 0.32 0.41
Hex 89 47 64 0 30 1B 2E 14E 20 29
Octal 211 107 144 0 60 33 56 516 40 51
Binary 10001001 1000111 1100100 0 110000 11011 101110 101001110 100000 101001

Color Harmonies of #894764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894764

Black with #894764

Text Example


Text Example

White with #894764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894764; }

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

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

background-color css

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

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

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

border-color css

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

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

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