Html Css Color HEX #895664 Cannon Pink

📋 copy color: '#895664'

red 137 ◦ green 86 ◦ blue 100

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

Shades of Cannon Pink #895664

Tints of Cannon Pink #895664

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.63%

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

R = 42.41%
G = 26.63%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.27

 K value IS 0.46

RGB Variations

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

Color information

#895664 (or 0x895664) is known color: Cannon Pink. HEX triplet: 89, 56 and 64. RGB value is (137,86,100). Sum of RGB (Red+Green+Blue) = 137+86+100=323 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.41% from 323); Green value is 86 (33.98% from 255 or 26.63% from 323); Blue value is 100 (39.45% from 255 or 30.96% from 323); Max value from RGB is 137 - color contains mainly: red. Hex color #895664 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895664 is #76A99B. Grayscale: #666666. Windows color (decimal): -7776668 or 6575753. OLE color: 6575753.

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

Color convert

RGB 137 86 100 -
CMYK 0 0.37 0.27 0.46
HSL 343.53º 0.23% 0.44% -
HSV(B) 343.53º 0.37% 0.54% -
XYZ 15.94 12.89 13.71 -
YUV 102.85 126.4 152.36 -
System Red Green Blue C M Y K H S L
Decimal 137 86 100 0 0.37 0.27 0.46 343.53 0.23 0.44
Hex 89 56 64 0 25 1B 2E 158 17 2C
Octal 211 126 144 0 45 33 56 530 27 54
Binary 10001001 1010110 1100100 0 100101 11011 101110 101011000 10111 101100

Color Harmonies of #895664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895664

Black with #895664

Text Example


Text Example

White with #895664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895664; }

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

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

background-color css

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

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

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

border-color css

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

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

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