Html Css Color HEX #895473 Cannon Pink

📋 copy color: '#895473'

red 137 ◦ green 84 ◦ blue 115

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

Shades of Cannon Pink #895473

Tints of Cannon Pink #895473

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 34.23%

R = 40.77%
G = 25%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.16

 K value IS 0.46

RGB Variations

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

Color information

#895473 (or 0x895473) is known color: Cannon Pink. HEX triplet: 89, 54 and 73. RGB value is (137,84,115). Sum of RGB (Red+Green+Blue) = 137+84+115=336 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.77% from 336); Green value is 84 (33.20% from 255 or 25% from 336); Blue value is 115 (45.31% from 255 or 34.23% from 336); Max value from RGB is 137 - color contains mainly: red. Hex color #895473 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895473 is #76AB8C. Grayscale: #676767. Windows color (decimal): -7777165 or 7558281. OLE color: 7558281.

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

Color convert

RGB 137 84 115 -
CMYK 0 0.39 0.16 0.46
HSL 324.91º 0.24% 0.43% -
HSV(B) 324.91º 0.39% 0.54% -
XYZ 16.58 12.9 17.84 -
YUV 103.38 134.56 151.98 -
System Red Green Blue C M Y K H S L
Decimal 137 84 115 0 0.39 0.16 0.46 324.91 0.24 0.43
Hex 89 54 73 0 27 10 2E 145 18 2B
Octal 211 124 163 0 47 20 56 505 30 53
Binary 10001001 1010100 1110011 0 100111 10000 101110 101000101 11000 101011

Color Harmonies of #895473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895473

Black with #895473

Text Example


Text Example

White with #895473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895473; }

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

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

background-color css

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

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

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

border-color css

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

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

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