Html Css Color HEX #894866 Cannon Pink

📋 copy color: '#894866'

red 137 ◦ green 72 ◦ blue 102

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

Shades of Cannon Pink #894866

Tints of Cannon Pink #894866

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.15%

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

R = 44.05%
G = 23.15%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.26

 K value IS 0.46

RGB Variations

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

Color information

#894866 (or 0x894866) is known color: Cannon Pink. HEX triplet: 89, 48 and 66. RGB value is (137,72,102). Sum of RGB (Red+Green+Blue) = 137+72+102=311 (41% of max value = 765). Red value is 137 (53.91% from 255 or 44.05% from 311); Green value is 72 (28.52% from 255 or 23.15% from 311); Blue value is 102 (40.23% from 255 or 32.80% from 311); Max value from RGB is 137 - color contains mainly: red. Hex color #894866 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894866 is #76B799. Grayscale: #5E5E5E. Windows color (decimal): -7780250 or 6703241. OLE color: 6703241.

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

Color convert

RGB 137 72 102 -
CMYK 0 0.47 0.26 0.46
HSL 332.31º 0.31% 0.41% -
HSV(B) 332.31º 0.47% 0.54% -
XYZ 15.03 10.91 13.88 -
YUV 94.86 132.03 158.06 -
System Red Green Blue C M Y K H S L
Decimal 137 72 102 0 0.47 0.26 0.46 332.31 0.31 0.41
Hex 89 48 66 0 2F 1A 2E 14C 1F 29
Octal 211 110 146 0 57 32 56 514 37 51
Binary 10001001 1001000 1100110 0 101111 11010 101110 101001100 11111 101001

Color Harmonies of #894866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894866

Black with #894866

Text Example


Text Example

White with #894866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894866; }

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

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

background-color css

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

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

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

border-color css

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

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

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