Html Css Color HEX #894462 Cannon Pink

📋 copy color: '#894462'

red 137 ◦ green 68 ◦ blue 98

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

Shades of Cannon Pink #894462

Tints of Cannon Pink #894462

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.44%

 BLUE value IS 98 (38.67% from 255) = 32.34%

R = 45.21%
G = 22.44%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.28

 K value IS 0.46

RGB Variations

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

Color information

#894462 (or 0x894462) is known color: Cannon Pink. HEX triplet: 89, 44 and 62. RGB value is (137,68,98). Sum of RGB (Red+Green+Blue) = 137+68+98=303 (40% of max value = 765). Red value is 137 (53.91% from 255 or 45.21% from 303); Green value is 68 (26.95% from 255 or 22.44% from 303); Blue value is 98 (38.67% from 255 or 32.34% from 303); Max value from RGB is 137 - color contains mainly: red. Hex color #894462 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894462 is #76BB9D. Grayscale: #5C5C5C. Windows color (decimal): -7781278 or 6440073. OLE color: 6440073.

HSL color Cylindrical-coordinate representation of color #894462: hue angle of 333.91º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #894462 is Cyan = 0, Magento = 0.50, Yellow = 0.28 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 68 98 -
CMYK 0 0.50 0.28 0.46
HSL 333.91º 0.34% 0.4% -
HSV(B) 333.91º 0.5% 0.54% -
XYZ 14.59 10.33 12.78 -
YUV 92.05 131.36 160.06 -
System Red Green Blue C M Y K H S L
Decimal 137 68 98 0 0.50 0.28 0.46 333.91 0.34 0.4
Hex 89 44 62 0 32 1C 2E 14E 22 28
Octal 211 104 142 0 62 34 56 516 42 50
Binary 10001001 1000100 1100010 0 110010 11100 101110 101001110 100010 101000

Color Harmonies of #894462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894462

Black with #894462

Text Example


Text Example

White with #894462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894462; }

 p { color: rgb(137,68,98); }

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

background-color css

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

 a { background-color: rgb(137,68,98); }

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

border-color css

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

 span { border-color: rgb(137,68,98); }

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