Html Css Color HEX #895371 Cannon Pink

📋 copy color: '#895371'

red 137 ◦ green 83 ◦ blue 113

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

Shades of Cannon Pink #895371

Tints of Cannon Pink #895371

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.92%

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

R = 41.14%
G = 24.92%
B = 33.93%

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

#895371 (or 0x895371) is known color: Cannon Pink. HEX triplet: 89, 53 and 71. RGB value is (137,83,113). Sum of RGB (Red+Green+Blue) = 137+83+113=333 (44% of max value = 765). Red value is 137 (53.91% from 255 or 41.14% from 333); Green value is 83 (32.81% from 255 or 24.92% from 333); Blue value is 113 (44.53% from 255 or 33.93% from 333); Max value from RGB is 137 - color contains mainly: red. Hex color #895371 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895371 is #76AC8E. Grayscale: #666666. Windows color (decimal): -7777423 or 7426953. OLE color: 7426953.

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

Color convert

RGB 137 83 113 -
CMYK 0 0.39 0.18 0.46
HSL 326.67º 0.25% 0.43% -
HSV(B) 326.67º 0.39% 0.54% -
XYZ 16.39 12.7 17.21 -
YUV 102.57 133.89 152.56 -
System Red Green Blue C M Y K H S L
Decimal 137 83 113 0 0.39 0.18 0.46 326.67 0.25 0.43
Hex 89 53 71 0 27 12 2E 147 19 2B
Octal 211 123 161 0 47 22 56 507 31 53
Binary 10001001 1010011 1110001 0 100111 10010 101110 101000111 11001 101011

Color Harmonies of #895371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895371

Black with #895371

Text Example


Text Example

White with #895371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895371; }

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

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

background-color css

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

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

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

border-color css

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

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

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