Html Css Color HEX #895261 Cannon Pink

📋 copy color: '#895261'

red 137 ◦ green 82 ◦ blue 97

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

Shades of Cannon Pink #895261

Tints of Cannon Pink #895261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 30.7%

R = 43.35%
G = 25.95%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.29

 K value IS 0.46

RGB Variations

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

Color information

#895261 (or 0x895261) is known color: Cannon Pink. HEX triplet: 89, 52 and 61. RGB value is (137,82,97). Sum of RGB (Red+Green+Blue) = 137+82+97=316 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.35% from 316); Green value is 82 (32.42% from 255 or 25.95% from 316); Blue value is 97 (38.28% from 255 or 30.70% from 316); Max value from RGB is 137 - color contains mainly: red. Hex color #895261 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895261 is #76AD9E. Grayscale: #646464. Windows color (decimal): -7777695 or 6378121. OLE color: 6378121.

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

Color convert

RGB 137 82 97 -
CMYK 0 0.40 0.29 0.46
HSL 343.64º 0.25% 0.43% -
HSV(B) 343.64º 0.4% 0.54% -
XYZ 15.49 12.22 12.85 -
YUV 100.16 126.22 154.28 -
System Red Green Blue C M Y K H S L
Decimal 137 82 97 0 0.40 0.29 0.46 343.64 0.25 0.43
Hex 89 52 61 0 28 1D 2E 158 19 2B
Octal 211 122 141 0 50 35 56 530 31 53
Binary 10001001 1010010 1100001 0 101000 11101 101110 101011000 11001 101011

Color Harmonies of #895261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895261

Black with #895261

Text Example


Text Example

White with #895261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895261; }

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

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

background-color css

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

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

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

border-color css

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

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

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