Html Css Color HEX #894C6C Cannon Pink

📋 copy color: '#894C6C'

red 137 ◦ green 76 ◦ blue 108

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

Shades of Cannon Pink #894C6C

Tints of Cannon Pink #894C6C

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.68%

 BLUE value IS 108 (42.58% from 255) = 33.64%

R = 42.68%
G = 23.68%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.21

 K value IS 0.46

RGB Variations

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

Color information

#894C6C (or 0x894C6C) is known color: Cannon Pink. HEX triplet: 89, 4C and 6C. RGB value is (137,76,108). Sum of RGB (Red+Green+Blue) = 137+76+108=321 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.68% from 321); Green value is 76 (30.08% from 255 or 23.68% from 321); Blue value is 108 (42.58% from 255 or 33.64% from 321); Max value from RGB is 137 - color contains mainly: red. Hex color #894C6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894C6C is #76B393. Grayscale: #616161. Windows color (decimal): -7779220 or 7097481. OLE color: 7097481.

HSL color Cylindrical-coordinate representation of color #894C6C: hue angle of 328.52º 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 #894C6C is Cyan = 0, Magento = 0.45, Yellow = 0.21 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 76 108 -
CMYK 0 0.45 0.21 0.46
HSL 328.52º 0.29% 0.42% -
HSV(B) 328.52º 0.45% 0.54% -
XYZ 15.61 11.57 15.6 -
YUV 97.89 133.71 155.9 -
System Red Green Blue C M Y K H S L
Decimal 137 76 108 0 0.45 0.21 0.46 328.52 0.29 0.42
Hex 89 4C 6C 0 2D 15 2E 149 1D 2A
Octal 211 114 154 0 55 25 56 511 35 52
Binary 10001001 1001100 1101100 0 101101 10101 101110 101001001 11101 101010

Color Harmonies of #894C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894C6C

Black with #894C6C

Text Example


Text Example

White with #894C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,76,108); }

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

background-color css

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

 a { background-color: rgb(137,76,108); }

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

border-color css

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

 span { border-color: rgb(137,76,108); }

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