Html Css Color HEX #895461 Cannon Pink

📋 copy color: '#895461'

red 137 ◦ green 84 ◦ blue 97

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

Shades of Cannon Pink #895461

Tints of Cannon Pink #895461

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.42%

 BLUE value IS 97 (38.28% from 255) = 30.5%

R = 43.08%
G = 26.42%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.29

 K value IS 0.46

RGB Variations

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

Color information

#895461 (or 0x895461) is known color: Cannon Pink. HEX triplet: 89, 54 and 61. RGB value is (137,84,97). Sum of RGB (Red+Green+Blue) = 137+84+97=318 (42% of max value = 765). Red value is 137 (53.91% from 255 or 43.08% from 318); Green value is 84 (33.20% from 255 or 26.42% from 318); Blue value is 97 (38.28% from 255 or 30.50% from 318); Max value from RGB is 137 - color contains mainly: red. Hex color #895461 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895461 is #76AB9E. Grayscale: #656565. Windows color (decimal): -7777183 or 6378633. OLE color: 6378633.

HSL color Cylindrical-coordinate representation of color #895461: hue angle of 345.28º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #895461 is Cyan = 0, Magento = 0.39, Yellow = 0.29 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 84 97 -
CMYK 0 0.39 0.29 0.46
HSL 345.28º 0.24% 0.43% -
HSV(B) 345.28º 0.39% 0.54% -
XYZ 15.64 12.52 12.9 -
YUV 101.33 125.56 153.44 -
System Red Green Blue C M Y K H S L
Decimal 137 84 97 0 0.39 0.29 0.46 345.28 0.24 0.43
Hex 89 54 61 0 27 1D 2E 159 18 2B
Octal 211 124 141 0 47 35 56 531 30 53
Binary 10001001 1010100 1100001 0 100111 11101 101110 101011001 11000 101011

Color Harmonies of #895461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895461

Black with #895461

Text Example


Text Example

White with #895461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895461; }

 p { color: rgb(137,84,97); }

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

background-color css

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

 a { background-color: rgb(137,84,97); }

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

border-color css

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

 span { border-color: rgb(137,84,97); }

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