Html Css Color HEX #895471 Cannon Pink

📋 copy color: '#895471'

red 137 ◦ green 84 ◦ blue 113

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

Shades of Cannon Pink #895471

Tints of Cannon Pink #895471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 33.83%

R = 41.02%
G = 25.15%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.18

 K value IS 0.46

RGB Variations

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

Color information

#895471 (or 0x895471) is known color: Cannon Pink. HEX triplet: 89, 54 and 71. RGB value is (137,84,113). Sum of RGB (Red+Green+Blue) = 137+84+113=334 (44% of max value = 765). Red value is 137 (53.91% from 255 or 41.02% from 334); Green value is 84 (33.20% from 255 or 25.15% from 334); Blue value is 113 (44.53% from 255 or 33.83% from 334); Max value from RGB is 137 - color contains mainly: red. Hex color #895471 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895471 is #76AB8E. Grayscale: #676767. Windows color (decimal): -7777167 or 7427209. OLE color: 7427209.

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

Color convert

RGB 137 84 113 -
CMYK 0 0.39 0.18 0.46
HSL 327.17º 0.24% 0.43% -
HSV(B) 327.17º 0.39% 0.54% -
XYZ 16.47 12.85 17.24 -
YUV 103.15 133.56 152.14 -
System Red Green Blue C M Y K H S L
Decimal 137 84 113 0 0.39 0.18 0.46 327.17 0.24 0.43
Hex 89 54 71 0 27 12 2E 147 18 2B
Octal 211 124 161 0 47 22 56 507 30 53
Binary 10001001 1010100 1110001 0 100111 10010 101110 101000111 11000 101011

Color Harmonies of #895471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895471

Black with #895471

Text Example


Text Example

White with #895471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895471; }

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

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

background-color css

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

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

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

border-color css

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

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

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