Html Css Color HEX #895571 Cannon Pink

📋 copy color: '#895571'

red 137 ◦ green 85 ◦ blue 113

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

Shades of Cannon Pink #895571

Tints of Cannon Pink #895571

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.37%

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

R = 40.9%
G = 25.37%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.18

 K value IS 0.46

RGB Variations

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

Color information

#895571 (or 0x895571) is known color: Cannon Pink. HEX triplet: 89, 55 and 71. RGB value is (137,85,113). Sum of RGB (Red+Green+Blue) = 137+85+113=335 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.90% from 335); Green value is 85 (33.59% from 255 or 25.37% from 335); Blue value is 113 (44.53% from 255 or 33.73% from 335); Max value from RGB is 137 - color contains mainly: red. Hex color #895571 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895571 is #76AA8E. Grayscale: #676767. Windows color (decimal): -7776911 or 7427465. OLE color: 7427465.

HSL color Cylindrical-coordinate representation of color #895571: hue angle of 327.69º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #895571 is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 85 113 -
CMYK 0 0.38 0.18 0.46
HSL 327.69º 0.23% 0.44% -
HSV(B) 327.69º 0.38% 0.54% -
XYZ 16.55 13.01 17.26 -
YUV 103.74 133.23 151.72 -
System Red Green Blue C M Y K H S L
Decimal 137 85 113 0 0.38 0.18 0.46 327.69 0.23 0.44
Hex 89 55 71 0 26 12 2E 148 17 2C
Octal 211 125 161 0 46 22 56 510 27 54
Binary 10001001 1010101 1110001 0 100110 10010 101110 101001000 10111 101100

Color Harmonies of #895571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895571

Black with #895571

Text Example


Text Example

White with #895571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895571; }

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

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

background-color css

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

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

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

border-color css

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

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

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