Html Css Color HEX #894D6B Cannon Pink

📋 copy color: '#894D6B'

red 137 ◦ green 77 ◦ blue 107

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

Shades of Cannon Pink #894D6B

Tints of Cannon Pink #894D6B

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.99%

 BLUE value IS 107 (42.19% from 255) = 33.33%

R = 42.68%
G = 23.99%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.22

 K value IS 0.46

RGB Variations

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

Color information

#894D6B (or 0x894D6B) is known color: Cannon Pink. HEX triplet: 89, 4D and 6B. RGB value is (137,77,107). Sum of RGB (Red+Green+Blue) = 137+77+107=321 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.68% from 321); Green value is 77 (30.47% from 255 or 23.99% from 321); Blue value is 107 (42.19% from 255 or 33.33% from 321); Max value from RGB is 137 - color contains mainly: red. Hex color #894D6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #894D6B is #76B294. Grayscale: #626262. Windows color (decimal): -7778965 or 7032201. OLE color: 7032201.

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

Color convert

RGB 137 77 107 -
CMYK 0 0.44 0.22 0.46
HSL 330º 0.28% 0.42% -
HSV(B) 330º 0.44% 0.54% -
XYZ 15.62 11.69 15.34 -
YUV 98.36 132.88 155.56 -
System Red Green Blue C M Y K H S L
Decimal 137 77 107 0 0.44 0.22 0.46 330 0.28 0.42
Hex 89 4D 6B 0 2C 16 2E 14A 1C 2A
Octal 211 115 153 0 54 26 56 512 34 52
Binary 10001001 1001101 1101011 0 101100 10110 101110 101001010 11100 101010

Color Harmonies of #894D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894D6B

Black with #894D6B

Text Example


Text Example

White with #894D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,77,107); }

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

background-color css

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

 a { background-color: rgb(137,77,107); }

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

border-color css

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

 span { border-color: rgb(137,77,107); }

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