Html Css Color HEX #895860 Cannon Pink

📋 copy color: '#895860'

red 137 ◦ green 88 ◦ blue 96

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

Shades of Cannon Pink #895860

Tints of Cannon Pink #895860

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.41%

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

R = 42.68%
G = 27.41%
B = 29.91%

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

#895860 (or 0x895860) is known color: Cannon Pink. HEX triplet: 89, 58 and 60. RGB value is (137,88,96). Sum of RGB (Red+Green+Blue) = 137+88+96=321 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.68% from 321); Green value is 88 (34.77% from 255 or 27.41% from 321); Blue value is 96 (37.89% from 255 or 29.91% from 321); Max value from RGB is 137 - color contains mainly: red. Hex color #895860 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895860 is #76A79F. Grayscale: #676767. Windows color (decimal): -7776160 or 6314121. OLE color: 6314121.

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

Color convert

RGB 137 88 96 -
CMYK 0 0.36 0.30 0.46
HSL 350.2º 0.22% 0.44% -
HSV(B) 350.2º 0.36% 0.54% -
XYZ 15.92 13.14 12.76 -
YUV 103.56 123.73 151.85 -
System Red Green Blue C M Y K H S L
Decimal 137 88 96 0 0.36 0.30 0.46 350.2 0.22 0.44
Hex 89 58 60 0 24 1E 2E 15E 16 2C
Octal 211 130 140 0 44 36 56 536 26 54
Binary 10001001 1011000 1100000 0 100100 11110 101110 101011110 10110 101100

Color Harmonies of #895860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895860

Black with #895860

Text Example


Text Example

White with #895860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895860; }

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

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

background-color css

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

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

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

border-color css

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

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

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