Html Css Color HEX #894660 Cannon Pink

📋 copy color: '#894660'

red 137 ◦ green 70 ◦ blue 96

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

Shades of Cannon Pink #894660

Tints of Cannon Pink #894660

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.1%

 BLUE value IS 96 (37.89% from 255) = 31.68%

R = 45.21%
G = 23.1%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.30

 K value IS 0.46

RGB Variations

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

Color information

#894660 (or 0x894660) is known color: Cannon Pink. HEX triplet: 89, 46 and 60. RGB value is (137,70,96). Sum of RGB (Red+Green+Blue) = 137+70+96=303 (40% of max value = 765). Red value is 137 (53.91% from 255 or 45.21% from 303); Green value is 70 (27.73% from 255 or 23.10% from 303); Blue value is 96 (37.89% from 255 or 31.68% from 303); Max value from RGB is 137 - color contains mainly: red. Hex color #894660 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894660 is #76B99F. Grayscale: #5C5C5C. Windows color (decimal): -7780768 or 6309513. OLE color: 6309513.

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

Color convert

RGB 137 70 96 -
CMYK 0 0.49 0.30 0.46
HSL 336.72º 0.32% 0.41% -
HSV(B) 336.72º 0.49% 0.54% -
XYZ 14.62 10.54 12.33 -
YUV 93 129.7 159.39 -
System Red Green Blue C M Y K H S L
Decimal 137 70 96 0 0.49 0.30 0.46 336.72 0.32 0.41
Hex 89 46 60 0 31 1E 2E 151 20 29
Octal 211 106 140 0 61 36 56 521 40 51
Binary 10001001 1000110 1100000 0 110001 11110 101110 101010001 100000 101001

Color Harmonies of #894660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894660

Black with #894660

Text Example


Text Example

White with #894660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894660; }

 p { color: rgb(137,70,96); }

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

background-color css

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

 a { background-color: rgb(137,70,96); }

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

border-color css

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

 span { border-color: rgb(137,70,96); }

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