Html Css Color HEX #895965 Cannon Pink

📋 copy color: '#895965'

red 137 ◦ green 89 ◦ blue 101

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

Shades of Cannon Pink #895965

Tints of Cannon Pink #895965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 30.89%

R = 41.9%
G = 27.22%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.26

 K value IS 0.46

RGB Variations

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

Color information

#895965 (or 0x895965) is known color: Cannon Pink. HEX triplet: 89, 59 and 65. RGB value is (137,89,101). Sum of RGB (Red+Green+Blue) = 137+89+101=327 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.90% from 327); Green value is 89 (35.16% from 255 or 27.22% from 327); Blue value is 101 (39.84% from 255 or 30.89% from 327); Max value from RGB is 137 - color contains mainly: red. Hex color #895965 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895965 is #76A69A. Grayscale: #686868. Windows color (decimal): -7775899 or 6642057. OLE color: 6642057.

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

Color convert

RGB 137 89 101 -
CMYK 0 0.35 0.26 0.46
HSL 345º 0.21% 0.44% -
HSV(B) 345º 0.35% 0.54% -
XYZ 16.24 13.4 14.04 -
YUV 104.72 125.9 151.02 -
System Red Green Blue C M Y K H S L
Decimal 137 89 101 0 0.35 0.26 0.46 345 0.21 0.44
Hex 89 59 65 0 23 1A 2E 159 15 2C
Octal 211 131 145 0 43 32 56 531 25 54
Binary 10001001 1011001 1100101 0 100011 11010 101110 101011001 10101 101100

Color Harmonies of #895965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895965

Black with #895965

Text Example


Text Example

White with #895965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895965; }

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

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

background-color css

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

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

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

border-color css

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

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

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