Html Css Color HEX #895960 Cannon Pink

📋 copy color: '#895960'

red 137 ◦ green 89 ◦ blue 96

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

Shades of Cannon Pink #895960

Tints of Cannon Pink #895960

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.64%

 BLUE value IS 96 (37.89% from 255) = 29.81%

R = 42.55%
G = 27.64%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.30

 K value IS 0.46

RGB Variations

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

Color information

#895960 (or 0x895960) is known color: Cannon Pink. HEX triplet: 89, 59 and 60. RGB value is (137,89,96). Sum of RGB (Red+Green+Blue) = 137+89+96=322 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.55% from 322); Green value is 89 (35.16% from 255 or 27.64% from 322); Blue value is 96 (37.89% from 255 or 29.81% from 322); Max value from RGB is 137 - color contains mainly: red. Hex color #895960 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895960 is #76A69F. Grayscale: #686868. Windows color (decimal): -7775904 or 6314377. OLE color: 6314377.

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

Color convert

RGB 137 89 96 -
CMYK 0 0.35 0.30 0.46
HSL 351.25º 0.21% 0.44% -
HSV(B) 351.25º 0.35% 0.54% -
XYZ 16 13.31 12.79 -
YUV 104.15 123.4 151.43 -
System Red Green Blue C M Y K H S L
Decimal 137 89 96 0 0.35 0.30 0.46 351.25 0.21 0.44
Hex 89 59 60 0 23 1E 2E 15F 15 2C
Octal 211 131 140 0 43 36 56 537 25 54
Binary 10001001 1011001 1100000 0 100011 11110 101110 101011111 10101 101100

Color Harmonies of #895960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895960

Black with #895960

Text Example


Text Example

White with #895960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895960; }

 p { color: rgb(137,89,96); }

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

background-color css

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

 a { background-color: rgb(137,89,96); }

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

border-color css

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

 span { border-color: rgb(137,89,96); }

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