Html Css Color HEX #894765 Cannon Pink

📋 copy color: '#894765'

red 137 ◦ green 71 ◦ blue 101

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

Shades of Cannon Pink #894765

Tints of Cannon Pink #894765

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 32.69%

R = 44.34%
G = 22.98%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.26

 K value IS 0.46

RGB Variations

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

Color information

#894765 (or 0x894765) is known color: Cannon Pink. HEX triplet: 89, 47 and 65. RGB value is (137,71,101). Sum of RGB (Red+Green+Blue) = 137+71+101=309 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.34% from 309); Green value is 71 (28.12% from 255 or 22.98% from 309); Blue value is 101 (39.84% from 255 or 32.69% from 309); Max value from RGB is 137 - color contains mainly: red. Hex color #894765 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894765 is #76B89A. Grayscale: #5E5E5E. Windows color (decimal): -7780507 or 6637449. OLE color: 6637449.

HSL color Cylindrical-coordinate representation of color #894765: hue angle of 332.73º 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 #894765 is Cyan = 0, Magento = 0.48, Yellow = 0.26 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 71 101 -
CMYK 0 0.48 0.26 0.46
HSL 332.73º 0.32% 0.41% -
HSV(B) 332.73º 0.48% 0.54% -
XYZ 14.92 10.76 13.6 -
YUV 94.15 131.87 158.56 -
System Red Green Blue C M Y K H S L
Decimal 137 71 101 0 0.48 0.26 0.46 332.73 0.32 0.41
Hex 89 47 65 0 30 1A 2E 14D 20 29
Octal 211 107 145 0 60 32 56 515 40 51
Binary 10001001 1000111 1100101 0 110000 11010 101110 101001101 100000 101001

Color Harmonies of #894765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894765

Black with #894765

Text Example


Text Example

White with #894765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894765; }

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

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

background-color css

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

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

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

border-color css

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

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

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