Html Css Color HEX #895963 Cannon Pink

📋 copy color: '#895963'

red 137 ◦ green 89 ◦ blue 99

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

Shades of Cannon Pink #895963

Tints of Cannon Pink #895963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 30.46%

R = 42.15%
G = 27.38%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.28

 K value IS 0.46

RGB Variations

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

Color information

#895963 (or 0x895963) is known color: Cannon Pink. HEX triplet: 89, 59 and 63. RGB value is (137,89,99). Sum of RGB (Red+Green+Blue) = 137+89+99=325 (43% of max value = 765). Red value is 137 (53.91% from 255 or 42.15% from 325); Green value is 89 (35.16% from 255 or 27.38% from 325); Blue value is 99 (39.06% from 255 or 30.46% from 325); Max value from RGB is 137 - color contains mainly: red. Hex color #895963 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895963 is #76A69C. Grayscale: #686868. Windows color (decimal): -7775901 or 6510985. OLE color: 6510985.

HSL color Cylindrical-coordinate representation of color #895963: hue angle of 347.5º 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 #895963 is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 89 99 -
CMYK 0 0.35 0.28 0.46
HSL 347.5º 0.21% 0.44% -
HSV(B) 347.5º 0.35% 0.54% -
XYZ 16.14 13.36 13.53 -
YUV 104.49 124.9 151.19 -
System Red Green Blue C M Y K H S L
Decimal 137 89 99 0 0.35 0.28 0.46 347.5 0.21 0.44
Hex 89 59 63 0 23 1C 2E 15C 15 2C
Octal 211 131 143 0 43 34 56 534 25 54
Binary 10001001 1011001 1100011 0 100011 11100 101110 101011100 10101 101100

Color Harmonies of #895963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895963

Black with #895963

Text Example


Text Example

White with #895963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895963; }

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

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

background-color css

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

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

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

border-color css

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

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

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