Html Css Color HEX #895768 Cannon Pink

📋 copy color: '#895768'

red 137 ◦ green 87 ◦ blue 104

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

Shades of Cannon Pink #895768

Tints of Cannon Pink #895768

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.52%

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

R = 41.77%
G = 26.52%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.24

 K value IS 0.46

RGB Variations

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

Color information

#895768 (or 0x895768) is known color: Cannon Pink. HEX triplet: 89, 57 and 68. RGB value is (137,87,104). Sum of RGB (Red+Green+Blue) = 137+87+104=328 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.77% from 328); Green value is 87 (34.38% from 255 or 26.52% from 328); Blue value is 104 (41.02% from 255 or 31.71% from 328); Max value from RGB is 137 - color contains mainly: red. Hex color #895768 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895768 is #76A897. Grayscale: #676767. Windows color (decimal): -7776408 or 6838153. OLE color: 6838153.

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

Color convert

RGB 137 87 104 -
CMYK 0 0.36 0.24 0.46
HSL 339.6º 0.22% 0.44% -
HSV(B) 339.6º 0.36% 0.54% -
XYZ 16.22 13.13 14.78 -
YUV 103.89 128.07 151.62 -
System Red Green Blue C M Y K H S L
Decimal 137 87 104 0 0.36 0.24 0.46 339.6 0.22 0.44
Hex 89 57 68 0 24 18 2E 154 16 2C
Octal 211 127 150 0 44 30 56 524 26 54
Binary 10001001 1010111 1101000 0 100100 11000 101110 101010100 10110 101100

Color Harmonies of #895768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895768

Black with #895768

Text Example


Text Example

White with #895768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895768; }

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

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

background-color css

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

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

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

border-color css

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

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

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