Html Css Color HEX #894761 Cannon Pink

📋 copy color: '#894761'

red 137 ◦ green 71 ◦ blue 97

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

Shades of Cannon Pink #894761

Tints of Cannon Pink #894761

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.28%

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

R = 44.92%
G = 23.28%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.29

 K value IS 0.46

RGB Variations

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

Color information

#894761 (or 0x894761) is known color: Cannon Pink. HEX triplet: 89, 47 and 61. RGB value is (137,71,97). Sum of RGB (Red+Green+Blue) = 137+71+97=305 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.92% from 305); Green value is 71 (28.12% from 255 or 23.28% from 305); Blue value is 97 (38.28% from 255 or 31.80% from 305); Max value from RGB is 137 - color contains mainly: red. Hex color #894761 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894761 is #76B89E. Grayscale: #5D5D5D. Windows color (decimal): -7780511 or 6375305. OLE color: 6375305.

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

Color convert

RGB 137 71 97 -
CMYK 0 0.48 0.29 0.46
HSL 336.36º 0.32% 0.41% -
HSV(B) 336.36º 0.48% 0.54% -
XYZ 14.73 10.69 12.6 -
YUV 93.7 129.87 158.89 -
System Red Green Blue C M Y K H S L
Decimal 137 71 97 0 0.48 0.29 0.46 336.36 0.32 0.41
Hex 89 47 61 0 30 1D 2E 150 20 29
Octal 211 107 141 0 60 35 56 520 40 51
Binary 10001001 1000111 1100001 0 110000 11101 101110 101010000 100000 101001

Color Harmonies of #894761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894761

Black with #894761

Text Example


Text Example

White with #894761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894761; }

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

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

background-color css

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

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

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

border-color css

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

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

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