Html Css Color HEX #894663 Cannon Pink

📋 copy color: '#894663'

red 137 ◦ green 70 ◦ blue 99

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

Shades of Cannon Pink #894663

Tints of Cannon Pink #894663

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 32.35%

R = 44.77%
G = 22.88%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.28

 K value IS 0.46

RGB Variations

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

Color information

#894663 (or 0x894663) is known color: Cannon Pink. HEX triplet: 89, 46 and 63. RGB value is (137,70,99). Sum of RGB (Red+Green+Blue) = 137+70+99=306 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.77% from 306); Green value is 70 (27.73% from 255 or 22.88% from 306); Blue value is 99 (39.06% from 255 or 32.35% from 306); Max value from RGB is 137 - color contains mainly: red. Hex color #894663 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894663 is #76B99C. Grayscale: #5D5D5D. Windows color (decimal): -7780765 or 6506121. OLE color: 6506121.

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

Color convert

RGB 137 70 99 -
CMYK 0 0.49 0.28 0.46
HSL 334.03º 0.32% 0.41% -
HSV(B) 334.03º 0.49% 0.54% -
XYZ 14.76 10.6 13.07 -
YUV 93.34 131.2 159.14 -
System Red Green Blue C M Y K H S L
Decimal 137 70 99 0 0.49 0.28 0.46 334.03 0.32 0.41
Hex 89 46 63 0 31 1C 2E 14E 20 29
Octal 211 106 143 0 61 34 56 516 40 51
Binary 10001001 1000110 1100011 0 110001 11100 101110 101001110 100000 101001

Color Harmonies of #894663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894663

Black with #894663

Text Example


Text Example

White with #894663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894663; }

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

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

background-color css

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

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

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

border-color css

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

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

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