Html Css Color HEX #894963 Cannon Pink

📋 copy color: '#894963'

red 137 ◦ green 73 ◦ blue 99

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

Shades of Cannon Pink #894963

Tints of Cannon Pink #894963

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.62%

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

R = 44.34%
G = 23.62%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.28

 K value IS 0.46

RGB Variations

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

Color information

#894963 (or 0x894963) is known color: Cannon Pink. HEX triplet: 89, 49 and 63. RGB value is (137,73,99). Sum of RGB (Red+Green+Blue) = 137+73+99=309 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.34% from 309); Green value is 73 (28.91% from 255 or 23.62% from 309); Blue value is 99 (39.06% from 255 or 32.04% from 309); Max value from RGB is 137 - color contains mainly: red. Hex color #894963 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894963 is #76B69C. Grayscale: #5F5F5F. Windows color (decimal): -7779997 or 6506889. OLE color: 6506889.

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

Color convert

RGB 137 73 99 -
CMYK 0 0.47 0.28 0.46
HSL 335.63º 0.3% 0.41% -
HSV(B) 335.63º 0.47% 0.54% -
XYZ 14.95 10.98 13.14 -
YUV 95.1 130.2 157.89 -
System Red Green Blue C M Y K H S L
Decimal 137 73 99 0 0.47 0.28 0.46 335.63 0.3 0.41
Hex 89 49 63 0 2F 1C 2E 150 1E 29
Octal 211 111 143 0 57 34 56 520 36 51
Binary 10001001 1001001 1100011 0 101111 11100 101110 101010000 11110 101001

Color Harmonies of #894963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894963

Black with #894963

Text Example


Text Example

White with #894963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894963; }

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

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

background-color css

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

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

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

border-color css

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

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

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