Html Css Color HEX #944C71 Cannon Pink

📋 copy color: '#944C71'

red 148 ◦ green 76 ◦ blue 113

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

Shades of Cannon Pink #944C71

Tints of Cannon Pink #944C71

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.55%

 BLUE value IS 113 (44.53% from 255) = 33.53%

R = 43.92%
G = 22.55%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#944C71 (or 0x944C71) is known color: Cannon Pink. HEX triplet: 94, 4C and 71. RGB value is (148,76,113). Sum of RGB (Red+Green+Blue) = 148+76+113=337 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.92% from 337); Green value is 76 (30.08% from 255 or 22.55% from 337); Blue value is 113 (44.53% from 255 or 33.53% from 337); Max value from RGB is 148 - color contains mainly: red. Hex color #944C71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #944C71 is #6BB38E. Grayscale: #656565. Windows color (decimal): -7058319 or 7425172. OLE color: 7425172.

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

Color convert

RGB 148 76 113 -
CMYK 0 0.49 0.24 0.42
HSL 329.17º 0.32% 0.44% -
HSV(B) 329.17º 0.49% 0.58% -
XYZ 17.78 12.66 17.13 -
YUV 101.75 134.35 160.99 -
System Red Green Blue C M Y K H S L
Decimal 148 76 113 0 0.49 0.24 0.42 329.17 0.32 0.44
Hex 94 4C 71 0 31 18 2A 149 20 2C
Octal 224 114 161 0 61 30 52 511 40 54
Binary 10010100 1001100 1110001 0 110001 11000 101010 101001001 100000 101100

Color Harmonies of #944C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944C71

Black with #944C71

Text Example


Text Example

White with #944C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,76,113); }

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

background-color css

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

 a { background-color: rgb(148,76,113); }

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

border-color css

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

 span { border-color: rgb(148,76,113); }

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