Html Css Color HEX #944E76 Cannon Pink

📋 copy color: '#944E76'

red 148 ◦ green 78 ◦ blue 118

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

Shades of Cannon Pink #944E76

Tints of Cannon Pink #944E76

RGB

 RED value IS 148 (58.2% from 255) = 43.02%

 GREEN value IS 78 (30.86% from 255) = 22.67%

 BLUE value IS 118 (46.48% from 255) = 34.3%

R = 43.02%
G = 22.67%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#944E76 (or 0x944E76) is known color: Cannon Pink. HEX triplet: 94, 4E and 76. RGB value is (148,78,118). Sum of RGB (Red+Green+Blue) = 148+78+118=344 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.02% from 344); Green value is 78 (30.86% from 255 or 22.67% from 344); Blue value is 118 (46.48% from 255 or 34.30% from 344); Max value from RGB is 148 - color contains mainly: red. Hex color #944E76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #944E76 is #6BB189. Grayscale: #676767. Windows color (decimal): -7057802 or 7753364. OLE color: 7753364.

HSL color Cylindrical-coordinate representation of color #944E76: hue angle of 325.71º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #944E76 is Cyan = 0, Magento = 0.47, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 78 118 -
CMYK 0 0.47 0.20 0.42
HSL 325.71º 0.31% 0.44% -
HSV(B) 325.71º 0.47% 0.58% -
XYZ 18.21 13.05 18.7 -
YUV 103.49 136.19 159.75 -
System Red Green Blue C M Y K H S L
Decimal 148 78 118 0 0.47 0.20 0.42 325.71 0.31 0.44
Hex 94 4E 76 0 2F 14 2A 146 1F 2C
Octal 224 116 166 0 57 24 52 506 37 54
Binary 10010100 1001110 1110110 0 101111 10100 101010 101000110 11111 101100

Color Harmonies of #944E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944E76

Black with #944E76

Text Example


Text Example

White with #944E76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #944E76; }

 p { color: rgb(148,78,118); }

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

background-color css

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

 a { background-color: rgb(148,78,118); }

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

border-color css

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

 span { border-color: rgb(148,78,118); }

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