Html Css Color HEX #895964 Cannon Pink

📋 copy color: '#895964'

red 137 ◦ green 89 ◦ blue 100

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

Shades of Cannon Pink #895964

Tints of Cannon Pink #895964

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 30.67%

R = 42.02%
G = 27.3%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.27

 K value IS 0.46

RGB Variations

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

Color information

#895964 (or 0x895964) is known color: Cannon Pink. HEX triplet: 89, 59 and 64. RGB value is (137,89,100). Sum of RGB (Red+Green+Blue) = 137+89+100=326 (43% of max value = 765). Red value is 137 (53.91% from 255 or 42.02% from 326); Green value is 89 (35.16% from 255 or 27.30% from 326); Blue value is 100 (39.45% from 255 or 30.67% from 326); Max value from RGB is 137 - color contains mainly: red. Hex color #895964 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895964 is #76A69B. Grayscale: #686868. Windows color (decimal): -7775900 or 6576521. OLE color: 6576521.

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

Color convert

RGB 137 89 100 -
CMYK 0 0.35 0.27 0.46
HSL 346.25º 0.21% 0.44% -
HSV(B) 346.25º 0.35% 0.54% -
XYZ 16.19 13.38 13.79 -
YUV 104.61 125.4 151.11 -
System Red Green Blue C M Y K H S L
Decimal 137 89 100 0 0.35 0.27 0.46 346.25 0.21 0.44
Hex 89 59 64 0 23 1B 2E 15A 15 2C
Octal 211 131 144 0 43 33 56 532 25 54
Binary 10001001 1011001 1100100 0 100011 11011 101110 101011010 10101 101100

Color Harmonies of #895964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895964

Black with #895964

Text Example


Text Example

White with #895964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895964; }

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

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

background-color css

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

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

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

border-color css

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

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

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