Html Css Color HEX #895760 Cannon Pink

📋 copy color: '#895760'

red 137 ◦ green 87 ◦ blue 96

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

Shades of Cannon Pink #895760

Tints of Cannon Pink #895760

RGB

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

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

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

R = 42.81%
G = 27.19%
B = 30%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.30

 K value IS 0.46

RGB Variations

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

Color information

#895760 (or 0x895760) is known color: Cannon Pink. HEX triplet: 89, 57 and 60. RGB value is (137,87,96). Sum of RGB (Red+Green+Blue) = 137+87+96=320 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.81% from 320); Green value is 87 (34.38% from 255 or 27.19% from 320); Blue value is 96 (37.89% from 255 or 30% from 320); Max value from RGB is 137 - color contains mainly: red. Hex color #895760 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895760 is #76A89F. Grayscale: #666666. Windows color (decimal): -7776416 or 6313865. OLE color: 6313865.

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

Color convert

RGB 137 87 96 -
CMYK 0 0.36 0.30 0.46
HSL 349.2º 0.22% 0.44% -
HSV(B) 349.2º 0.36% 0.54% -
XYZ 15.84 12.98 12.74 -
YUV 102.98 124.07 152.27 -
System Red Green Blue C M Y K H S L
Decimal 137 87 96 0 0.36 0.30 0.46 349.2 0.22 0.44
Hex 89 57 60 0 24 1E 2E 15D 16 2C
Octal 211 127 140 0 44 36 56 535 26 54
Binary 10001001 1010111 1100000 0 100100 11110 101110 101011101 10110 101100

Color Harmonies of #895760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895760

Black with #895760

Text Example


Text Example

White with #895760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895760; }

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

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

background-color css

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

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

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

border-color css

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

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

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