Html Css Color HEX #894957 Cannon Pink

📋 copy color: '#894957'

red 137 ◦ green 73 ◦ blue 87

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

Shades of Cannon Pink #894957

Tints of Cannon Pink #894957

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 29.29%

R = 46.13%
G = 24.58%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.36

 K value IS 0.46

RGB Variations

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

Color information

#894957 (or 0x894957) is known color: Cannon Pink. HEX triplet: 89, 49 and 57. RGB value is (137,73,87). Sum of RGB (Red+Green+Blue) = 137+73+87=297 (39% of max value = 765). Red value is 137 (53.91% from 255 or 46.13% from 297); Green value is 73 (28.91% from 255 or 24.58% from 297); Blue value is 87 (34.38% from 255 or 29.29% from 297); Max value from RGB is 137 - color contains mainly: red. Hex color #894957 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894957 is #76B6A8. Grayscale: #5D5D5D. Windows color (decimal): -7780009 or 5720457. OLE color: 5720457.

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

Color convert

RGB 137 73 87 -
CMYK 0 0.47 0.36 0.46
HSL 346.88º 0.3% 0.41% -
HSV(B) 346.88º 0.47% 0.54% -
XYZ 14.42 10.77 10.34 -
YUV 93.73 124.2 158.86 -
System Red Green Blue C M Y K H S L
Decimal 137 73 87 0 0.47 0.36 0.46 346.88 0.3 0.41
Hex 89 49 57 0 2F 24 2E 15B 1E 29
Octal 211 111 127 0 57 44 56 533 36 51
Binary 10001001 1001001 1010111 0 101111 100100 101110 101011011 11110 101001

Color Harmonies of #894957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894957

Black with #894957

Text Example


Text Example

White with #894957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894957; }

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

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

background-color css

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

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

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

border-color css

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

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

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