Html Css Color HEX #895765 Cannon Pink

📋 copy color: '#895765'

red 137 ◦ green 87 ◦ blue 101

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

Shades of Cannon Pink #895765

Tints of Cannon Pink #895765

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.77%

 BLUE value IS 101 (39.84% from 255) = 31.08%

R = 42.15%
G = 26.77%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.26

 K value IS 0.46

RGB Variations

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

Color information

#895765 (or 0x895765) is known color: Cannon Pink. HEX triplet: 89, 57 and 65. RGB value is (137,87,101). Sum of RGB (Red+Green+Blue) = 137+87+101=325 (43% of max value = 765). Red value is 137 (53.91% from 255 or 42.15% from 325); Green value is 87 (34.38% from 255 or 26.77% from 325); Blue value is 101 (39.84% from 255 or 31.08% from 325); Max value from RGB is 137 - color contains mainly: red. Hex color #895765 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895765 is #76A89A. Grayscale: #676767. Windows color (decimal): -7776411 or 6641545. OLE color: 6641545.

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

Color convert

RGB 137 87 101 -
CMYK 0 0.36 0.26 0.46
HSL 343.2º 0.22% 0.44% -
HSV(B) 343.2º 0.36% 0.54% -
XYZ 16.07 13.07 13.99 -
YUV 103.55 126.57 151.86 -
System Red Green Blue C M Y K H S L
Decimal 137 87 101 0 0.36 0.26 0.46 343.2 0.22 0.44
Hex 89 57 65 0 24 1A 2E 157 16 2C
Octal 211 127 145 0 44 32 56 527 26 54
Binary 10001001 1010111 1100101 0 100100 11010 101110 101010111 10110 101100

Color Harmonies of #895765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895765

Black with #895765

Text Example


Text Example

White with #895765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895765; }

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

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

background-color css

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

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

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

border-color css

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

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

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