Html Css Color HEX #894863 Cannon Pink

📋 copy color: '#894863'

red 137 ◦ green 72 ◦ blue 99

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

Shades of Cannon Pink #894863

Tints of Cannon Pink #894863

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.38%

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

R = 44.48%
G = 23.38%
B = 32.14%

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

#894863 (or 0x894863) is known color: Cannon Pink. HEX triplet: 89, 48 and 63. RGB value is (137,72,99). Sum of RGB (Red+Green+Blue) = 137+72+99=308 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.48% from 308); Green value is 72 (28.52% from 255 or 23.38% from 308); Blue value is 99 (39.06% from 255 or 32.14% from 308); Max value from RGB is 137 - color contains mainly: red. Hex color #894863 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894863 is #76B79C. Grayscale: #5E5E5E. Windows color (decimal): -7780253 or 6506633. OLE color: 6506633.

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

Color convert

RGB 137 72 99 -
CMYK 0 0.47 0.28 0.46
HSL 335.08º 0.31% 0.41% -
HSV(B) 335.08º 0.47% 0.54% -
XYZ 14.89 10.85 13.11 -
YUV 94.51 130.53 158.3 -
System Red Green Blue C M Y K H S L
Decimal 137 72 99 0 0.47 0.28 0.46 335.08 0.31 0.41
Hex 89 48 63 0 2F 1C 2E 14F 1F 29
Octal 211 110 143 0 57 34 56 517 37 51
Binary 10001001 1001000 1100011 0 101111 11100 101110 101001111 11111 101001

Color Harmonies of #894863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894863

Black with #894863

Text Example


Text Example

White with #894863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894863; }

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

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

background-color css

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

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

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

border-color css

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

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

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