Html Css Color HEX #894766 Cannon Pink

📋 copy color: '#894766'

red 137 ◦ green 71 ◦ blue 102

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

Shades of Cannon Pink #894766

Tints of Cannon Pink #894766

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 32.9%

R = 44.19%
G = 22.9%
B = 32.9%

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

#894766 (or 0x894766) is known color: Cannon Pink. HEX triplet: 89, 47 and 66. RGB value is (137,71,102). Sum of RGB (Red+Green+Blue) = 137+71+102=310 (41% of max value = 765). Red value is 137 (53.91% from 255 or 44.19% from 310); Green value is 71 (28.12% from 255 or 22.90% from 310); Blue value is 102 (40.23% from 255 or 32.90% from 310); Max value from RGB is 137 - color contains mainly: red. Hex color #894766 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894766 is #76B899. Grayscale: #5E5E5E. Windows color (decimal): -7780506 or 6702985. OLE color: 6702985.

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

Color convert

RGB 137 71 102 -
CMYK 0 0.48 0.26 0.46
HSL 331.82º 0.32% 0.41% -
HSV(B) 331.82º 0.48% 0.54% -
XYZ 14.97 10.78 13.86 -
YUV 94.27 132.37 158.48 -
System Red Green Blue C M Y K H S L
Decimal 137 71 102 0 0.48 0.26 0.46 331.82 0.32 0.41
Hex 89 47 66 0 30 1A 2E 14C 20 29
Octal 211 107 146 0 60 32 56 514 40 51
Binary 10001001 1000111 1100110 0 110000 11010 101110 101001100 100000 101001

Color Harmonies of #894766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894766

Black with #894766

Text Example


Text Example

White with #894766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894766; }

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

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

background-color css

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

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

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

border-color css

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

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

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