Html Css Color HEX #894B65 Cannon Pink

📋 copy color: '#894B65'

red 137 ◦ green 75 ◦ blue 101

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

Shades of Cannon Pink #894B65

Tints of Cannon Pink #894B65

RGB

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

 GREEN value IS 75 (29.69% from 255) = 23.96%

 BLUE value IS 101 (39.84% from 255) = 32.27%

R = 43.77%
G = 23.96%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.26

 K value IS 0.46

RGB Variations

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

Color information

#894B65 (or 0x894B65) is known color: Cannon Pink. HEX triplet: 89, 4B and 65. RGB value is (137,75,101). Sum of RGB (Red+Green+Blue) = 137+75+101=313 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.77% from 313); Green value is 75 (29.69% from 255 or 23.96% from 313); Blue value is 101 (39.84% from 255 or 32.27% from 313); Max value from RGB is 137 - color contains mainly: red. Hex color #894B65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894B65 is #76B49A. Grayscale: #606060. Windows color (decimal): -7779483 or 6638473. OLE color: 6638473.

HSL color Cylindrical-coordinate representation of color #894B65: hue angle of 334.84º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #894B65 is Cyan = 0, Magento = 0.45, Yellow = 0.26 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 75 101 -
CMYK 0 0.45 0.26 0.46
HSL 334.84º 0.29% 0.42% -
HSV(B) 334.84º 0.45% 0.54% -
XYZ 15.18 11.29 13.69 -
YUV 96.5 130.54 156.89 -
System Red Green Blue C M Y K H S L
Decimal 137 75 101 0 0.45 0.26 0.46 334.84 0.29 0.42
Hex 89 4B 65 0 2D 1A 2E 14F 1D 2A
Octal 211 113 145 0 55 32 56 517 35 52
Binary 10001001 1001011 1100101 0 101101 11010 101110 101001111 11101 101010

Color Harmonies of #894B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894B65

Black with #894B65

Text Example


Text Example

White with #894B65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894B65; }

 p { color: rgb(137,75,101); }

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

background-color css

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

 a { background-color: rgb(137,75,101); }

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

border-color css

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

 span { border-color: rgb(137,75,101); }

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