Html Css Color HEX #944977 Cannon Pink

📋 copy color: '#944977'

red 148 ◦ green 73 ◦ blue 119

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

Shades of Cannon Pink #944977

Tints of Cannon Pink #944977

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.47%

 BLUE value IS 119 (46.88% from 255) = 35%

R = 43.53%
G = 21.47%
B = 35%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#944977 (or 0x944977) is known color: Cannon Pink. HEX triplet: 94, 49 and 77. RGB value is (148,73,119). Sum of RGB (Red+Green+Blue) = 148+73+119=340 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.53% from 340); Green value is 73 (28.91% from 255 or 21.47% from 340); Blue value is 119 (46.88% from 255 or 35% from 340); Max value from RGB is 148 - color contains mainly: red. Hex color #944977 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #944977 is #6BB688. Grayscale: #646464. Windows color (decimal): -7059081 or 7817620. OLE color: 7817620.

HSL color Cylindrical-coordinate representation of color #944977: hue angle of 323.2º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #944977 is Cyan = 0, Magento = 0.51, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 73 119 -
CMYK 0 0.51 0.20 0.42
HSL 323.2º 0.34% 0.43% -
HSV(B) 323.2º 0.51% 0.58% -
XYZ 17.93 12.39 18.9 -
YUV 100.67 138.35 161.76 -
System Red Green Blue C M Y K H S L
Decimal 148 73 119 0 0.51 0.20 0.42 323.2 0.34 0.43
Hex 94 49 77 0 33 14 2A 143 22 2B
Octal 224 111 167 0 63 24 52 503 42 53
Binary 10010100 1001001 1110111 0 110011 10100 101010 101000011 100010 101011

Color Harmonies of #944977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944977

Black with #944977

Text Example


Text Example

White with #944977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #944977; }

 p { color: rgb(148,73,119); }

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

background-color css

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

 a { background-color: rgb(148,73,119); }

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

border-color css

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

 span { border-color: rgb(148,73,119); }

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