Html Css Color HEX #894666 Cannon Pink

📋 copy color: '#894666'

red 137 ◦ green 70 ◦ blue 102

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

Shades of Cannon Pink #894666

Tints of Cannon Pink #894666

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.65%

 BLUE value IS 102 (40.23% from 255) = 33.01%

R = 44.34%
G = 22.65%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.26

 K value IS 0.46

RGB Variations

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

Color information

#894666 (or 0x894666) is known color: Cannon Pink. HEX triplet: 89, 46 and 66. RGB value is (137,70,102). Sum of RGB (Red+Green+Blue) = 137+70+102=309 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.34% from 309); Green value is 70 (27.73% from 255 or 22.65% from 309); Blue value is 102 (40.23% from 255 or 33.01% from 309); Max value from RGB is 137 - color contains mainly: red. Hex color #894666 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894666 is #76B999. Grayscale: #5D5D5D. Windows color (decimal): -7780762 or 6702729. OLE color: 6702729.

HSL color Cylindrical-coordinate representation of color #894666: hue angle of 331.34º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #894666 is Cyan = 0, Magento = 0.49, Yellow = 0.26 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 70 102 -
CMYK 0 0.49 0.26 0.46
HSL 331.34º 0.32% 0.41% -
HSV(B) 331.34º 0.49% 0.54% -
XYZ 14.9 10.66 13.84 -
YUV 93.68 132.7 158.9 -
System Red Green Blue C M Y K H S L
Decimal 137 70 102 0 0.49 0.26 0.46 331.34 0.32 0.41
Hex 89 46 66 0 31 1A 2E 14B 20 29
Octal 211 106 146 0 61 32 56 513 40 51
Binary 10001001 1000110 1100110 0 110001 11010 101110 101001011 100000 101001

Color Harmonies of #894666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894666

Black with #894666

Text Example


Text Example

White with #894666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894666; }

 p { color: rgb(137,70,102); }

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

background-color css

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

 a { background-color: rgb(137,70,102); }

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

border-color css

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

 span { border-color: rgb(137,70,102); }

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