Html Css Color HEX #894868 Cannon Pink

📋 copy color: '#894868'

red 137 ◦ green 72 ◦ blue 104

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

Shades of Cannon Pink #894868

Tints of Cannon Pink #894868

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 33.23%

R = 43.77%
G = 23%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.24

 K value IS 0.46

RGB Variations

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

Color information

#894868 (or 0x894868) is known color: Cannon Pink. HEX triplet: 89, 48 and 68. RGB value is (137,72,104). Sum of RGB (Red+Green+Blue) = 137+72+104=313 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.77% from 313); Green value is 72 (28.52% from 255 or 23.00% from 313); Blue value is 104 (41.02% from 255 or 33.23% from 313); Max value from RGB is 137 - color contains mainly: red. Hex color #894868 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894868 is #76B797. Grayscale: #5F5F5F. Windows color (decimal): -7780248 or 6834313. OLE color: 6834313.

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

Color convert

RGB 137 72 104 -
CMYK 0 0.47 0.24 0.46
HSL 330.46º 0.31% 0.41% -
HSV(B) 330.46º 0.47% 0.54% -
XYZ 15.13 10.95 14.41 -
YUV 95.08 133.03 157.9 -
System Red Green Blue C M Y K H S L
Decimal 137 72 104 0 0.47 0.24 0.46 330.46 0.31 0.41
Hex 89 48 68 0 2F 18 2E 14A 1F 29
Octal 211 110 150 0 57 30 56 512 37 51
Binary 10001001 1001000 1101000 0 101111 11000 101110 101001010 11111 101001

Color Harmonies of #894868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894868

Black with #894868

Text Example


Text Example

White with #894868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894868; }

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

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

background-color css

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

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

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

border-color css

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

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

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