Html Css Color HEX #895968 Cannon Pink

📋 copy color: '#895968'

red 137 ◦ green 89 ◦ blue 104

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

Shades of Cannon Pink #895968

Tints of Cannon Pink #895968

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 31.52%

R = 41.52%
G = 26.97%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.24

 K value IS 0.46

RGB Variations

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

Color information

#895968 (or 0x895968) is known color: Cannon Pink. HEX triplet: 89, 59 and 68. RGB value is (137,89,104). Sum of RGB (Red+Green+Blue) = 137+89+104=330 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.52% from 330); Green value is 89 (35.16% from 255 or 26.97% from 330); Blue value is 104 (41.02% from 255 or 31.52% from 330); Max value from RGB is 137 - color contains mainly: red. Hex color #895968 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895968 is #76A697. Grayscale: #696969. Windows color (decimal): -7775896 or 6838665. OLE color: 6838665.

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

Color convert

RGB 137 89 104 -
CMYK 0 0.35 0.24 0.46
HSL 341.25º 0.21% 0.44% -
HSV(B) 341.25º 0.35% 0.54% -
XYZ 16.39 13.46 14.83 -
YUV 105.06 127.4 150.78 -
System Red Green Blue C M Y K H S L
Decimal 137 89 104 0 0.35 0.24 0.46 341.25 0.21 0.44
Hex 89 59 68 0 23 18 2E 155 15 2C
Octal 211 131 150 0 43 30 56 525 25 54
Binary 10001001 1011001 1101000 0 100011 11000 101110 101010101 10101 101100

Color Harmonies of #895968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895968

Black with #895968

Text Example


Text Example

White with #895968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895968; }

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

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

background-color css

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

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

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

border-color css

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

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

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