Html Css Color HEX #944976 Cannon Pink

📋 copy color: '#944976'

red 148 ◦ green 73 ◦ blue 118

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

Shades of Cannon Pink #944976

Tints of Cannon Pink #944976

RGB

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

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

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

R = 43.66%
G = 21.53%
B = 34.81%

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

#944976 (or 0x944976) is known color: Cannon Pink. HEX triplet: 94, 49 and 76. RGB value is (148,73,118). Sum of RGB (Red+Green+Blue) = 148+73+118=339 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.66% from 339); Green value is 73 (28.91% from 255 or 21.53% from 339); Blue value is 118 (46.48% from 255 or 34.81% from 339); Max value from RGB is 148 - color contains mainly: red. Hex color #944976 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #944976 is #6BB689. Grayscale: #646464. Windows color (decimal): -7059082 or 7752084. OLE color: 7752084.

HSL color Cylindrical-coordinate representation of color #944976: hue angle of 324º 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 #944976 is Cyan = 0, Magento = 0.51, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 73 118 -
CMYK 0 0.51 0.20 0.42
HSL 324º 0.34% 0.43% -
HSV(B) 324º 0.51% 0.58% -
XYZ 17.87 12.37 18.59 -
YUV 100.56 137.85 161.84 -
System Red Green Blue C M Y K H S L
Decimal 148 73 118 0 0.51 0.20 0.42 324 0.34 0.43
Hex 94 49 76 0 33 14 2A 144 22 2B
Octal 224 111 166 0 63 24 52 504 42 53
Binary 10010100 1001001 1110110 0 110011 10100 101010 101000100 100010 101011

Color Harmonies of #944976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944976

Black with #944976

Text Example


Text Example

White with #944976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #944976; }

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

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

background-color css

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

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

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

border-color css

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

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

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