Html Css Color HEX #894463 Cannon Pink

📋 copy color: '#894463'

red 137 ◦ green 68 ◦ blue 99

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

Shades of Cannon Pink #894463

Tints of Cannon Pink #894463

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.37%

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

R = 45.07%
G = 22.37%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.28

 K value IS 0.46

RGB Variations

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

Color information

#894463 (or 0x894463) is known color: Cannon Pink. HEX triplet: 89, 44 and 63. RGB value is (137,68,99). Sum of RGB (Red+Green+Blue) = 137+68+99=304 (40% of max value = 765). Red value is 137 (53.91% from 255 or 45.07% from 304); Green value is 68 (26.95% from 255 or 22.37% from 304); Blue value is 99 (39.06% from 255 or 32.57% from 304); Max value from RGB is 137 - color contains mainly: red. Hex color #894463 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894463 is #76BB9C. Grayscale: #5C5C5C. Windows color (decimal): -7781277 or 6505609. OLE color: 6505609.

HSL color Cylindrical-coordinate representation of color #894463: hue angle of 333.04º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #894463 is Cyan = 0, Magento = 0.50, Yellow = 0.28 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 68 99 -
CMYK 0 0.50 0.28 0.46
HSL 333.04º 0.34% 0.4% -
HSV(B) 333.04º 0.5% 0.54% -
XYZ 14.64 10.35 13.03 -
YUV 92.17 131.86 159.98 -
System Red Green Blue C M Y K H S L
Decimal 137 68 99 0 0.50 0.28 0.46 333.04 0.34 0.4
Hex 89 44 63 0 32 1C 2E 14D 22 28
Octal 211 104 143 0 62 34 56 515 42 50
Binary 10001001 1000100 1100011 0 110010 11100 101110 101001101 100010 101000

Color Harmonies of #894463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894463

Black with #894463

Text Example


Text Example

White with #894463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894463; }

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

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

background-color css

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

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

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

border-color css

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

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

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