Html Css Color HEX #894261 Cannon Pink

📋 copy color: '#894261'

red 137 ◦ green 66 ◦ blue 97

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

Shades of Cannon Pink #894261

Tints of Cannon Pink #894261

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22%

 BLUE value IS 97 (38.28% from 255) = 32.33%

R = 45.67%
G = 22%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.29

 K value IS 0.46

RGB Variations

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

Color information

#894261 (or 0x894261) is known color: Cannon Pink. HEX triplet: 89, 42 and 61. RGB value is (137,66,97). Sum of RGB (Red+Green+Blue) = 137+66+97=300 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.67% from 300); Green value is 66 (26.17% from 255 or 22% from 300); Blue value is 97 (38.28% from 255 or 32.33% from 300); Max value from RGB is 137 - color contains mainly: red. Hex color #894261 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894261 is #76BD9E. Grayscale: #5A5A5A. Windows color (decimal): -7781791 or 6374025. OLE color: 6374025.

HSL color Cylindrical-coordinate representation of color #894261: hue angle of 333.8º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #894261 is Cyan = 0, Magento = 0.52, Yellow = 0.29 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 66 97 -
CMYK 0 0.52 0.29 0.46
HSL 333.8º 0.35% 0.4% -
HSV(B) 333.8º 0.52% 0.54% -
XYZ 14.42 10.08 12.49 -
YUV 90.76 131.52 160.98 -
System Red Green Blue C M Y K H S L
Decimal 137 66 97 0 0.52 0.29 0.46 333.8 0.35 0.4
Hex 89 42 61 0 34 1D 2E 14E 23 28
Octal 211 102 141 0 64 35 56 516 43 50
Binary 10001001 1000010 1100001 0 110100 11101 101110 101001110 100011 101000

Color Harmonies of #894261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894261

Black with #894261

Text Example


Text Example

White with #894261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894261; }

 p { color: rgb(137,66,97); }

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

background-color css

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

 a { background-color: rgb(137,66,97); }

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

border-color css

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

 span { border-color: rgb(137,66,97); }

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