Html Css Color HEX #895271 Cannon Pink

📋 copy color: '#895271'

red 137 ◦ green 82 ◦ blue 113

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

Shades of Cannon Pink #895271

Tints of Cannon Pink #895271

RGB

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

 GREEN value IS 82 (32.42% from 255) = 24.7%

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

R = 41.27%
G = 24.7%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.18

 K value IS 0.46

RGB Variations

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

Color information

#895271 (or 0x895271) is known color: Cannon Pink. HEX triplet: 89, 52 and 71. RGB value is (137,82,113). Sum of RGB (Red+Green+Blue) = 137+82+113=332 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.27% from 332); Green value is 82 (32.42% from 255 or 24.70% from 332); Blue value is 113 (44.53% from 255 or 34.04% from 332); Max value from RGB is 137 - color contains mainly: red. Hex color #895271 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895271 is #76AD8E. Grayscale: #656565. Windows color (decimal): -7777679 or 7426697. OLE color: 7426697.

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

Color convert

RGB 137 82 113 -
CMYK 0 0.40 0.18 0.46
HSL 326.18º 0.25% 0.43% -
HSV(B) 326.18º 0.4% 0.54% -
XYZ 16.31 12.55 17.18 -
YUV 101.98 134.22 152.98 -
System Red Green Blue C M Y K H S L
Decimal 137 82 113 0 0.40 0.18 0.46 326.18 0.25 0.43
Hex 89 52 71 0 28 12 2E 146 19 2B
Octal 211 122 161 0 50 22 56 506 31 53
Binary 10001001 1010010 1110001 0 101000 10010 101110 101000110 11001 101011

Color Harmonies of #895271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895271

Black with #895271

Text Example


Text Example

White with #895271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895271; }

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

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

background-color css

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

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

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

border-color css

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

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

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