Html Css Color HEX #895564 Cannon Pink

📋 copy color: '#895564'

red 137 ◦ green 85 ◦ blue 100

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

Shades of Cannon Pink #895564

Tints of Cannon Pink #895564

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.4%

 BLUE value IS 100 (39.45% from 255) = 31.06%

R = 42.55%
G = 26.4%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.27

 K value IS 0.46

RGB Variations

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

Color information

#895564 (or 0x895564) is known color: Cannon Pink. HEX triplet: 89, 55 and 64. RGB value is (137,85,100). Sum of RGB (Red+Green+Blue) = 137+85+100=322 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.55% from 322); Green value is 85 (33.59% from 255 or 26.40% from 322); Blue value is 100 (39.45% from 255 or 31.06% from 322); Max value from RGB is 137 - color contains mainly: red. Hex color #895564 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895564 is #76AA9B. Grayscale: #666666. Windows color (decimal): -7776924 or 6575497. OLE color: 6575497.

HSL color Cylindrical-coordinate representation of color #895564: hue angle of 342.69º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #895564 is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 85 100 -
CMYK 0 0.38 0.27 0.46
HSL 342.69º 0.23% 0.44% -
HSV(B) 342.69º 0.38% 0.54% -
XYZ 15.87 12.74 13.68 -
YUV 102.26 126.73 152.78 -
System Red Green Blue C M Y K H S L
Decimal 137 85 100 0 0.38 0.27 0.46 342.69 0.23 0.44
Hex 89 55 64 0 26 1B 2E 157 17 2C
Octal 211 125 144 0 46 33 56 527 27 54
Binary 10001001 1010101 1100100 0 100110 11011 101110 101010111 10111 101100

Color Harmonies of #895564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895564

Black with #895564

Text Example


Text Example

White with #895564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895564; }

 p { color: rgb(137,85,100); }

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

background-color css

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

 a { background-color: rgb(137,85,100); }

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

border-color css

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

 span { border-color: rgb(137,85,100); }

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