Html Css Color HEX #895170 Cannon Pink

📋 copy color: '#895170'

red 137 ◦ green 81 ◦ blue 112

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

Shades of Cannon Pink #895170

Tints of Cannon Pink #895170

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.55%

 BLUE value IS 112 (44.14% from 255) = 33.94%

R = 41.52%
G = 24.55%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.18

 K value IS 0.46

RGB Variations

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

Color information

#895170 (or 0x895170) is known color: Cannon Pink. HEX triplet: 89, 51 and 70. RGB value is (137,81,112). Sum of RGB (Red+Green+Blue) = 137+81+112=330 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.52% from 330); Green value is 81 (32.03% from 255 or 24.55% from 330); Blue value is 112 (44.14% from 255 or 33.94% from 330); Max value from RGB is 137 - color contains mainly: red. Hex color #895170 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895170 is #76AE8F. Grayscale: #656565. Windows color (decimal): -7777936 or 7360905. OLE color: 7360905.

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

Color convert

RGB 137 81 112 -
CMYK 0 0.41 0.18 0.46
HSL 326.79º 0.26% 0.43% -
HSV(B) 326.79º 0.41% 0.54% -
XYZ 16.18 12.37 16.86 -
YUV 101.28 134.05 153.48 -
System Red Green Blue C M Y K H S L
Decimal 137 81 112 0 0.41 0.18 0.46 326.79 0.26 0.43
Hex 89 51 70 0 29 12 2E 147 1A 2B
Octal 211 121 160 0 51 22 56 507 32 53
Binary 10001001 1010001 1110000 0 101001 10010 101110 101000111 11010 101011

Color Harmonies of #895170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895170

Black with #895170

Text Example


Text Example

White with #895170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895170; }

 p { color: rgb(137,81,112); }

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

background-color css

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

 a { background-color: rgb(137,81,112); }

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

border-color css

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

 span { border-color: rgb(137,81,112); }

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