#944C6E

Color #944C6E Cannon Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cannon Pink #944C6E

Tints of Cannon Pink #944C6E

Color information

#944C6E (or 0x944C6E) is unknown color: approx Cannon Pink. HEX triplet: 94, 4C and 6E. RGB value is (148,76,110). Sum of RGB (Red+Green+Blue) = 148+76+110=334 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.31% from 334); Green value is 76 (30.08% from 255 or 22.75% from 334); Blue value is 110 (43.36% from 255 or 32.93% from 334); Max value from RGB is 148 - color contains mainly: red. Hex color #944C6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #944C6E is #6BB391. Grayscale: #656565. Windows color (decimal): -7058322 or 7228564. OLE color: 7228564.

HSL color Cylindrical-coordinate representation of color #944C6E: hue angle of 331.67º 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 #944C6E is Cyan = 0, Magento = 0.49, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB14876110-
CMYK00.490.260.42
HSL331.67º32.14%43.92%-
HSV(B)331.67º48.65%58.04%-
XYZ17.6112.5916.25-
YUV101.4132.85161.24-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.31%
GREEN value IS 76 (30.08% from 255) = 22.75%
BLUE value IS 110 (43.36% from 255) = 32.93%
R=44.31%
G=22.75%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1487611000.490.260.42331.6732.1443.92
Hex944C6E0311A2A14c202c
Octal22411415606132525144054
Binary1001010010011001101110011000111010101010101001100100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #944C6E;
 }
 .AnyTagClassName
 {
   color: #944C6E;
 }
</style>
background-color css

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

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

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

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

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

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